This function redacts possibly sensitive information from objects, resulting in an object that is safe to publish.
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.
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)
The object of class mpcross to redact.
An object of class mpcross, with identifying information removed.