powered by
makeSampleDF(counts, group=factor(colnames(counts)), lib.size=colSums(counts))
cts.path <- system.file("extdata","PapaGO-BWA.counts-diatoms.tab", package="manta") cts <- read.delim(cts.path) sdf <- makeSampleDF(counts=cts)
Run the code above in your browser using DataLab