autogluon_pred | R Documentation |
Function to predict the GEP-subgroups using Autogluon model
autogluon_pred(x = NULL, exp_type = "log2tpm", use_models = 80)
x |
Normalized gene expression matrix or its file path |
exp_type |
deseq2 or log2tpm |
use_models |
models were used |
x <- system.file("extdata", "tcga_log2tpm_test.csv", package = "clinaml") res <- autogluon_pred(x, exp_type = "log2tpm") x2 <- system.file("extdata", "tcga_deseq2_test.csv", package = "clinaml") res2 <- autogluon_pred(x2, exp_type = "deseq2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.