MHCtools (version 1.2.1)

GetReplStats: GetReplStats function

Description

GetReplStats uses the output files produced by the ReplMatch() function to calculate statistics on the agreement between replicated samples in the sequencing experiment.

Usage

GetReplStats(filepath)

Arguments

filepath

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

Value

A list containing the number of replicate sets with zero incongruent sequences, the proportion of replicate sets with zero incongruent sequences, the mean of the mean proportion of incongruent sequences across all replicate sets, and the repeatability of the sequencing experiment.

See Also

ReplMatch; GetReplTable

Examples

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

Run the code above in your browser using DataCamp Workspace