TxToGene | R Documentation |
Transcript-to-gene mappings
TxToGene(object, ...)
## S4 method for signature 'DFrame'
TxToGene(object, quiet = FALSE)
## S4 method for signature 'GRanges'
TxToGene(object, ...)
## S4 method for signature 'GRangesList'
TxToGene(object, ...)
## S4 method for signature 'data.frame'
TxToGene(object, ...)
## S4 method for signature 'matrix'
TxToGene(object, ...)
object |
Object. |
quiet |
|
... |
Arguments pass through to |
TxToGene
.
Updated 2023-11-29.
makeTxToGene()
.
## DFrame ====
df <- S4Vectors::DataFrame(
"txId" = c(
"ENST00000635602.1",
"ENST00000635506.1"
),
"geneId" = c(
"ENSG00000283061.1",
"ENSG00000283061.1"
)
)
object <- TxToGene(df)
print(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.