a | b/man/create_scAIobject.Rd | ||
---|---|---|---|
1 | % Generated by roxygen2: do not edit by hand |
||
2 | % Please edit documentation in R/scAI_model.R |
||
3 | \name{create_scAIobject} |
||
4 | \alias{create_scAIobject} |
||
5 | \title{creat a new scAI object} |
||
6 | \usage{ |
||
7 | create_scAIobject(raw.data, do.sparse = T) |
||
8 | } |
||
9 | \arguments{ |
||
10 | \item{raw.data}{List of raw data matrices, a paired single-cell transcriptomic and epigenomic data} |
||
11 | |||
12 | \item{do.sparse}{whether use sparse format} |
||
13 | } |
||
14 | \description{ |
||
15 | creat a new scAI object |
||
16 | } |