MHCtools (version 1.2.1)

GetReplTable: GetReplTable function

Description

GetReplTable uses the output files produced by the ReplMatch() function to produce a table with the replicate sets and their respective mean proportion of incongruent sequences.

Usage

GetReplTable(filepath)

Arguments

filepath

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

Value

A table with the mean proportion of incongruent sequences for each replicate set.

See Also

ReplMatch; GetReplStats

Examples

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

Run the code above in your browser using DataLab