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