Learn R Programming

likeLTD (version 6.3.0)

pack.admin.input: likeLTD::pack.admin.input

Description

Packs and verifies administrative information. Only used in allele report.

Usage

pack.admin.input(cspFile, refFile, caseName='dummy',
                        databaseFile=NULL, kit=NULL, linkageFile=NULL,
                         outputPath=getwd())

Arguments

cspFile

Mixed crime scene profile.

refFile

Reference profiles.

caseName

Name of the current case.

databaseFile

Path to the allele database.

kit

Database to use if databaseFile not specified.

linkageFile

Path to file with recombination rates for linked loci.

outputPath

Path where the output should be stored.

Examples

Run this code
# NOT RUN {
# datapath to example files
datapath = file.path(system.file("extdata", package="likeLTD"),"hammer")

# File paths and case name for allele report
admin = pack.admin.input(
            cspFile = file.path(datapath, 'hammer-CSP.csv'),
            refFile = file.path(datapath, 'hammer-reference.csv'),
            caseName = "hammer",
	    kit= "SGMplus"
             )
# }

Run the code above in your browser using DataLab