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 had a question about the code on compare cluster in chapter 14 especially 14.2
I have 2 dataframes with the following columns: ID, description, gene ratio, background ratio, p.value, p.adj and gene count. Each df are for different cell conditions A and B. I'm not sure how to combine the two dataframes efficiently to then create an object that I can run CompareCluster on.
I'm also unsure if I were to combine the dataframes somehow, which p.values/p.adj values I would use as there would be two sets from each dataframe. Your object in chapter 14.2 called formula_res has only one set of pvalues etc., but I'm not sure what these statistical values show?
I would appreciate any advice!
Thank you!
Leima
The text was updated successfully, but these errors were encountered:
Hi! thanks for writing such a helpful book!
I had a question about the code on compare cluster in chapter 14 especially 14.2
I have 2 dataframes with the following columns: ID, description, gene ratio, background ratio, p.value, p.adj and gene count. Each df are for different cell conditions A and B. I'm not sure how to combine the two dataframes efficiently to then create an object that I can run CompareCluster on.
I'm also unsure if I were to combine the dataframes somehow, which p.values/p.adj values I would use as there would be two sets from each dataframe. Your object in chapter 14.2 called formula_res has only one set of pvalues etc., but I'm not sure what these statistical values show?
I would appreciate any advice!
Thank you!
Leima
The text was updated successfully, but these errors were encountered: