Description Usage Arguments Slots Examples
A container for storing segmentation data for members in a
ParentOffspring
family
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | ## S4 method for signature 'MinDistGRanges'
names(x)
## S4 method for signature 'MinDistGRanges'
mindist(object)
## S4 replacement method for signature 'MinDistGRanges,GRangesList'
mindist(object) <- value
## S4 method for signature 'MinDistGRanges'
offspring(object)
## S4 method for signature 'MinDistGRanges'
mother(object)
## S4 method for signature 'MinDistGRanges'
father(object)
## S4 method for signature 'MinDistGRanges'
pedigree(object)
## S4 method for signature 'MinDistGRanges'
show(object)
## S4 method for signature 'GRangesList'
offspring(object)
|
x |
a |
object |
a |
value |
a |
mindist
a GRangesList
object
offspring
a GRangesList
object
father
a GRanges
object
mother
a GRanges
object
pedigree
a ParentOffspring
object
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.