as.data.frame-Phenotypes-method: Convert Phenotypes object to a data.frame

Description Usage Arguments Value Author(s) Examples

Description

Convert Phenotypes object to a data.frame

Usage

1
2
## S4 method for signature 'Phenotypes'
as.data.frame(x)

Arguments

x

A Phenotypes object

Value

A data.frame

Author(s)

Fabian Schmich

Examples

1
2
3
4
5
phenos <- Phenotypes(system.file("extdata", "Phenotypes_screen_A.txt", package = "gespeR"),
type = "SSP",
col.id = 1,
col.score = 2)
as.data.frame(phenos)

cbg-ethz/gespeR documentation built on May 13, 2019, 2:02 p.m.