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

Description Usage Arguments Examples

View source: R/reports.R

Description

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

Usage

1
2
3
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## 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"
             )

## End(Not run)

likeLTD documentation built on May 1, 2019, 7:58 p.m.