View source: R/importTxToGene.R
importTxToGene | R Documentation |
Generates a TxToGene
object containing txId
and geneId
columns.
importTxToGene(
file,
organism = NULL,
genomeBuild = NULL,
release = NULL,
ignoreVersion = c(tx = FALSE, gene = FALSE)
)
file |
|
organism |
|
genomeBuild |
|
release |
|
ignoreVersion |
|
TxToGene
.
File should not contain column header names.
Updated 2021-02-01.
stripTranscriptVersions
, stripGeneVersions
file <- file.path(AcidGenomesTestsUrl, "tx2gene.csv")
x <- importTxToGene(
file = file,
organism = "Homo sapiens",
genomeBuild = "GRCh38",
release = 100L
)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.