You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a gene list from top_genes and I want to show these gene names in the heatmap made by scv.pl.heatmap, like this figure. I wonder if there are some arguments or codes to do this?
Besides, I wonder if there are some methods to sort top_genes by latent_time and export it as a list?
the top_genes object was made by the following code: top_genes = adata.var['fit_likelihood'].sort_values(ascending=False).index[:300]
This discussion was converted from issue #1004 on February 21, 2023 10:07.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, Thanks for your wonderful software!
I have a gene list from
top_genes
and I want to show these gene names in the heatmap made by scv.pl.heatmap, like this figure. I wonder if there are some arguments or codes to do this?Besides, I wonder if there are some methods to sort
top_genes
bylatent_time
and export it as a list?the
top_genes
object was made by the following code:top_genes = adata.var['fit_likelihood'].sort_values(ascending=False).index[:300]
Weifeng
Beta Was this translation helpful? Give feedback.
All reactions