gp_overview {polymapR} | R Documentation |
gp_overview
Description
Function to generate an overview of genotype probabilities across a population
Usage
gp_overview(probgeno_df, cutoff = 0.7, alpha = 0.1)
Arguments
probgeno_df |
A data frame as read from the scores file produced by function
|
cutoff |
a filtering threshold, by default 0.7, to identify individuals with more than |
alpha |
Option to specify the quantile of an individuals' scores that will be used to test against |
Value
a list with the following elements:
- probgeno_df
-
Input data, filtered based on chosen
cutoff
- population_overview
-
data.frame containing summary statistics of each individual's genotyping scores
Examples
## Not run:
data("gp_df")
gp_overview(gp_df)
## End(Not run)