Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 624 Bytes

File metadata and controls

27 lines (18 loc) · 624 Bytes

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("bmbolstad/preprocessCore")
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)