createSingleChromosomeBCFIndex | R Documentation |
Create a single chromosome index
createSingleChromosomeBCFIndex(fileName, indexFileName = NULL)
fileName |
character, represents an input BCF file (Bgzipped, with Tabix index) |
indexFileName |
character, by default, create 'fileName'.scIdx |
indexFileName if success, or NULL is failed
http://zhanxw.com/seqminer/ for online manual and examples
fileName = system.file("vcf/all.anno.filtered.extract.headerFixed.bcf.gz", package = "seqminer")
cfh <- createSingleChromosomeBCFIndex(fileName)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.