Description Usage Arguments Value Author(s) Examples
Read VarianceSliding results from popoolation. This function reads data, adds start and end columns and converts data to a WindowedSummarizedExperiment object.
1 2 | readVarianceSliding(filename, measure = "pi", sample, seqinfo = NULL,
window.size = integer(), ...)
|
filename |
filename to parse |
measure |
measure |
sample |
sample name |
seqinfo |
Seqinfo object |
window.size |
window size |
WindowedSummarizedExperiment object of one assay
Per Unneberg
1 2 | fn <- system.file("extdata", "popoolation", "dmel.A.D.txt.gz", package = "manticore")
readVarianceSliding(fn, measure = "D", sample = "A")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.