File: README.source

package info (click to toggle)
r-bioc-genomeinfodbdata 1.2.13-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,700 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 634 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This package contains three mapping objects:

* data/speciesMap.rda: A data frame with columns 'tax_id', 'genus', and
  'species'.  Used to retrieve taxonomy ID by species and returns list of
  available species.

* data/validTaxIds.rda: An integer vector of valid taxonomy IDs created
  from 'speciesMap'.  Used internally for quick taxonomy ID look ups.

* data/specData.rds: A data frame with columns 'taxon' and 'species'.
  Used internally to retrieve species by taxonomy ID.


Scripts to generate these files are in inst/scripts.
All originate from the public taxonomy dump at
ftp://ftp.ncbi.nih.gov/pub/taxonomy/taxdump.tar.gz