Regulon_specificity_scores question #466
Unanswered
dilkamur
asked this question in
* General SCENIC questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Team:
I am interested to compare regulons in a specific cell type at specific condition: Seems that I can calculate only rss by cell type or by condition. My question is how to achive the goal to calculate rss for cell type and condition. I created the following code but not sure if this approach is correct:
So this will give me rss for each regulon for each condition for a specific cell type. And then I would like to compare regulons by condition as the following
(rss_results['CellType1'].loc["condition1"]-rss_results['CellType2'].loc['condition2']).
Could you please provide your feedback/suggestions? Thank you in advance!!
Beta Was this translation helpful? Give feedback.
All reactions