GET_PAM {PathoStat}R Documentation

transform cpm counts to presence-absence matrix

Description

transform cpm counts to presence-absence matrix

Usage

GET_PAM(df)

Arguments

df

Input data object that contains the data to be tested. Required

Value

df.output object

Examples

GET_PAM(data.frame(a = c(1,3,0), b = c(0,0.1,2)))

[Package PathoStat version 1.16.0 Index]