Description Usage Arguments Details Value Examples
Provides parameters for simulation for different STR kits and methods.
1 2 3 4 5 6 7 8  | 
kit | 
 string or integer specifying the kit.  | 
what | 
 string to specify which information to return. Default is 'NA' which return all info. Not case sensitive.  | 
method | 
 string to specify which method to return. Default is 'NA' which return all info. Not case sensitive.  | 
show.messages | 
 logical, default TRUE for printing messages to the R promt.  | 
.kit.param | 
 data frame, run function on a data frame instead of the parameters.txt file.  | 
debug | 
 logical indicating printing debug information.  | 
The function returns various information for kit and parameters specified in parameters.txt.
vector of data frame with kit information.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17  | # Returns vector of available kits.
getParameter()
# Returns vector of all methods.
getParameter(what="methods")
# Returns methods for specified kit.
getParameter(kit="SGMPlus", what="methods")
# Returns vector of available options.
getParameter(what="options")
# Returns vector of markers for specified kit.
getParameter(kit="SGMPlus", what="Marker")
# Returns data frame of all information for specified kit and method.
getParameter(kit="SGMPlus", method = "Default")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.