inst/extdata/sample_parameter_files/parameters_validation/parameters_gene2GO_standard.R

#This is a sample parameter file for KOMODO2. Most variables are self-explanatory, and a formal definition of each can be found in KOMODO2 documentation.

KOMODO2 <- list(annotation_files_dir = "/Users/chico/projects/KOMODO2/development/KOMODO2/bin/validation/data/gene2GO/", #Directory where annotation files are located. If not provided, file described in variable "dataset.info" should contain absolute paths to annotation files
                output.dir = "../validation/results/GO_standard/", #output directory for results

                dataset.info = "../validation/data/metadata/GO_metadata_standard.txt", #genome metadata file, it should contain at least, for each genome: 1) path for annotation data; 2) phenotype data (numeric); 3) normalization data (numeric)

                x.column = 2, #which column contains phenotype data?

                ontology = "GO", #which dictionary data type?

                dict.path = "", #file for dictionary file (two-column file containing annotation IDs and their descriptions, not needed for GO

                column = "GO", #which column in annotation file should be used (column name)
                denominator.column = "", #which column contains normalization data (numeric)
                tree_path = "../validation/data/trees/tree_genome_IDs.nwk", #path for tree file

                tree_type = "newick", #tree file type (either "nexus" or "newick", case-sensitive)
                cores = 4, #how many cores to use?


                #ADVANCED PARAMETERS (not really...)

                #These parameters are basically to tell KOMODO2 how much graphical output it should produce. We configure it to generate plots only for annotation terms with corrected q-values for phylogenetically independent contrasts smaller than 0.5. 
                
                linear_model_cutoff = 0.5

                )
fcampelo/KOMODO2-CRAN documentation built on March 7, 2020, 6:35 a.m.