Description Usage Arguments Value Author(s) Examples
Accessors for ASpliDU object
1 2 3 4 |
genesDE( x )
binsDU( x )
junctionsDU( x )
|
x |
An ASpliDU object |
Returns dataframes with genomic metadata and logFC and pvalue
Estefania Mancini, Andres Rabinovich, Javier Iserte, Marcelo Yanovsky, Ariel Chernomoretz
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# Get data tables from an ASpliDU object
#du <- aspliDUexample1()
#gde <- genesDE( du )
#bdu <- binsDU( du )
#jdu <- junctionsDU( du )
# Set data tables to an ASpliDU object
#genesDE( du ) <- gde
#binsDU( du ) <- bdu
#junctionsDU( du ) <- jdu
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.