Description Usage Arguments Value Examples
View source: R/p08_average_profile_functions.R
Average signal plot for multiple samples
1 2 3 4 5 6 7 | draw_avg_profile_plot(
exptInfo,
profileMats,
genes,
lineColors = NULL,
lineShape = NULL
)
|
exptInfo |
Experiment information dataframe |
profileMats |
a named list of profile matrix |
genes |
a vector of gene IDs. Profile matrix will be subset based on this gene list to calculate average profile |
lineColors |
color for each sample |
lineShape |
linetype for each sample |
a ggplot object with line plot
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.