Description Usage Arguments Value Author(s) Examples
Functions counts
and FPKM
are used to extract counts and
FPKM values from SGFeatureCounts
and SGVariantCounts
objects. Function variantFreq
is used to access relative usage
estimates from SGVariantCounts
objects.
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 29 30 31 32 33 34 | FPKM(object, ...)
FPKM(object, ...) <- value
variantFreq(object)
variantFreq(object) <- value
## S4 method for signature 'SGFeatureCounts'
counts(object)
## S4 replacement method for signature 'SGFeatureCounts'
counts(object) <- value
## S4 method for signature 'SGFeatureCounts'
FPKM(object)
## S4 replacement method for signature 'SGFeatureCounts'
FPKM(object) <- value
## S4 method for signature 'SGVariantCounts'
counts(object, ...)
## S4 replacement method for signature 'SGVariantCounts'
counts(object, ...) <- value
## S4 method for signature 'SGVariantCounts'
FPKM(object, ...)
## S4 method for signature 'SGVariantCounts'
variantFreq(object)
## S4 replacement method for signature 'SGVariantCounts'
variantFreq(object) <- value
|
object |
Object containing assay data |
... |
Arguments passed to method for |
value |
Replacement value |
Assay data for accessor functions or updated object for replacement functions.
Leonard Goldstein
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.