View source: R/DESeq2_functions.R
plot_gene_values | R Documentation |
Plot DESeq2 normalization values using ggplot2
plot_gene_values(
gene,
tableCounts,
targetsFile,
condition,
out_folder,
print2file = TRUE
)
gene |
Gene ID |
tableCounts |
Expression counts. Samples as columns |
targetsFile |
Phenothypic information. Sampes as rows. |
condition |
List of phenotypic condition to retrieve in targestFile |
out_folder |
Out folder to create plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.