plot_normalised_antigen | R Documentation |
Comparison of normalised data by feature
plot_normalised_antigen(exprs_normalised_df, method, batch_correct)
exprs_normalised_df |
a normalised data frame |
method |
the method of normalisation used |
batch_correct |
the batch correction |
A ggplot of various normalisation approaches
matrix_antigen <- readr::read_csv(system.file("extdata", "matrix_antigen.csv", package="protGear")) normlise_vsn <- matrix_normalise(as.matrix(matrix_antigen), method = "vsn", return_plot = FALSE ) plot_normalised_antigen(normlise_vsn,method="vsn",batch_correct=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.