Description Usage Arguments Details Value Author(s) Examples
View source: R/buildTxMethods.R
Download a new or load an existing reference transcriptome. See 'Details'.
1 2 |
genomeVersion |
A character string; refers to a specific
reference genome assembly version; default is |
standardChrOnly |
A logical scalar; if |
force |
A logical scalar; if |
verbose |
A logical scalar; print additional information
about db; default is |
This is a low-level function that is being called from
BuildTx. If no local transcriptome db file exists or
forceDownload is TRUE, the function generates an
reference transcriptome by calling makeTxDbFromUCSC from
the GenomicFeatures package; the return object is a
TxDb object and is saved locally as an sqlite db.
Details on the txdb return object can be obtained from
print(x), where x is the name of the txdb
return object.
The user may generate a custom transcriptome (e.g. based on a
different gene annotation) using makeTxDb or
makeTxDb-derived functions from the GenomicFeatures
package. Please see the GenomicFeatures reference manual.
In order to use a custom transcriptome, the TxDb object
needs to be saved locally as an sqlite db, e.g.
saveDb(x), "txdb_y.sqlite"), where x is the
TxDb object and y denotes the reference genome
version as in genomeVersion.
A TxDb object. See 'Details'.
Maurits Evers, maurits.evers@anu.edu.au
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.