Description Usage Arguments Value Slots Author(s) See Also Examples
Class used to represent siRNA-to-gene on- and off-target relations for a knockdown library and a set of genes.
1 2 3 4 5 6 7 | TargetRelations(targets)
## S4 method for signature 'character'
TargetRelations(targets)
## S4 method for signature 'Matrix'
TargetRelations(targets)
|
targets |
Path to a .rds target relations matrix file or |
A TargetRelations
object
siRNAs
The siRNA identifiers
genes
The gene identifiers (Entrez)
path
The path to and .rds
TargetRelations
file
is.loaded
An indicator if target relations values are loaded
values
The quantitative target relation values between siRNAs and genes
Fabian Schmich
1 | trels <- TargetRelations(readRDS(system.file("extdata", "TR_screen_A.rds", package = "gespeR")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.