Description Usage Arguments Value Examples
View source: R/inputVerification.R
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.
1 | 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
1 2 3 4 | ## Not run:
df <- loadDesign("design.tsv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.