| as.data.frame,Phenotypes-method {gespeR} | R Documentation |
Convert Phenotypes object to a data.frame
## S4 method for signature 'Phenotypes' as.data.frame(x)
x |
A |
A data.frame
Fabian Schmich
phenos <- Phenotypes(system.file("extdata", "Phenotypes_screen_A.txt", package = "gespeR"),
type = "SSP",
col.id = 1,
col.score = 2)
as.data.frame(phenos)