loadDesign {NormalyzerDE} | R Documentation |
Takes a design path, loads the matrix and ensures that the sample column is in character format and that the group column is in factor format.
loadDesign(designPath, sampleCol = "sample", groupCol = "group")
designPath |
File path to design matrix. |
sampleCol |
Column name for column containing sample names. |
groupCol |
Column name for column containing condition levels. |
designMatrix Design data loaded into data frame
## Not run: df <- loadDesign("design.tsv") ## End(Not run)