This is a fork of the program Homo. Details about how to compile, install and use Homo Version 1.3 are available in the manual. Please direct errors, concerns and questions about the program to [email protected]
Several potential analyses were presented in the manual, which can be created for any dataset by directly using the output files from Homo.
-
Run
Homonormally on a dataset, for instance, here using Dataset 16 from Whelan et al 2015. -
Generate a PP plot using the R script
pairwise_PPplot.R. The input is thesummary.csvfile from Homo and the output.pdfis automatically named asPP-plot.pdf.Rscript pairwise_PPplot.R whelan_d16_reorder_summary.csvThe above command produces a PDF of the graph, named
whelan_d16_reorder_summary_PP-plot.pdf.
-
Generate a heatmap of the p-values using the R script
pvalue_heatmap.R. The input is thePvalues.csvfile and the output is automatically named asheatmap.pdf.Rscript pvalue_heatmap.R whelan_d16_reorder_Pvalues.csv