A function for method='rlm'
from
matrix_normalise
.
rlm_normalise_matrix(matrix_antigen, array_matrix, control_antigens)
A matrix with antigen data
A matrix with control antigen data
the control antigens for RLM normalisation
A RLM normalised data frame
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_matrix(matrix_antigen=matrix_antigen,
#array_matrix=array_matrix,
# control_antigens=control_antigens)