Description Usage Arguments Value Author(s) Examples
View source: R/subsetSegments.r
This function returns a subset of segments according to the input and the specified chromosomes and/or samples.
1 |
segments |
either a data frame or the name of a tab-separated file from which segmentation results can be read. Segmentation results may come from |
chrom |
a numeric or character vector with chromosome(s) for which segments should be selected. If unspecified, all chromosomes in |
sample |
a numeric vector indicating for which sample(s) segments should be selected. The number(s) should correspond to the sample's place (in order of appearance) in |
sep |
the separator of the input files if |
... |
optional parameters to be passed to |
A data frame containing the desired subset of segments.
Gro Nilsen
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.