Submitting R package in Bioconductor with Plink and vcftools Dependencies
Hi All, I have written a program to analyze genotype SNP data in R and wanted to submit it as a bioconductor package. However, this package will be using Plink and vcftools and I was wondering if it is possible to submit it with such dependencies. Can someone please guide me though what I need to do to submit the bioconductor package with dependencies outside R. Thanks!
• 1,545 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Posted at support.bioconductor, too.
If the package is using Plink and vcftools, maybe just exclude them and explain in the manuals that you need input to be in certain format.