Other gene identifiers
Usage
geneOtherIds(release = getOption(x = "wormbase.release", default = NULL))
Arguments
- release
character(1)
orNULL
. WormBase release. IfNULL
(recommended), defaults to current production release release available on the WormBase website. Legacy releases can be specified as a character string (e.g. "WS267").
Note
As of WS269 release, some non-N2 gene IDs are included in the flat
files available on the WormBase FTP server. These annotations are removed
from the return here, using grep matching to return only WBGene
entries.
Updated 2021-02-18.
Examples
x <- geneOtherIds()
#> → Importing /Users/mike/.cache/R/WormBase/BiocFileCache/c4607cbcbf79_c_elegans.PRJNA13758.WS289.geneOtherIDs.txt.gz using base::`readLines()`.
print(x)
#> CharacterList of length 52109
#> [["WBGene00000001"]] Y110A7A.10 aap-1
#> [["WBGene00000002"]] F27C8.1 aat-1
#> [["WBGene00000003"]] F07C3.7 aat-2
#> [["WBGene00000004"]] F52H2.2 aat-3
#> [["WBGene00000005"]] T13A10.10 aat-4
#> [["WBGene00000006"]] C55C2.5 aat-5
#> [["WBGene00000007"]] T11F9.4 aat-6
#> [["WBGene00000008"]] F54D12.3 F54D12.f aat-7
#> [["WBGene00000009"]] F28F9.4 aat-8
#> [["WBGene00000010"]] Y53H1C.1 aat-9
#> ...
#> <52099 more elements>