allele.report: likeLTD::allele.report

Description Usage Arguments Details Examples

View source: R/reports.R

Description

Outputs a docx summary of the data inputs, to assist the user in choosing parameter inputs for a full evaluation

Usage

1

Arguments

admin

List containing administration data, as packed by pack.admin.input()

file

A file name for the allele report. By default a sequential filename is created to avoid accidental overwriting.

Details

The allele report summarises alleles present in both the crime scene profile and the reference profiles, prior to the main statistical evaluation. Parameter inputs for nUnknowns and doDropin are suggested. The report is placed in the directory specified by admin$outputPath.

Examples

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

# Next we generate an allele report
allele.report(admin)
## End(Not run)

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