read_contrasts | R Documentation |
Read and validate a contrasts file against sample metadata
read_contrasts(
filename,
samples,
variable_column = "variable",
reference_column = "reference",
target_column = "target",
blocking_column = "blocking",
convert_to_list = FALSE
)
filename |
Contrasts file |
samples |
Data frame of sample information |
variable_column |
Column in contrasts file referencing sample sheet column |
reference_column |
Column in contrast file referencing reference level of sample sheet variable |
target_column |
Column in contrast file referencing target level of sample sheet variable |
blocking_column |
Colon-separated column in contrast file referencing sample sheet variables to be used as blocking factors |
convert_to_list |
Convert output to a list as used internally by shinyngs? |
output Validated contrasts data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.