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