Learn R Programming

MHCtools (version 1.5.5)

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)

Value

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

Arguments

filepath

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

Details

If you publish data or results produced with MHCtools, please cite both of the following references: Roved, J. (2022). MHCtools: Analysis of MHC data in non-model species. Cran. Roved, J. (2024). MHCtools 1.5: Analysis of MHC sequencing data in R. In S. Boegel (Ed.), HLA Typing: Methods and Protocols (2nd ed., pp. 275–295). Humana Press. https://doi.org/10.1007/978-1-0716-3874-3_18

See Also

HpltFind; GetHpltTable

Examples

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

Run the code above in your browser using DataLab