peak.remove {BinMat} | R Documentation |
Removes samples with a peak number less than a specified value.
peak.remove(x, thresh)
x |
Binary matrix - consolidated or original. |
thresh |
Peak threshold value for removal. |
Filtered dataset, and either the row name/s or row number/s of samples that were removed.
mat = BinMatInput_ordination
new = peak.remove(mat, 4)