getTx2gene {seeker} | R Documentation |
Get mapping between transcripts and genes
Description
This function uses the biomaRt package.
Usage
getTx2gene(
organism = "mmusculus",
version = NULL,
outputDir = "data",
checkArgsOnly = FALSE
)
Arguments
organism |
String used to pass |
version |
Passed to |
outputDir |
Directory in which to save the result, a file named
"tx2gene.csv.gz". If |
checkArgsOnly |
Logical indicating whether to only check function arguments. Used for testing. |
Value
If checkArgsOnly
is FALSE
, a data.table based on the result from
biomaRt::getBM()
, with an attribute "version". Otherwise 0
.
See Also
[Package seeker version 1.1.5 Index]