Description Usage Arguments Value Author(s) Examples
Concatenate Phenotypes objects
1 2 |
x |
A |
... |
additional |
recursive |
recursive |
A concatenated Phenotypes
object
Fabian Schmich
1 2 3 4 5 6 7 8 9 | phenos.a <- Phenotypes(system.file("extdata", "Phenotypes_screen_A.txt", package = "gespeR"),
type = "SSP",
col.id = 1,
col.score = 2)
phenos.b <- Phenotypes(system.file("extdata", "Phenotypes_screen_B.txt", package = "gespeR"),
type = "SSP",
col.id = 1,
col.score = 2)
c(phenos.a, phenos.b)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.