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

ATAC components #398

Open
3 of 6 tasks
SarahOuologuem opened this issue May 17, 2023 · 6 comments
Open
3 of 6 tasks

ATAC components #398

SarahOuologuem opened this issue May 17, 2023 · 6 comments

Comments

@SarahOuologuem
Copy link
Contributor

SarahOuologuem commented May 17, 2023

Hi,

missing ATAC components include:

@VladimirShitov
Copy link
Collaborator

Thank you, it makes sense! What about GRN inference? From this page: https://www.sc-best-practices.org/chromatin_accessibility/gene_regulatory_networks_atac.html

@SarahOuologuem
Copy link
Contributor Author

I think it's nice! But as far as I see, that's for the multimodal case of RNA+ATAC. I would say, if we want to start with the unimodal case, then that's for later.
I can start with the LSI component

@bio-la
Copy link

bio-la commented Jun 7, 2023

thanks @SarahOuologuem for working on LSI!
please check @DriesSchaumont's last update on the "setup" component that includes PCA, umap and Neighbours, #396
you would need to add LSI as an additional dimred and test that when the component is called with one of the 2 dimreds or both, the outputs are consistent.

@SarahOuologuem SarahOuologuem mentioned this issue Sep 13, 2023
10 tasks
@VladimirShitov
Copy link
Collaborator

I'll take QC metrics and doublet detection :)

This was referenced Mar 1, 2024
@VladimirShitov VladimirShitov mentioned this issue Mar 22, 2024
10 tasks
@VladimirShitov VladimirShitov mentioned this issue Aug 27, 2024
10 tasks
@VladimirShitov
Copy link
Collaborator

VladimirShitov commented Aug 28, 2024

We also need:

  • HVG selection (literally scanpy function, so we can reuse existing components)
  • Normalization and log-transform (scanpy functions)
  • Neighbors graph building (scanpy function)
  • Clustering (scanpy function)
  • UMAP or other dim red methods (scanpy function)
  • Marker peaks search – this we should implement from muon

@VladimirShitov
Copy link
Collaborator

Double check HVG selection: it might use a slightly different approach due to high sparsity and the number of features

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

3 participants