Description Usage Arguments Value Examples
CrossSCC: An Single-Cell Clustering analysis framework Crossing batches of data
CrossSCC
1 2 3 4 5 6 7 8 |
m |
a matrix of single cell expression values. |
markers |
a dataframe contains marker information. Try examples for details. |
ncores |
number of CPU cores used. |
verbose |
verbose level. By default, CrossSCC will output all logs as well as progress bars. |
show.progress.bar |
Set to FALSE if you don't want to see progress bar. |
log.file |
a test/debug use option. Messages will be directed to this new text file instead of stderr(). Note that verbose threshold will be set to -1 with this parameter. |
a data.tree object.
1 2 3 4 | library(data.table)
markers <- fread(system.file("extdata", "markers.csv", package = "CrossSCC"))
data(immu)
handsome.zuo <- CrossSCC(immu, markers, ncores = 16)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.