Description Usage Arguments Value Examples
View source: R/getParentfindrConfig.R
Get parentfindr configuration
1 | getParentfindrConfig(expectConfigFile = TRUE)
|
expectConfigFile |
logical parameter when set to |
A list of configuration settings used by the application.
Currently this returns the following character strings in a named list.
minNumbergetParamDef(tokenList, "minNumber"),
maxDiscrepantgetParamDef(tokenList, "maxDiscrepant"),
thMissinggetParamDef(tokenList, "thMissing"),
thDiscrepantgetParamDef(tokenList, "thDiscrepant"),
microsatellitesgetParamDef(tokenList, "microsatellites"),
siresFirstgetParamDef(tokenList, "siresFirst"),
selectionTypeFewestDiscrepant getParamDef(tokenList, "selectionTypeFewestDiscrepant"),
nAllelesgetParamDef(tokenList, "nAlleles"),
dateTypegetParamDef(tokenList, "dateType"),
firstParentTypegetParamDef(tokenList, "firstParentType"),
alleleFilegetParamDef(tokenList, "alleleFile"),
triosFilegetParamDef(tokenList, "triosFile"),
sysname sysInfo["nAlleles"],
releasesysInfo["release"],
version sysInfo["version"],
nodenamesysInfo["nodename"],
machinesysInfo["machine"],
loginsysInfo["login"],
usersysInfo["user"],
effective_usersysInfo["effective_user"],
homeDirconfig["homeDir"],
configFileconfig["configFile"])
1 2 | library(parentfindr)
getParentfindrConfig()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.