| make_exports {bnlearn} | R Documentation |
make_exports(results, dir,
pathway.info = NULL,
top.n = 50);
the generated csv table files in the given output directory:
foldchange_matrix.csv, percentchange_matrix.csv, significance_matrix.csv, zscore_matrix.csv, wildtype_means_matrix.csv, mutant_means_matrix.csv;
comprehensive_comparison.csv, condition_similarity.csv;
intervention_ranking.csv: the top n affected genes of each perturbation condition;
pathway_summary.csv and cross_impact_matrix.csv: these two table files will be generated only when the pathway_info parameter is provided.
TRUE will be returns if all of the result table files have been exported into the given directory successfully;
this function returns a R# error message object if the given data can not be cast to a collection of the InterventionResult data.