Description Usage Arguments Value Examples
View source: R/DECODER_function.R
This function is used to construct scATAC-seq reference when ref==user.
1 | DECODER.user(singlecell.dataset, celltype.idx)
|
singlecell.dataset |
scATAC-seq raw count matrix. |
celltype.idx |
Cell type labels of scATAC-seq. DECODER will cluster the scATAC-seq data when equal to NULL. |
res |
if celltype.idx==NULL, res is a list containing reference of optimal cluster number k and reference of each k from 2 to 50; otherwise res is a reference matrix. |
1 2 3 4 | ## Not run:
res<-DECODER.user(singlecell.dataset,celltype.idx)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.