markfreq.condense: condense marker frequency list

Description Usage Arguments Details Value Author(s) Examples

View source: R/mixstock.R

Description

"condenses" standard marker-frequency-list data (marker samples from sources and mixed stocks) by removing unrepresented markers, lumping markers where that removes no information, etc.

Usage

1
markfreq.condense(sourcesamp=NULL, mixsamp=NULL, debug=FALSE, exclude.nomix=FALSE)

Arguments

sourcesamp

Turtle data in standard form: list of sourcesamp (see below) and mixsamp OR matrix of source genotype samples (sources=columns, markers=rows)

mixsamp

Vector of mixed stock marker samples

debug

Print out debugging information?

exclude.nomix

Exclude markers not found in the mixed stock?

Details

Criteria:

Value

"Standard" mixed stock analysis data set, suitably condensed.

sourcesamp

source samples

mixsamp

mixed stock samples

err

was there an error in attempting to lump?

Author(s)

Ben Bolker

Examples

1
2

mixstock documentation built on May 2, 2019, 6:48 p.m.