Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Genome-wide vs. single-cell #56

Open
TJonCooper opened this issue Jan 21, 2021 · 3 comments
Open

Genome-wide vs. single-cell #56

TJonCooper opened this issue Jan 21, 2021 · 3 comments

Comments

@TJonCooper
Copy link

From the vignette + documentation, it's not entirely clear to me what the difference between distributed = "genome-wide" and distributed = "single-cell" is. What is changing? I note that for the SeuratWrapper vignette (https://htmlpreview.github.io/?https://github.com/satijalab/seurat-wrappers/blob/master/docs/cogaps.html) "genome-wide" is used despite handling scRNA-seq data - is this correct?

@jeanettejohnson
Copy link
Collaborator

genome-wide learns patterns over genes/rows, single-cell learns patterns over samples/columns. @genesofeve is this correct?

@rossinerbe
Copy link

It just changes how the data is split for parallel processing. If genome-wide the data is split into pieces that contain a group of genes and all of the cells/samples. If single-cell each split contains some of the cells and all of the genes. Generally, if you have more genes than cells/samples you should use genome-wide and vice versa.

@LiuCanidk
Copy link

Hi, @jeanettejohnson @rossinerbe ,
does that mean if I applt the parameter as "single-cell", I can use this NMF results to help me classfiy clusters of cell subtypes, just like corresponding some specific cells to all genes, and some cells have specificly higher scores for some genes. It is just like the cell type annotation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants