View source: R/plot_ccle_data_MVH.R
plot_ccle_data_MVH | R Documentation |
Plot RNA-seq data from CCLE/DepMap repository. ccle_data.R, aka CCLE_expression.csv, and ccle_sample_info.R, aka sample_info.csv, must be loaded first for this function to work. Both files can be downloaded from: https://depmap.org/portal/download/
plot_ccle_data_MVH(genes, cell_line_id = "A375")
genes |
genelist to plot. |
cell_line_id |
Cell line you want to plot. If A375 or SKMEL28, can just put those names. If anything else, need to put DepMap cell line ID. |
ccle_data |
CCLE log2 RSEM data, with genes as rownames as HGNC ID. |
bargraph of normalized expression of the given genes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.