package: Annotation package for TranscriptDb object(s)

Description Author(s) See Also Examples

Description

This package loads one or more TranscriptDb objects. Such TranscriptDb objects are an R interface to prefabricated databases contained by this package.

The names of any objects exposed by this package indicate the origin and resources exposed. So for example TxDb.Hsapiens.UCSC.hg19.knownGene would be a TranscriptDb object, of Homo Sapiens data from UCSC build hg19 based on the knownGene Track.

Author(s)

Vince Buffalo

See Also

transcripts, transcriptsBy

Examples

1
2
3
4
5
6
## load the library
library(TxDb.Zmays.Ensembl.AGPv2.17)
## list the contents that are loaded into memory
ls('package:TxDb.Zmays.Ensembl.AGPv2.17')
## show the db object that is loaded by calling it's name
TxDb.Zmays.Ensembl.AGPv2.17

vsbuffalo/TxDb.Zmays.Ensembl.AGPv2.17 documentation built on May 3, 2019, 6:41 p.m.