rvmeta.readSkewByRange | R Documentation |
Read skew by range from METAL-format files.
rvmeta.readSkewByRange(skewFile, tabixRange)
skewFile |
character, a skew file (rvtests outputs using –meta skew) |
tabixRange |
character, a text indicating which range in the VCF file to extract. e.g. 1:100-200 |
an 3-dimensional array of skewness within given range
http://zhanxw.com/seqminer/ for online manual and examples
skewFileName = system.file("rvtests/rvtest.MetaSkew.assoc.gz", package = "seqminer")
cfh <- rvmeta.readSkewByRange(skewFileName, "1:196621007-196716634")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.