Description Usage Arguments Value Author(s) Examples
Convert Phenotypes object to a data.frame
1 2 | ## S4 method for signature 'Phenotypes'
as.data.frame(x)
|
x |
A |
A data.frame
Fabian Schmich
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.