Description Usage Arguments Value Examples
View source: R/DECODER_pipeline.R
This function is used to deconvolve bulk ATAC-seq samples.
1 2 |
bulk.dataset |
bulk ATAC-seq raw count matrix |
ref |
the type of reference: user/PBMC/mouse pfc/hematopoietic |
singlecell.dataset |
scATAC-seq raw count matrix. A required input when ref==user; equal to NULL when using built-in reference. |
celltype.idx |
cell type labels of scATAC-seq. DECODER will cluster the scATAC-seq data when equal to NULL in 'user' mode; equal to NULL when using built-in reference. |
prop |
estimated proportion matrix for bulk samples |
1 2 3 4 | ## Not run:
prop<-DECODER(bulk.dataset,ref='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.