Entering edit mode
5.9 years ago
MAPK
★
2.1k
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!
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.
Posted at support.bioconductor, too.