Bioconductor / Contributions

Contribute Packages to Bioconductor
135 stars 33 forks source link

probeSNPffer #3610

Open gillianmeeks opened 1 month ago

gillianmeeks 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 @gillianmeeks

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: probeSNPffer
Title: Idenitifies SNPs overlapping methylation microarray probe sequences from population-specific BED file 
Version: 0.99.0
Authors@R: c(person("Shyamalika", "Gopalan", email = "shyamie@gmail.com", role="aut", comment = c(ORCID = "0000-0002-2608-8472")), 
person("Gillian", "Meeks", email = "glmeeks@ucdavis.edu", role=c("aut","cre"), comment = c("0000-0002-8436-6514")))
Description:This R package identifies CpG probes in a DNA methylation array dataset that overlap with known SNPs, and calculate important metrics related to these probes. Our functions do this in two steps: First, `extract.probe.regions()` takes positional, strand, and technology type information about a set of CpG probes (i.e. derived from an Illumina DNA methylation array manifest) and returns the genomic coordinates of the entire probe region in [BED format (https://genome.ucsc.edu/FAQ/FAQformat.html). Second, `flag.overlap()` takes the BED file generated in the previous step, along with a BED file containing SNPs to be queried, and returns their intersection.
License: Artistic-2.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports: 
    GenomicRanges,
    S4Vectors
Depends: 
    R (>= 2.10)
LazyData: true
Suggests: 
    knitr,
    rmarkdown,
    tibble,
    dplyr,
    ggplot2
VignetteBuilder: knitr
biocViews: DNAMethylation, Microarray, Annotation, Genetics
BugReports: https://github.com/gillianmeeks/probeSNPffer/issues
lshep commented 1 week ago

Your DESCRIPTION file is currently malformed. Please ensure R CMD build , R CMD check and BiocCheck can be run without ERROR/Warning/Notes

R CMD build probeSNPffer 
* checking for file 'probeSNPffer/DESCRIPTION' ...Error : file '/home/lorikern/PkgReview/PreReview/probeSNPffer/DESCRIPTION' is not in valid DCF format
 EXISTS but not correct format
gillianmeeks commented 3 days ago

Hi I fixed this issue. It now successfully builds