A function for method='rlm'
from
matrix_normalise
.
rlm_normalise(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"))
#> Rows: 105 Columns: 117
#> ── Column specification ────────────────────────────────────────────────────────
#> Delimiter: ","
#> dbl (117): AARP, AMA1, ASP, Buffer, CD4TAG, CLAG3.2, CommercialHumanIgG, EBA...
#>
#> ℹ Use `spec()` to retrieve the full column specification for this data.
#> ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
#rlm_normalise_df <- rlm_normalise_matrix(matrix_antigen=matrix_antigen,
#array_matrix=array_matrix,
# control_antigens=control_antigens)
# rlm_normalise(rlm_normalise_df)