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

Obtain feature loadings for pseudo-pca to input on monocle 3 for module analysis? #95

Open
EspressoKris opened this issue Dec 10, 2020 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@EspressoKris
Copy link

Hi,

Thanks for the great tool. Conos has been working fantastically on my dataset.
I am writing as to ask whether it would be possible to obtain feature loadings for the pseudo-pca computed by Conos. Feature Loadings are required for gene module analysis on Monocle 3, tool that I am currently using to compute lineage trajectories using my Conos embeddings.

Any help would be much appreciated,

Thanks a lot.

@evanbiederstedt
Copy link
Collaborator

Hi @kristiangu

Thanks for the issue.

By "feature loadings", I'm guessing you mean something like defined by Seurat?

https://satijalab.org/seurat/v3.0/dim_reduction_vignette.html

2. feature.loadings: stores the weight for each feature along each dimension of the embedding
3. feature.loadings.projected: Seurat typically calculate the dimensional reduction on a subset of genes (for example, high-variance genes), and then project that structure onto the entire dataset (all genes). The results of that projection (calculated with ProjectDim) are stored in this slot. Note that the cell loadings will remain unchanged after projection but there are now feature loadings for all feature

@evanbiederstedt
Copy link
Collaborator

Hi @kristiangu

If you give me a few more details with regards to your analysis, I might be able to help out

i.e.

Feature Loadings are required for gene module analysis on Monocle 3, tool that I am currently using to compute lineage trajectories using my Conos embeddings.

what are you precisely doing here? Please show code.

Thanks, Evan

@evanbiederstedt
Copy link
Collaborator

Related: cole-trapnell-lab/monocle3#456

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants