We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In case you are planned to update tutorial at some point, Isaac pointed me to a cleaner way to calculate mt fraction.
adata.var["mt"] = adata.var_names.str.startswith("MT-") sc.pp.calculate_qc_metrics(adata, qc_vars=["mt"], inplace=True)
It calculates both total_counts_mt and pct_counts_mt
total_counts_mt
pct_counts_mt
just leaving it here as reference.
The text was updated successfully, but these errors were encountered:
yes, this function was added after the tutorial was finished ;). Thanks, though! Will leave this issue open for the grand update!
Sorry, something went wrong.
Updated in #58
No branches or pull requests
In case you are planned to update tutorial at some point, Isaac pointed me to a cleaner way to calculate mt fraction.
It calculates both
total_counts_mt
andpct_counts_mt
just leaving it here as reference.
The text was updated successfully, but these errors were encountered: