View source: R/normalisation_functions.R
rlm_normalise_matrix | R Documentation |
A function for method='rlm'
from
matrix_normalise
.
rlm_normalise_matrix(matrix_antigen, array_matrix, control_antigens)
matrix_antigen |
A matrix with antigen data |
array_matrix |
A matrix with control antigen data |
control_antigens |
the control antigens for RLM normalisation |
A RLM normalised data frame
matrix_antigen <- readr::read_csv(system.file("extdata", "matrix_antigen.csv", package="protGear")) # rlm_normalise_matrix(matrix_antigen=matrix_antigen, #array_matrix=array_matrix, # control_antigens=control_antigens)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.