RunCoGAPS | R Documentation |
Run CoGAPs on a Seurat object
RunCoGAPS(
object,
assay = NULL,
slot = "counts",
params = NULL,
temp.file = NULL,
reduction.name = "CoGAPS",
reduction.key = "CoGAPS_",
...
)
object |
Seurat object |
assay |
Assay to pull data from |
slot |
Slot to pull data from. |
params |
|
temp.file |
Name of temporary data matrix file to create if running in a distributed mode.
Setting to TRUE will generate the file name using |
reduction.name |
Name of the CoGAPS reduction returned |
reduction.key |
Key for the CoGAPS reduction returned |
Returns a Seurat object with the CoGAPS results stored as a DimReduc
object
E.J. Fertig, J. Ding, A.V. Favorov, G. Parmigiani, and M.F. Ochs (2010) CoGAPS: an integrated R/C++ package to identify overlapping patterns of activation of biological processes from expression data. Bioinformatics 26:2792-2793.
CoGAPS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.