A data frame in which each column contains the rdp read counts for every taxa given in the row names.
level
The depth the tree will go down to (kingdom, phylum, class, order, family, genus, species, subspecies).
eliminateParentNodes
If 'TRUE' the data set returned will only contain rows at the level specified by 'myTaxaLevel'.
If 'FALSE' the data set returned will contain all the nodes up to the level specified by 'myTaxaLevel'.
trimBelow
If 'NULL' the function will pull out only the data at the level specified by 'myTaxaLevel'.
If 'TRUE' the function will remove all the levels below the specified level.
If 'FALSE' the function will remove all the levels above the specified level.
split
This is the character that separates the taxa levels in the row names.
Value
A new data set that has been trimmed to the level selected.
Details
Notes:
For 'level' k, p, c, o, f, g, s and ss can be used in place of kingdom, phylum, class, order, family, genus, species
and subspecies respectively.
Numbers can also be used for 'level', with no maximum limit.
The option to 'eliminateParentNodes' only works when 'trimBelow' is NULL.