organism | R Documentation |
Organism
organism(object)
organism(object) <- value
## S4 method for signature 'Annotated'
organism(object)
## S4 method for signature 'DFrame'
organism(object)
## S4 method for signature 'GRanges'
organism(object)
## S4 method for signature 'Matrix'
organism(object)
## S4 method for signature 'data.frame'
organism(object)
## S4 method for signature 'matrix'
organism(object)
## S4 replacement method for signature 'Annotated'
organism(object) <- value
object |
Object. |
value |
Value to assign. |
character(1)
.
Latin organism name (e.g. Homo sapiens).
Updated 2021-08-03.
detectOrganism()
.
## DFrame ====
df <- S4Vectors::DataFrame(
"txId" = c(
"ENST00000635602.1",
"ENST00000635506.1"
),
"geneId" = c(
"ENSG00000283061.1",
"ENSG00000283061.1"
),
row.names = c(
"ENST00000635602.1",
"ENST00000635506.1"
)
)
x <- organism(df)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.