README.md

casc

casc trains a logisitic regression model on provided single-cell RNAseq clusters. It creates an ROC curve for each cluster vs the others to help decide the appropriate number of clusters.

Installation

casc can be installed via devtools and github:

install.packages("devtools") 
devtools::install_github("jamez-eh/casc")

Useage

casc has the following parameters:

registerDoSEQ()
sce_sim <- readRDS("~/sce_sim.rds")
casc_list <- casc(sce = sce_sim, 
                  clusters = list(clustering_1, clustering_2, clustering_3, clustering_4, clustering_5), 
                  alpha = 0.5)


Author

James Hopkins



jamez-eh/casc documentation built on June 12, 2019, 1:43 a.m.