Description Usage Arguments Details Value
Get or set rowData(object), biotype columns in a SummarizedExperiment
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | gene_biotype(object, ...)
## S4 method for signature 'SummarizedExperiment'
gene_biotype(object, ...)
gene_biotype(object, ...) <- value
## S4 replacement method for signature 'SummarizedExperiment'
gene_biotype(object, ...) <- value
transcript_biotype(object, ...)
## S4 method for signature 'SummarizedExperiment'
transcript_biotype(object, ...)
transcript_biotype(object, ...) <- value
## S4 replacement method for signature 'SummarizedExperiment'
transcript_biotype(object, ...) <- value
|
object |
a SummarizedExperiment |
... |
other arguments, as appropriate (which they rarely are) |
value |
value for rowData(object), biotype (replaces existing) |
GET_RD and SET_RD are aped from SingleCellExperiment.
1 | result of getting/setting rowData(object)[, biotype]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.