How do I generate heatmap-dotplot presented in SCENIC+ paper #497
Unanswered
kennethho04
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hi @kennethho04 Have you tried running the command provided in the tutorial? https://scenicplus.readthedocs.io/en/latest/human_cerebellum.html#Heatmap-dotplot All the best, Seppe |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
In the SCENIC+ paper, TF regulators of mesenchymal and epithelial cell types were selected using a heatmap-dotplot where the color represents TF expression and the dot size represent eRegulon specificity score (RSS) before diving into the perturbation simulations (shown below).
This heatmap-dotplot is easier to interpret than the one presented in the new tutorial. However, the code that generated that figure (provided in the paper) seems to be based on an older version of SCENIC+. How can I approach generating a similar heatmap in the newer SCENIC+ that utilizes mudata instead of scplus_object? How can I obtain TF expression from the scplus_mudata? Would it just be the scRNA_count modality of the mudata? Is there a way I can incorporate the rss info from regulon_specificity_scores() into my mudata for this heatmap?
Best,
Kenneth
Beta Was this translation helpful? Give feedback.
All reactions