knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(dseqr.data)
dseqr.data
can be installed from Bioconductor as follows:
if(!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("dseqr.data")
dseqr.data
includes:
- experiment data from CMAP02 and L1000 for the dseqr
package
- annotation used by rkal
for importing RNA-Seq data
To load and download CMAP02 and L1000 data, dseqr
does the following:
# to load the actual data replace # 'example.rds' with e.g. 'l1000_genes_es.rds' drug_es <- load_drug_es('example.rds')
To generate transcript-to-gene maps for importing the results of kallisto
quantification, rkal
calls the following:
tx2gene <- load_tx2gene('Homo sapiens', release='94')
The following package and versions were used in the production of this vignette.
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.