Skip to contents

Transcript-to-gene mappings

Usage

TxToGene(object, ...)

# S4 method for SummarizedExperiment
TxToGene(object)

Arguments

object

Object.

...

Additional arguments.

Value

TxToGene.

Note

Updated 2021-02-03.

See also

Examples

data(SummarizedExperiment_transcripts, package = "AcidTest")

## SummarizedExperiment ====
object <- SummarizedExperiment_transcripts
t2g <- TxToGene(object)
print(t2g)
#> TxToGene with 6 rows and 2 columns
#>                                txId             geneId
#>                         <character>        <character>
#> ENST00000371584.8 ENST00000371584.8 ENSG00000000419.12
#> ENST00000371588.9 ENST00000371588.9 ENSG00000000419.12
#> ENST00000413082.1 ENST00000413082.1 ENSG00000000419.12
#> ENST00000494424.1 ENST00000494424.1 ENSG00000000003.15
#> ENST00000496771.5 ENST00000496771.5 ENSG00000000003.15
#> ENST00000612152.4 ENST00000612152.4 ENSG00000000003.15