-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
metacoder with MetagenomeSeq #335
Comments
I have not used |
Hi, I'm interested in the same as well. Thank you |
Can you supply an example of the data you want to use with |
Dear Zachary, Resuming... from the application of the Fitzig model I obtain a result table through the following script Which is organized as follow (just to make an example)
From my experience with metacoder, when I perform the Wilcox rank test before plotting I obtain the Log 2 ratio of median counts that is used for plotting in the tibble. obj$data$diff_table <- compare_groups(obj, data = "tax_abund", obj$data$diff_table$log2_median_ratio[obj$data$diff_table$wilcox_p_value > 0.05] <- 0 Then this for plotting obj %>% So I was wondering how to use the log fold change obtained from metagenome seq instead. Thank you again, |
Thanks for the info! Are you trying to make a single heat tree comparing two groups or a heat tree matrix for 3+ groups? If its just two groups, it should be somewhat easy to parse that table and plot the data. parse_tax_data(res, class_cols = "taxonomy", class_sep = "_") |
Hi, I would like to use metacoder with the results from metagenomeSeq. Is that possible? I don't know where to look for comparisons (in metagenomeSeq). Do you have any idea where to start? Sorry for the blanket question but I would really like to combine the procedures.
thank you
The text was updated successfully, but these errors were encountered: