View source: R/readSampleAnnotationForEdgeR.R
readSampleAnnotationForEdgeR | R Documentation |
Read sample annotation from tab-delimited file for EdgeR analysis
readSampleAnnotationForEdgeR(sampleNames, file = NULL, ...)
sampleNames |
Character string, giving sample names |
file |
Character string, path to a tab-delimited file, or |
... |
Other parameter passed to |
A data.frame
containing sample annotation, removing
'lib.size', and 'norm.factors' because they will be added
by the edgeR pipeline
phenoDataFile <- system.file("extdata/phenoData/test-phenoData.txt",
package="ribiosNGS")
readSampleAnnotationForEdgeR(phenoDataFile)
readSampleAnnotationForEdgeR(file=NULL, sampleNames=as.character(1:4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.