-
Notifications
You must be signed in to change notification settings - Fork 37
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
如何调整Biomarker可视化过程中,显示label的数量 #94
Comments
补充 display the relative abundance of features(OTU)p3 <- p2 + 我尝试使用 |
可以用
|> 我还想知道该怎么调整样本和分组的因子顺序,就是将sample和time按自己想要的顺序排列 可以在
如果你觉得有点陌生,td_mutate(Sample = factor(Sample, levels= s1), .f = td_unnest(RareAbundanceBySample))(p$data)看看数据。 |
谢谢老师! |
老师好,我想知道在这一步该怎么调整label的数量,调整成显示丰度前10的门,其余可以合并为other之类的显示格式
display the high light of phylum clade.
p2 <- p1 +
geom_hilight(
data = td_filter(nodeClass == "Phylum"),
mapping = aes(node = node, fill = label)
)
我在可视化自己的数据,这一步显示出来的门太多了
The text was updated successfully, but these errors were encountered: