Remove BGCs with low sample sizes

rmLowSampleBGCs(dat, cutoff = 30)

Arguments

dat

a data.table with a "BGC" column and number of rows being the sampled points.

cutoff

minimum number of points necessary to retain a given BGC.

Value

dat without the excluded BGCs and their samples.