MHCtools (version 1.2.1)

GetHpltStats: GetHpltStats() function

Description

GetHpltStats uses the output files produced by the HpltFind() function to calculate the mean of the mean proportion of incongruent sequences across all nests in the data set.

Usage

GetHpltStats(filepath)

Arguments

filepath

is a user defined path to the folder where the output files from the HpltFind() function have been saved.

Value

A mean of the mean proportion of incongruent sequences for each nest.

See Also

HpltFind; GetHpltTable

Examples

Run this code
# NOT RUN {
filepath <- system.file("extdata/HpltFindOut/", package="MHCtools")
GetHpltStats(filepath)
# }

Run the code above in your browser using DataLab