check_maxP {polymapR} | R Documentation |
check your dataset's maxP distribution
Description
Function to assess the distribution of maximum genotype probabilities (maxP
), if these are available. The function
plots a violin graph showing the distribution of the samples' maxP
.
Usage
check_maxP(probgeno_df)
Arguments
probgeno_df |
A data frame as read from the scores file produced by function
|
Value
This function does not return any value, is simply a visualisation tool to help assess data quality.
Examples
data("gp_df")
check_maxP(gp_df)