Dataset/computeC_processed_data.R

#library
devtools::install_github("huynguyen250896/computeC")
library(computeC)

exp = read.table("gene_expression.txt", sep = "\t", header = T, check.names = F)
cli = read.table("clinical_feature.txt", sep = "\t", header = T, check.names = F)


computeC(data = exp, clinical = cli, col = "lymph")
huynguyen250896/computeC documentation built on June 24, 2021, 5:58 a.m.