Description Usage Arguments Examples
View source: R/methods-MinDistGRanges.R
The MinDistGRanges
class contains the segmentation of the
father, mother, offspring, and the minimum distance for each
possible parent-offspring trio. For the parents, the segmentation
results are expected to be in GRanges
format. To accomodate
multiple-offspring families, both the offspring segments and
minimum distance segments should be of class GRangesList
where the length of the list corresponds to the number of
offspring.
1 2 3 | MinDistGRanges(mindist = GRangesList(), offspring = GRangesList(),
father = GRanges(), mother = GRanges(),
pedigree = ParentOffspring())
|
mindist |
a |
offspring |
a |
father |
a |
mother |
a |
pedigree |
a |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.