Learn R Programming

mlPhaser (version 0.01)

listHaploToTable: Haplotype list to Haplotype table.

Description

Converts a set of haplotypes from list format to table format

Usage

listHaploToTable(haploList)

Arguments

haploList
A list of lists. One top level element per haplotype. Each haplotype should be named and have the same set of loci as a sublist.

Value

A set of haplotypes in table format as a data.frame

Details

Each list element becomes a row. Each locus becomes a column.