Closed ghost closed 4 years ago
Hi @WeiyangTao
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: RegEnrich
Type: Package
Title: Gene regulator enrichment analysis
Version: 0.99.1
Author: Weiyang Tao<w.tao-2@umcutrecht.nl>,
Timothy R.D.J. Radstakec,
Aridaman Pandit<A.Pandit@umcutrecht.nl>
Maintainer: Weiyang Tao <w.tao-2@umcutrecht.nl>
Description: This package is a pipeline to identify the key gene regulators in a biological
process, for example in cell differentiation and in cell development after stimulation.
There are four major steps in this pipeline: (1) differential expression analysis; (2)
regulator-target network inference; (3) enrichment analysis; and (4) regulators scoring
and ranking.
Depends: R (>= 4.0)
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.0.2
Collate:
'globals.R'
'COEN.R'
'DEA.R'
'GRN.R'
'data.R'
'localUtils.R'
'regenrichClasses.R'
'plots.R'
'regFET.R'
'regSEA.R'
'regenrich_diffExpr.R'
'regenrich_enrich.R'
'regenrich_network.R'
'regenrich_rankScore.R'
'results.R'
'show.R'
'topNet.R'
Imports:
randomForest,
ggplot2 (>= 2.2.0),
fgsea,
DOSE,
BiocParallel,
DESeq2,
limma,
WGCNA,
S4Vectors,
SummarizedExperiment,
data.table,
reshape2,
methods
Suggests:
GEOquery,
dplyr,
rmarkdown,
knitr,
BiocManager,
testthat
biocViews:
GeneExpression, Transcriptomics, RNASeq, TwoChannel,
Transcription, GeneTarget, NetworkEnrichment,
DifferentialExpression, Network,
GeneSetEnrichment, FunctionalPrediction,
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]'
[ x] I understand that by submitting my package to Bioconductor, the package source and all review commentary are visible to the general public.
[ x] I have read the Bioconductor Package Submission instructions. My package is consistent with the Bioconductor Package Guidelines.
[ x] I understand that a minimum requirement for package acceptance is to pass R CMD check and R CMD BiocCheck with no ERROR or WARNINGS. Passing these checks does not result in automatic acceptance. The package will then undergo a formal review and recommendations for acceptance regarding other Bioconductor standards will be addressed.
[ x] My package addresses statistical or bioinformatic issues related to the analysis and comprehension of high throughput genomic data.
[ x] I am committed to the long-term maintenance of my package. This includes monitoring the support site for issues that users may have, subscribing to the bioc-devel mailing list to stay aware of developments in the Bioconductor community, responding promptly to requests for updates from the Core team in response to changes in R or underlying software.
I am familiar with the essential aspects of Bioconductor software management, including:
For help with submitting your package, please subscribe and post questions to the bioc-devel mailing list.