TxToGene | R Documentation |
Transcript-to-gene mappings
TxToGene(object, ...)
## S4 method for signature 'SummarizedExperiment'
TxToGene(object)
object |
Object. |
... |
Additional arguments. |
TxToGene
.
Updated 2021-02-03.
makeTxToGene()
.
data(SummarizedExperiment_transcripts, package = "AcidTest")
## SummarizedExperiment ====
object <- SummarizedExperiment_transcripts
t2g <- TxToGene(object)
print(t2g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.