Bioconductor / Contributions

Contribute Packages to Bioconductor
135 stars 33 forks source link

TENET #3594

Closed EthanNelson-Moore closed 4 days ago

EthanNelson-Moore commented 1 month ago

Update the following URL to point to the GitHub repository of the package you wish to submit to Bioconductor

Confirm the following by editing each check box to '[x]'

I am familiar with the essential aspects of Bioconductor software management, including:

For questions/help about the submission process, including questions about the output of the automatic reports generated by the SPB (Single Package Builder), please use the #package-submission channel of our Community Slack. Follow the link on the home page of the Bioconductor website to sign up.

bioc-issue-bot commented 1 month ago

Hi @EthanNelson-Moore

Thanks for submitting your package. We are taking a quick look at it and you will hear back from us soon.

The DESCRIPTION file for this package is:

Package: TENET
Title: R package for TENET (Tracing regulatory Element Networks using Epigenetic Traits) to identify key transcription factors
Description: TENET identifies key transcription factors (TFs) and regulatory elements (REs) linked to a specific cell type by finding significantly correlated differences in gene expression and RE methylation between case and control input datasets, and identifying the top genes by number of significant RE DNA methylation site links. It also includes many additional tools to aid in visualization and analysis of the results, including plots displaying and comparing methylation and expression data and RE DNA methylation site link counts, survival analysis, TF motif searching in the vicinity of linked RE DNA methylation sites, custom TAD and peak overlap analysis, and UCSC Genome Browser track file generation. A utility function is also provided to download methylation, expression, and patient survival data from The Cancer Genome Atlas (TCGA) for use in TENET or other analyses.
Version: 0.99.0
Authors@R: c(person("Rhie Lab at the University of Southern California", email = "rhielab@gmail.com", role = "cre"), person("Daniel", "Mullen", role = "aut", comment = c(ORCID = "0000-0002-7639-0549")), person("Zexun", "Wu", role = "aut", comment = c(ORCID = "0000-0003-2566-1326")), person("Ethan", "Nelson-Moore", role = "aut", comment = c(ORCID = "0009-0001-6903-9232")), person("Suhn", "Rhie", role = "aut", comment = c(ORCID = "0000-0002-5522-5296")))
URL: https://github.com/rhielab/TENET
BugReports: https://github.com/rhielab/TENET/issues
License: GPL-2
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
BiocType: Software
biocViews: Software, BiomedicalInformatics, CellBiology, Genetics, Epigenetics, MultipleComparison, GeneExpression, DifferentialExpression, DNAMethylation, DifferentialMethylation, MethylationArray, Sequencing, MethylSeq, RNASeq, FunctionalGenomics, GeneRegulation, GeneTarget, HistoneModification, Transcription, Transcriptomics, Survival, Visualization
Depends: R (>= 4.4)
Imports: graphics, grDevices, stats, utils, tools, S4Vectors, GenomicRanges, IRanges, parallel, pastecs, ggplot2, RCircos, survival, BSgenome.Hsapiens.UCSC.hg38, seqLogo, Biostrings, matlab, TCGAbiolinks, methods, R.utils, MultiAssayExperiment, SummarizedExperiment, sesame, sesameData, AnnotationHub, ExperimentHub, TENET.ExperimentHub, rtracklayer
Suggests: TENET.AnnotationHub, knitr, rmarkdown, BiocStyle, MotifDb
VignetteBuilder: knitr
lshep commented 1 week ago

Because this package Imports TENET.ExperimentHub; it its current state it would not be able to be reviewed until that package is accepted and officially propagated on our builders. The alternative is to review TENET.ExperimentHub and TENET together by using the AdditionalPackage: option under the existing TENET.ExperimentHub issue. If this is done, I will need to alter our tracking database and close this issue before it is submitted as an additional package there. Please let me know how you want to proceed

EthanNelson-Moore commented 1 week ago

Thank you for your response. We would like to use the AdditionalPackage: option so the packages can be reviewed simultaneously.

lshep commented 4 days ago

We will close this issue. Please try again on https://github.com/Bioconductor/Contributions/issues/3590 as we have made the adjustments mentioned in the above comment that now AdditionalPackages should work