View source: R/check_fix_functions.R
checkGenotypes | R Documentation |
checkGenotypes
checks genotyping data for common errors in
readGenotypes
output.
checkGenotypes(
geno_data,
fulc_data,
return_geno = TRUE,
return_flags = FALSE,
target_sp = c("Caenorhabditis briggsae", "Caenorhabditis elegans",
"Caenorhabditis tropicalis"),
profile = "general"
)
geno_data |
a genotyping dataframe generated from the
|
fulc_data |
a single, joined fulcrum dataframe with all collection data. |
return_geno |
logical, if |
return_flags |
logical, if |
target_sp |
vector of target species for species id checks. Default
target species names are: Caenorhabditis briggsae, Caenorhabditis elegans,
Caenorhabditis tropicalis. |
profile |
set to |
a list of flagged rows in genotyping and fulcrum dataframes for each flag.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.