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

Improve Mito and ribo QC calculation #36

Open
drbecavin opened this issue Jul 6, 2023 · 0 comments
Open

Improve Mito and ribo QC calculation #36

drbecavin opened this issue Jul 6, 2023 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@drbecavin
Copy link
Member

drbecavin commented Jul 6, 2023

For some Atlas the code:

# mitochondrial genes
adata.var["mt"] = adata.var_names.str.startswith("MT-")
# ribosomal genes
adata.var["ribo"] = adata.var_names.str.startswith(("RPS", "RPL"))

in atlas.create_qc_tables(adata, atlas_path, atlas_info, args)

Does not work because the annotation is in Ensembl format (ENSG0000...) or other.
Need to be fixed by adding MT and ribo annotation !

Or need to add an issue directly in scanpy ?

@drbecavin drbecavin added enhancement New feature or request question Further information is requested labels Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant