Description Usage Arguments Value
View source: R/RNAseq_plotting.R
Scale and tidy data prior to ggplot2 plot e.g. violin plot. Only using group info.
1 2 3 4 5 6 | scale_extract_gene_set_and_tidy_lcpm_data_simple(
loc_exp_lcpm,
groups,
sam_ids,
gene_set_charV
)
|
loc_exp_lcpm |
Log transformed count matrix. |
groups |
Column of DGElist$samples that contains group 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.