View source: R/functions_Stat.R
computeStatistics | R Documentation |
Compute the statistics
computeStatistics(
normDataTable,
descriptionFile,
defaultContr = TRUE,
matfileName = NULL,
keepAnnotation = FALSE
)
normDataTable |
normalized data object (Status=required) |
descriptionFile |
(Status: required) The data.frame containing the description file information (column 1: file names; column 2: names to be used in the plots; column 3: experimental groups the samples belong to)(datatype: data.frame) |
defaultContr |
(datatype=logical, Default=TRUE) |
matfileName |
(datatype=character, Default=NULL) |
keepAnnotation |
(datatype=logical, Default=FALSE) |
the contrast matrix file
#example here
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.