Description Usage Arguments Slots
This class is deprecated and will be defunct in a future release.
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 27 28 | ## S4 method for signature 'TrioSet'
pedigree(object)
## S4 method for signature 'TrioSet'
show(object)
## S4 method for signature 'TrioSet'
mindist(object)
## S4 replacement method for signature 'TrioSet,matrix'
mindist(object) <- value
## S4 method for signature 'TrioSet'
dim(x)
## S4 method for signature 'TrioSet'
trios(object)
## S4 method for signature 'TrioSet,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]
## S4 method for signature 'TrioSet,GRanges'
MAP(object, ranges,
transition_param = TransitionParam(),
emission_param = EmissionParam(), mdThr = 0.9, ...)
## S4 method for signature 'ff_array,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]
|
object |
a |
value |
a |
x |
a |
i |
a numeric vector for subsetting rows (optional) |
j |
a numeric vector for subsetting trios (optional) |
... |
additional arguments passed to subsetting methods for matrices and data frames |
drop |
logical. Whether to simplify matrices to numeric vectors. This should be left as FALSE. |
ranges |
a |
transition_param |
an object of class |
emission_param |
an object of class |
mdThr |
the minimum absolute value of the minimum distance
segment mean. Segments with means below |
fatherPhenoDataAnnotatedDataFrame containing covariates for the father
motherPhenoDataAnnotatedDataFrame containing covariates for the mother
pedigreean object of class Pedigree
mindista numeric matrix of the minimum distance for each trio, or NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.