as.data.frame.geno: Convert 'geno' object to 'data.frame'.

Description Usage Arguments Value

View source: R/geno.R

Description

Convert geno object to data.frame.

Usage

1
2
3
## S3 method for class 'geno'
as.data.frame(x, ..., chr = NULL, digits = NULL,
  include.mapunit = TRUE)

Arguments

x

A geno object.

...

Unused arguments.

chr

Vector of sequences for which genotype data should be included in the genotype data.frame. If none are specified, a genotype data.frame is returned for all available sequences.

digits

If specified, round genetic map positions to the specified number of digits.

include.mapunit

Include map unit information in map positions.

Value

A data.frame corresponding to the input geno object.


gact/shmootl documentation built on Nov. 11, 2021, 6:23 p.m.