View source: R/importPairwiseContrasts.R
| importPairwiseContrasts | R Documentation | 
Import pairwise contrasts from a file
importPairwiseContrasts(
  file,
  groupCol = "group",
  numeratorCol = "numerator",
  denominatorCol = "denominator",
  namesCol = "description"
)
| file | 
 | 
| groupCol | 
 | 
| numeratorCol | 
 | 
| denominatorCol | 
 | 
| namesCol | 
 | 
list.
Named list of pairwise character vectors containing: "group", "numerator",
"denominator".
Updated 2022-05-17.
DESeq2::results().
file <- system.file("extdata", "contrasts.csv", package = "DESeqAnalysis")
x <- importPairwiseContrasts(file)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.