You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Splits an OTU table into sub-tables where each sub-table has OTUs with the number of sequences ranging between specific ranges. The output will be placed in files with \fB.bin\fIx\fR appended to the original name, where \fIx\fR is a bin number.
.SH OPTIONS
.TP
otu_table.tab
The OTU table to split. Must be in tab delimited format, not BIOM format.
.TP
binboundary
The split between two neighbouring bins. Boundaries must be specified in ascending order. Implicity, the first bin is between zero and the first number specified and the last bin is between the largest number specified and the maximum value in the data.