View source: R/preprocessbigVCF.R
bigVcfFilter | R Documentation |
filterVCFin
bigVcfFilter(VCFin = "", VCFout = "", Chr = Chr, POS = POS, overWrite = TRUE)
VCFin |
Path of input vcf file |
VCFout |
Path of output vcf file |
Chr |
CHROM name |
POS |
a vector consist with start and end postion |
overWrite |
Overwrite output file or not, defalt is TRUE |
## Not run: bigVcfFilter(VCFin = "Ori.vcf.gz", VCFout = "filtered.vcf.gz", Chr = "scaffold_8", POS = c(19802,24501), overWrite = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.