biotypes: Get or set rowData(object), biotype columns in a...

Description Usage Arguments Details Value

Description

Get or set rowData(object), biotype columns in a SummarizedExperiment

Usage

 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

Arguments

object

a SummarizedExperiment

...

other arguments, as appropriate (which they rarely are)

value

value for rowData(object), biotype (replaces existing)

Details

GET_RD and SET_RD are aped from SingleCellExperiment.

Value

1
     result of getting/setting rowData(object)[, biotype]

trichelab/velocessor documentation built on Jan. 5, 2022, 6:27 p.m.