This is a helper repo of the package Genomic Analysis of Mature B-cell Lymphomas in R (GAMBLR) developed by the Morin Lab. This repo contains the set of functions and helpers to operate on matrices for classification of B-cell lymphomas like BL, FL, and DLBCL. Please refer to the main package for more information.
This pakage contains functionaliry to apply the random forest classifier to identify genetic subgroups of Follicular Lymphoma cFL/dFL described in Blood (2023). The function that allows to do that is classify_fl()
. It either accepts the metadata and mutations in maf format as input data frames to assemble the matrix and perform classification, or it can also accept the matrix prepared in advance. Please refer to the function documentation for the examples and description of supported parameters.