This function takes a given stage (males, unmated females, or humans) and summarizes them by genotype (infection status for humans), writing output to provided folders.
base_MUH(fileVec, outList, genos, nGenos, nTimes, nNodes)
None
Vector of files for analysis
List of files, organized by repetition, to write output
Genotypes to summarize by
Number of genotypes
Number of sampled times
Number of nodes in the network
This function is a base function used in split_aggregate_CSV
.