Description Usage Arguments Value
View source: R/RNAseq_plotting.R
Scale and tidy data prior to ggplot2 plot e.g. violin plot.
1 2 3 4 5 6 7 8 | scale_extract_gene_set_and_tidy_lcpm_data(
loc_exp_lcpm,
groups,
RNAi,
treatment,
sam_ids,
gene_set_charV
)
|
loc_exp_lcpm |
Count matrix. Usually log transformed. |
groups |
Column of DGElist$samples that contains group info. |
RNAi |
Column of DGElist$samples that contains RNAi info. |
treatment |
Column of DGElist$samples that contains treatment info. |
sam_ids |
Column of DGElist$samples that contains sam_ids info. |
gene_set_charV |
Gene set as a vector. Identifies need to match rownames of loc_exp_lcpm e.g. flybase_ids |
tidy df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.