Description Usage Arguments Value Examples
Plot the output from signal batch correction for the selected or the first 100 features
1 2 |
df |
A data frame containing the original data before correction (samples in columns, features in rows). |
corrected_df |
A data frame containing the corrected data, as output by QCRSC |
classes |
A factor or character vector of sample classes. All QC samples should be labelled 'QC'. |
batch |
A vector indicating the batch each sample was measured in. If only one batch was measured then all values should be set to 1 |
indexes |
Numeric vector defining whihc features from data frame to plot. If set to NULL will plot the first 100. |
qc_label |
Class label for QC sample. |
output |
Filename of the output pdf file. Can include the path. If set to NULL output will be list object containing ggplot2 plots. |
Pdf file or list object showing data before and after signal correction
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.