marker_data <- data.frame(
Sample1 = c(400, 600, 700),
Sample2 = c(450, 550, 480),
Sample3 = c(300, 200, 500),
row.names=c(185,188,191)
)
eggs<-data.frame(
ID=c("Sample1","Sample2","Sample3"),n=c(3000,400,50))
PCDM(consolidated_marker=marker_data, eggcount= eggs,"SMMS2")
Run the code above in your browser using DataLab