schcl | R Documentation |
This function execute scHCL to assign cell types from Han et al Nature 2020, 581:303-309
schcl(group = c("sudo", "docker"), file, separator)
group |
a character string. Two options: sudo or docker, depending to which group the user belongs |
file |
a character string indicating the folder where input data are located. The input file is the output of scannobyGtf. |
separator |
separator used in count file, e.g. '\t', ',' |
return a table summarizing the the cell type association for each cluster. The table is saved in the clusters folder in a file with the name including _celltypes_freq.
Raffaele Calogero, raffaele [dot] calogero [at] unito [dot] it, University of Torino
## Not run:
example to be prepared
schcl(group="docker", file=paste(getwd(),"annotated_lorenz_testSCumi_mm10.csv", sep="/"), separator=",")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.