MinDistGRanges: Constructor for 'MinDistGRanges' class

Description Usage Arguments Examples

View source: R/methods-MinDistGRanges.R

Description

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.

Usage

1
2
3
MinDistGRanges(mindist = GRangesList(), offspring = GRangesList(),
  father = GRanges(), mother = GRanges(),
  pedigree = ParentOffspring())

Arguments

mindist

a GRangesList object

offspring

a GRangesList object

father

a GRanges object

mother

a GRanges object

pedigree

a ParentOffspring object

Examples

1

rscharpf/MinimumDistance documentation built on Sept. 16, 2019, 4:12 a.m.