powered by
Read covariance by range from METAL-format files.
rvmeta.readCovByRange(covFile, tabixRange)
a matrix of covariance within given range
character, a covariance file (rvtests outputs using --meta cov)
character, a text indicating which range in the VCF file to extract. e.g. 1:100-200
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")
Run the code above in your browser using DataLab