Description Usage Arguments Details See Also
This function filters the genomic intervals for denovo events.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | denovoHemizygous(object, filters = FilterParamMD(state = "221"))
denovoHomozygous(object, filters = FilterParamMD(state = "220"))
denovo(object, filters = FilterParamMD(state = c("220", "221", "224")))
denovoDuplication(object, filters = FilterParamMD(state = "224"))
## S4 method for signature 'MinDistPosterior'
denovoHemizygous(object,
filters = FilterParamMD(state = "221"))
## S4 method for signature 'MinDistPosterior'
denovoHomozygous(object,
filters = FilterParamMD(state = "220"))
## S4 method for signature 'MinDistPosterior'
denovoDuplication(object,
filters = FilterParamMD(state = "224"))
## S4 method for signature 'MinDistPosterior'
denovo(object, filters = FilterParamMD(state
= c("220", "221", "224")))
|
object |
see |
filters |
an object of class |
The function denovo
filters genomic intervals for states
'220', '221', and '224', corresponding to denovo homozygous
deletion, denovo hemizygous deletion, and denovo duplication,
respectively.
denovoHemizygous
filters genomic intervals for state '221'.
denovoHomozygous
filters genomic intervals for state '220'
FilterParamMD-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.