View source: R/functions_Stat.R
| computeAdvancedStatistics | R Documentation | 
Compute more advanced statistics
computeAdvancedStatistics(
  normDataTable,
  descriptionFile,
  covariates_string,
  interaction_string,
  paired_string,
  plotVolcanoPlot,
  plotVennPlot,
  matfileName = NULL,
  keepAnnotation = FALSE,
  defaultContr = TRUE
)
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)  | 
covariates_string | 
 (Status=required)  | 
interaction_string | 
 (Status=required)  | 
paired_string | 
 (Status=required)  | 
plotVolcanoPlot | 
 (Status=required)  | 
plotVennPlot | 
 (Status=required)  | 
matfileName | 
 (datatype=character, Default=NULL)  | 
keepAnnotation | 
 (datatype=logical, Default=FALSE)  | 
defaultContr | 
 (datatype=logical, Default=TRUE)  | 
the contrast matrix file
#example here
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.