Learn R Programming

MLMOI (version 0.1.2)

MLMOI: MLMOI: An R Package to preprocess molecular data and derive prevalences, frequencies and multiplicity of infection (MOI)

Description

The MLMOI package provides three functions:

  • moimport();

  • moimle();

  • moimerge().

Arguments

Types of molecular data

Molecular data can be of types:

  • microsatellite repeats (STRs);

  • single nucleotide polymorphisms (SNPs);

  • amino acids;

  • codons (base triplets).

Import function

The function moimport(), is designed to import molecular data. It imports molecular data in various formats and transforms them into a standard format.

Merging Datasets

Two datasets in standard format can be merged with the function moimerge().

Estimation MOI and frequencies

The function moimle() is designed to derive MLE from molecular data in standard format.

Details

The package reaches out to scientists that seek to estimate MOI and lineage frequencies at molecular markers using the maximum-likelihood method described in Schneider2018MLMOI, SchneiderEscalante2018MLMOI and SchneiderEscalante2014MLMOI. Users can import data from Excel files in various formats, and perform maximum-likelihood estimation on the imported data by the package's moimle() function.

References

Schneider2018MLMOI

SchneiderEscalante2018MLMOI

SchneiderEscalante2014MLMOI