getCovPair | R Documentation |
Extract pair of positions by ranges
getCovPair(covData, rangeList1, rangeList2)
covData |
a covariance matrix with positions as dimnames |
rangeList1 |
character specify a range, 1-based index |
rangeList2 |
character specify a range, 1-based index |
a covariance matrix covFileName = system.file("rvtests/rvtest.MetaCov.assoc.gz", package = "seqminer") cfh <- rvmeta.readCovByRange(covFileName, "1:196621007-196716634") rangeList1 <- "1:196621007-196700000" rangeList2 <- "1:196700000-196716634" getCovPair(cfh, rangeList1, rangeList2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.