Description Usage Arguments Value Examples
Plot sample scores Plots the sample scores data.frame for a given geneset. Data frame must have Score, Sample and Class columns
1 2 | sample_plot(sample_data, filename = "", directory = "", title = "",
print = TRUE, display = TRUE, control_lab)
|
sample_data |
|
filename |
(optional) character string that will be added to the saved pdf filename |
directory |
(optional) character string of directory to save file |
title |
(optional) character string of title name for graph |
print |
(default TRUE) Save as a pdf file |
display |
(default TRUE) Display plot |
control_lab |
(optional) character string Specifying control_lab will set the control class as light blue as a default |
generates a plot of the sample scores
1 | sample_plot(sample_data = sample_data, control_lab = 'baseline')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.