Calculates and plots the proportion of variation for twenty-five Principal Components of expression data before and after batch correction
1 2 3 4 5 6 7 | pca_prop_var(
batch.title,
NameString = "",
exprData1,
exprData2,
return.plot = FALSE
)
|
batch.title |
The tile of the batch |
NameString |
string that will be appear in all output filenames. Default="" (empty string) |
exprData1 |
A matrix containing the gene Expression data before batch correction |
exprData2 |
A matrix containing the gene Expression data after batch correction |
return.plot |
Should the plot be returned as an object to the environment? If FALSE, plot is saved to a pdf file, if TRUE, plot is returned to the environment. Default = FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.