Description Usage Arguments Value Author(s) Examples
This function imports txdb data and converts into a data frame used in the DominoEffect package only extracting the required information from the txdb object.
1 | import_txdb(txdb_object)
|
txdb_object |
TxDB Object, e.g. from makeTxDbFromEnsembl |
Data frame that can be used in DominoEffect package.
Marija Buljan <buljan@imsb.biol.ethz.ch> Peter Blattmann <blattmann@imsb.biol.ethz.ch>
1 2 3 4 | #EnsTxDB <- makeTxDbFromEnsembl(organism="Homo sapiens", release=73,
# server="ensembldb.ensembl.org")
#DominoData <- import_txdb(EnsTxDB)
#head(DominoData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.