powered by
Removes samples with a peak number less than a specified value.
peak.remove(x, thresh)
Binary matrix - consolidated or original.
Peak threshold value for removal.
Filtered dataset, and either the row name/s or row number/s of samples that were removed.
# NOT RUN { mat = BinMatInput_ordination new = peak.remove(mat, 4) # }
Run the code above in your browser using DataLab