transform cpm counts to presence-absence matrix
GET_PAM(df)
df
Input data object that contains the data to be tested. Required
df.output object
GET_PAM(data.frame(a = c(1,3,0), b = c(0,0.1,2)))