Learn R Programming

strvalidator (version 0.1)

filterProfile: Filter out profiles from DNA results

Description

filterProfile Filters out the result matching a specified known profiles from typing data containing 'noise' such as stutters.

Usage

filterProfile(data, ref)

Arguments

data
data frame with genotype data in 'slim' format.
ref
data frame with reference profile in 'slim' format.

Value

  • data.frame with extracted result.

Details

Returns data where allele names match 'ref' allele names. Required columns are: 'Sample.Name', 'Marker', and 'Allele'.