/CIBERSORT

Primary LanguageRGNU Affero General Public License v3.0AGPL-3.0

CIBERSORT

The goal of CIBERSORT is to run the CIBERSORT flow.

Installation

You can install the released version of CIBERSORT from github with:

install.packages("devtools")
devtools::install_github("Moonerss/CIBERSORT")

Example

library(CIBERSORT)
sig_matrix <- system.file("extdata", "LM22.txt", package = "CIBERSORT")
mixture_file <- system.file("extdata", "exampleForLUAD.txt", package = "CIBERSORT")
results <- cibersort(sig_matrix, mixture_file)