-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathschcl.Rd
31 lines (28 loc) · 1.03 KB
/
schcl.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/schcl.R
\name{schcl}
\alias{schcl}
\title{Assigning cell types}
\usage{
schcl(group = c("sudo", "docker"), file, separator)
}
\arguments{
\item{group, }{a character string. Two options: sudo or docker, depending to which group the user belongs}
\item{file, }{a character string indicating the folder where input data are located. The input file is the output of scannobyGtf.}
\item{separator, }{separator used in count file, e.g. '\\t', ','}
}
\value{
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.
}
\description{
This function execute scHCL to assign cell types from Han et al Nature 2020, 581:303-309
}
\examples{
\dontrun{
example to be prepared
schcl(group="docker", file=paste(getwd(),"annotated_lorenz_testSCumi_mm10.csv", sep="/"), separator=",")
}
}
\author{
Raffaele Calogero, raffaele [dot] calogero [at] unito [dot] it, University of Torino
}