# Create a valid experiment table
exptab <- data.frame(
condition = c("cond1", "cond2", "cond3"),
replicate = c(1, 1, 1),
direction = c("forward", "reverse", "forward"),
strand = c("plus", "minus", "plus"),
path = c("toto/", "toto/", "toto/"))
checkexptab(exptab)
showallcomp(exptab)
Run the code above in your browser using DataLab