comparison TxDb.Hsapiens.UCSC.hg19.knownGene/man/package.Rd @ 37:ec7a1f7f9a94 draft

Uploaded
author testtool
date Thu, 09 Feb 2017 16:24:15 -0500
parents
children
comparison
equal deleted inserted replaced
36:a266a7c268e9 37:ec7a1f7f9a94
1 \name{TxDb.Hsapiens.UCSC.hg19.knownGene}
2 \docType{package}
3
4 \alias{TxDb.Hsapiens.UCSC.hg19.knownGene-package}
5 \alias{TxDb.Hsapiens.UCSC.hg19.knownGene}
6 \alias{TxDb.Hsapiens.UCSC.hg19.knownGene}
7
8
9 \title{Annotation package for TxDb object(s)}
10
11 \description{
12 This package loads one or more TxDb objects. Such TxDb
13 objects are an R interface to prefabricated databases contained by
14 this package.
15
16 The names of any objects exposed by this package indicate the origin and
17 resources exposed. So for example TxDb.Hsapiens.UCSC.hg19.knownGene
18 would be a TxDb object, of Homo sapiens data from UCSC build
19 hg19 based on the knownGene Track.
20 }
21
22 \note{
23 This data package was made from resources at UCSC on
24 2015-10-07 18:11:28 +0000 (Wed, 07 Oct 2015) and based on the hg19 genome based on the knownGene table
25 }
26
27 \author{Marc Carlson, Bioconductor Package Maintainer <maintainer@bioconductor.org> [cre]}
28
29
30 \seealso{
31 \link[GenomicFeatures]{transcripts},
32 \link[GenomicFeatures]{transcriptsBy}
33 }
34
35 \examples{
36 ## load the library
37 library(TxDb.Hsapiens.UCSC.hg19.knownGene)
38 ## list the contents that are loaded into memory
39 ls('package:TxDb.Hsapiens.UCSC.hg19.knownGene')
40 ## show the db object that is loaded by calling it's name
41 TxDb.Hsapiens.UCSC.hg19.knownGene
42
43 }
44
45 \keyword{package}
46 \keyword{data}