Learn R Programming

mpMap2 (version 1.0.4)

redact: Redact sensitive information

This function redacts possibly sensitive information from objects, resulting in an object that is safe to publish.

Description

Sensitive information includes names of genetic lines (both founding lines and final population lines) and marker names. All actual data (marker genotypes, imputed IBD genotypes, IBD probabilities, etc) are preserved.

Usage

redact(object)

# S4 method for mpcross redact(object)

# S4 method for mpcrossRF redact(object)

# S4 method for mpcrossLG redact(object)

# S4 method for mpcrossMapped redact(object)

# S4 method for geneticData redact(object)

Arguments

object

The object of class mpcross to redact.

Value

An object of class mpcross, with identifying information removed.