## First consider relevant helper/discovery functions:
## Display the list of tables supported by makeTxDbPackageFromUCSC():
supportedUCSCtables()
## Can also list all the possible values for the miRBaseBuild argument:
supportedMiRBaseBuildValues()
## Next are examples of actually building a package:
## Not run:
# ## Makes a transcript package for Yeast from the ensGene table at UCSC:
# makeTxDbPackageFromUCSC(version="0.01",
# maintainer="Some One <so@someplace.org>",
# author="Some One <so@someplace.com>",
# genome="sacCer2",
# tablename="ensGene")
#
# ## Makes a transcript package from Human by using biomaRt and limited to a
# ## small subset of the transcripts.
# transcript_ids <- c(
# "ENST00000400839",
# "ENST00000400840",
# "ENST00000478783",
# "ENST00000435657",
# "ENST00000268655",
# "ENST00000313243",
# "ENST00000341724")
#
# makeTxDbPackageFromBiomart(version="0.01",
# maintainer="Some One <so@someplace.org>",
# author="Some One <so@someplace.com>",
# transcript_ids=transcript_ids)
#
# ## End(Not run)
Run the code above in your browser using DataLab