Description Usage Arguments Value Examples
Function used to append all .csv files that are outputted from AnalyzeOrthoMCL into one matrix.
| 1 | SurvAppendMatrix(work_dir, out_name = "surv_matrix.csv", out_dir = NULL)
 | 
| work_dir | the directory where the output files of AnalyzeOrthoMCL are located | 
| out_name | file name of outputted matrix | 
| out_dir | the directory where the outputted matrix is placed | 
A csv file containing a matrix with the following columns: OG, p-values, Bonferroni corrected p-values, mean phenotype of OG-containing taxa, mean pheotype of OG-lacking taxa, taxa included in OG, taxa not included in OG
| 1 2 3 | file <- system.file('extdata', 'outputs', package='MAGNAMWAR')
directory <- paste(file, '/', sep = '')
SurvAppendMatrix(directory)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.