-
Notifications
You must be signed in to change notification settings - Fork 18
Issues: phbradley/conga
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
# Perform dimensionality reduction and clustering of GEX and TCR data. # UMAP reduction and louvain clustering are the defaults. adata = conga.preprocess.cluster_and_tsne_and_umap(adata) print('adata.shape:', adata.shape) print('adata.obs_keys():', adata.obs_keys()) print('adata.obsm_keys():', adata.obsm_keys())
#72
opened Sep 19, 2024 by
szy23333
Error in Aggregate the individual GEX runs into a single AnnData object
#52
opened Oct 24, 2022 by
QianhuiXu
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.