rvmeta.readScoreByRange | R Documentation |
Read score test statistics by range from METAL-format files.
rvmeta.readScoreByRange(scoreTestFiles, tabixRange)
scoreTestFiles |
character vector, score test output files (rvtests outputs using –meta score) |
tabixRange |
character, a text indicating which range in the VCF file to extract. e.g. 1:100-200 |
score test statistics within given range
http://zhanxw.com/seqminer/ for online manual and examples
scoreFileName = system.file("rvtests/rvtest.MetaScore.assoc.anno.gz", package = "seqminer")
cfh <- rvmeta.readScoreByRange(scoreFileName, "1:196621007-196716634")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.