mp_select_as_tip {MicrobiotaProcess} | R Documentation |
select specific taxa level as rownames of MPSE
mp_select_as_tip(x, tip.level = "OTU") ## S4 method for signature 'MPSE' mp_select_as_tip(x, tip.level = "OTU") ## S4 method for signature 'tbl_mpse' mp_select_as_tip(x, tip.level = "OTU") ## S4 method for signature 'grouped_df_mpse' mp_select_as_tip(x, tip.level = "OTU")
x |
MPSE object |
tip.level |
the taxonomy level, default is 'OTU'. |
## Not run: data(mouse.time.mpse) newmpse <- mouse.time.mpse %>% mp_select_as_tip(tip.level = Species) newmpse ## End(Not run)