-
Notifications
You must be signed in to change notification settings - Fork 63
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
lefse analysis questions and plotting without tags #411
Comments
Hi. It is not negative values in the figure, just for the beauty with two types of values on both sides. For the second issue, please refer to this topic (https://chiliubio.github.io/microeco_tutorial/other-examples-1.html#tidy_taxonomy-function) and use tidy_taxonomy function to tidy your taxonomic info. It is also mentioned in the trans_diff part (https://chiliubio.github.io/microeco_tutorial/model-based-class.html#trans_diff-class)
|
Hi. Could you please attach your |
Hello, microeco has very conveniently implemented lefse analysis, but I have the following two questions.
First
t1 <- trans_diff$new(dataset = dataset, method = “lefse”, group = “Group”, alpha = 0.05, lefse_norm = 10000,
taxa_level = “all”, p_adjust_method = “none”, boots = 100, by_group = “KW”,
lefse_subgroup = NULL)
t1$plot_diff_bar(threshold = 2,
width = 0.8, group_order = c(“RR”, “RW”), add_sig = T,
use_number = 1:20)
Why is it that the LDA in t1$res_diff are all greater than zero, but in t1$plot_diff_bar out of the plot there is a negative LDA score value.
Second
t1$plot_diff_cladogram(use_taxa_num = 200,
use_feature_num = 30,
clade_label_level = 5,
group_order = c(“RR”, “RW”),
select_show_labels = NULL ,
only_select_show = F,
sep = “|”,
branch_size = 3,
alpha = 0.2,
clade_label_size = 2)
The outgoing developmental tree has no species annotations and no letters (a, b, c ···), but the labeling is normal.
Very much looking forward to getting an answer.
The text was updated successfully, but these errors were encountered: