as.data.frame.freqt: Convert a 'freqt' to a 'data.frame'

Description Usage Arguments Value

View source: R/freqt.R

Description

Convert a freqt to a data.frame

Usage

1
2
## S3 method for class 'freqt'
as.data.frame(x, ..., markers = NULL)

Arguments

x

a freqt object

...

further parameters

markers

a character vector of markers to be included in the resulting dataframe. By default, all markers available in the dataset will be included.

Value

a data.frame with one allele per column and one marker per row. The row.names of the result are the names of the markers.


knifecake/fafreqs documentation built on March 13, 2020, 11:53 p.m.