Description Usage Arguments Value Author(s) Examples
Read multiple VarianceSliding results from popoolation
1 | VarianceSlidingAssays(input.df, window.size = NULL, class = NA, ...)
|
input.df |
Input data fram that must have columns filename, sample, and measure |
window.size |
window size; if NULL, entire chromosomes are implied |
class |
arbitrary classification of windows, e.g. to autosomes, sex chromosomes etc. |
... |
extra parameters passed to readVarianceSliding |
WindowedSummarizedExperiment Assays consist of the requested statistics
Per Unneberg
1 2 3 | dmel.df <- data.frame(filename = list.files(system.file("extdata", "popoolation", package = "manticore"), full.names = TRUE),
sample = c(rep("A", 3), rep("B", 3)), measure = rep(c("D", "pi", "theta"), 2))
mrse <- VarianceSlidingAssays(dmel.df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.