Description Usage Arguments Value Author(s) Examples
Join a TargetRelations object and a Phenotype object
1 2 3 4 |
targets |
A |
phenotypes |
A |
List containing the matched targets and phenotypes
Fabian Schmich
1 2 3 4 5 6 7 | phenos <- Phenotypes(system.file("extdata", "Phenotypes_screen_A.txt", package = "gespeR"),
type = "SSP",
col.id = 1,
col.score = 2)
trels <- TargetRelations(readRDS(system.file("extdata", "TR_screen_A.rds", package = "gespeR")))
phenos <- phenos[1:17]
stripped_down <- join(targets = trels, phenotypes = phenos)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.