MinDistGRanges {MinimumDistance} | R Documentation |
MinDistGRanges
classThe 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.
MinDistGRanges( mindist = GRangesList(), offspring = GRangesList(), father = GRanges(), mother = GRanges(), pedigree = ParentOffspring() )
mindist |
a |
offspring |
a |
father |
a |
mother |
a |
pedigree |
a |
MinDistGRanges()