Closed j-lawson closed 6 years ago
Hi @j-lawson
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: COCOA
Version: 0.99.3
Date: 2018-10-19
Title: Coordinate Covariation Analysis
Description: COCOA is a method for understanding variation among samples
and can be used with data that includes genomic coordinates
such as DNA methylation. On a high level, COCOA uses a database
of "region sets" and principal component analysis (PCA) of your data
to identify sources of variation among samples. A region set is a
set of genomic regions that share a biological annotation, for instance,
transcription factor binding regions, histone modification regions,
or open chromatin regions. COCOA works in both supervised
(known groups of samples) and unsupervised (no groups) situations
and can be used as a complement to "differential" methods that find
discrete differences between groups. COCOA can identify biologically
meaningful sources of variation between samples and
increase understanding of variation in your data.
Authors@R: c(person("John", "Lawson", email="jtl2hk@virginia.edu", role=c("aut", "cre")), person("Nathan", "Sheffield", role=c("aut"), comment="http://www.databio.org"))
Depends: R (>= 3.5), GenomicRanges
Imports:
BiocGenerics,
S4Vectors,
IRanges,
data.table,
ggplot2,
Biobase,
stats,
methods,
ComplexHeatmap,
MIRA,
tidyr,
grid,
grDevices
Suggests:
knitr,
parallel,
testthat,
BiocStyle,
rmarkdown,
AnnotationHub,
LOLA
VignetteBuilder: knitr
License: GPL-3
biocViews: PrincipalComponent, GenomicVariation, DNAMethylation, GeneRegulation, GenomeAnnotation,
SystemsBiology, FunctionalGenomics, ChIPSeq,
MethylSeq, Sequencing, Epigenetics
URL: http://code.databio.org/COCOA/
BugReports: https://github.com/databio/COCOA
RoxygenNote: 6.1.0
Add SSH keys to your GitHub account. SSH keys will are used to control access to accepted Bioconductor packages. See these instructions to add SSH keys to your GitHub account.
A reviewer has been assigned to your package. Learn what to expect during the review process.
IMPORTANT: Please read the instructions for setting up a push hook on your repository, or further changes to your repository will NOT trigger a new build.
Hi @Liubuntu,
This is the same package that was previously under the issue "PCRSA". We changed the name to COCOA but an update to the version number no longer triggered a build after that so we have created a new issue. The reviewer was Hervé (@hpages ). I will transfer his comments to this issue. The original issue was: https://github.com/Bioconductor/Contributions/issues/865
Best, John Lawson
From Hervé (the formatting is messed up because only the text, not the markdown could be copied):
Hi John,
Thanks for this new contribution. It looks good. There are only a few minor things that need your attention:
The titles of your man page repeat exactly the content of the Description section so are way too long. See for example ?featuresAlongPC. (I think MIRA had the same issue when I first looked at it.)
Please move GenomicRanges from Imports to Depends. This will make the basic GRanges functionality immediately available to your users. Right now, because GenomicRanges is not attached to the search path, basic functionality like the start(), end() and width() getters are not available, so your serialized GRanges objects will be perceived as broken:
library(PCRSA) data(esr1_chr1) esr1_chr1
start(esr1_chr1)
Once GenomicRanges is in Depends, you don't need to prefix anything with GenomicRanges:: or to explicitely call library(GenomicRanges) in your man pages or vignettes.
Make sure that the various functions that have the mCoord argument work when a GRanges object is supplied (as advertised in the man pages):
library(PCRSA) library(GenomicRanges) data(brcaCoord1) data(brcaLoadings1) data(esr1_chr1) data(nrf1_chr1) GRList <- GRangesList(esr1_chr1, nrf1_chr1) mCoord <- GRanges(brcaCoord1$chr, IRanges(brcaCoord1$start, width=1L)) pcRegionSetEnrichment(loadingMat=brcaLoadings1, mCoord=mCoord, GRList=GRList, PCsToAnnotate=c("PC1", "PC2"), scoringMetric="rsMean")
Please specify the reference genome (e.g. hg19, hg38, mm10, etc...) of the various *_chr1 and brcaCoord1 datasets. Ideally the user should be able to get this information (as well as the sequence lengths and circularity flags) by calling seqinfo() on the GRanges objects.
Also it might be obvious for most users but it wouldn't hurt reminding them that all the GRanges objects that are passed to the GRList argument of pcEnrichmentProfile() and pcEnrichmentProfile() should be on the same reference genome.
Thanks, H.
Here is my response:
Hi Hervé,
Thanks for the feedback! I have addressed all of your points as follows:
I shortened the function titles.
I moved GenomicRanges to "Depends".
I took out explicit calls to GenomicRanges:: and library(GenomicRanges)
I fixed the bug that prevented GRanges from being used as input and added more unit tests with GRanges input.
I added reference genome, sequence length and circularity flag info to the built in GRanges objects. I also mentioned the reference genome in the data documentation.
I mentioned that the reference genome for GRList should be consistent with the samples in the function parameter documentation. I also mentioned it in the main vignette.
In addition, I revised the main vignette/documentation and renamed the package since we think our package can have a wider scope and be applied to more data types than we initially thought. I updated the version in the Description to trigger a build but as of yet, nothing has happened. I'm not sure if there is some lag time with the system or a problem due to the name change.
Best, John
Dear Package contributor,
This is the automated single package builder at bioconductor.org.
Your package has been built on Linux, Mac, and Windows.
Congratulations! The package built without errors or warnings on all platforms.
Please see the build report for more details.
This issue should remain under the original issue and not start a new issue for the rename. Please move the comments from this issue onto the original issue number.
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.