Hi friends!!! I am a novice in R. My question may seem silly, but please bear with me. I am trying to understand some codes written with phyloseq package and struggling. Can you please tell me what exactly is meant by the following code and mainly its highlighted portion?
This code actually used to make a heatmap for microbial species relative abundance above a certain threshold limit.
the key function in that appears to be otu_table so I would start by reading the documentation of phyloseq to understand what that would do. Then the rest is applying cut offs, apply is iteratively over the data and summing sum the results etc.