Description Usage Arguments Value References
View source: R/PrepDoubletDecon.R
Pre-process Seurat V3 object for DoubletDecon
1 2 3 4 5 6 7 8 | PrepDoubletDecon(
object,
assay = NULL,
markers = NULL,
top.n = 50,
group.by = NULL,
output.dir = NULL
)
|
object |
Seurat object which has been pre-processed with clustering and dimensional reduction |
assay |
Name of assay to pull the count data from; default is 'RNA'. |
markers |
Output of FindAllMarkers. If NULL, will recalculate it with default parameters. |
top.n |
Number of markers for the top_n function. Default is 50. |
group.by |
Name of one metadata columns to group cells by; If NULL, will use current identity. |
output.dir |
If set, save the output files to .txt format. Defauly is NULL. |
a list with three elements:
newExpressionFile
- Seurat expression file in ICGS format (ICGS genes)
newFullExpressionFile
- Seurat expression file in ICGS format (all genes)
newGroupsFile
- Groups file ICGS format
DePasquale, E. A., Schnell, D. J., Van Camp, P. J., Valiente-Alandí, Í., Blaxall, B. C., Grimes, H. L., ... & Salomonis, N. (2019). DoubletDecon: Deconvoluting Doublets from Single-Cell RNA-Sequencing Data. Cell reports, 29(6), 1718-1727.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.