| TargetRelations-class {gespeR} | R Documentation |
Class used to represent siRNA-to-gene on- and off-target relations for a knockdown library and a set of genes.
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
siRNAsThe siRNA identifiers
genesThe gene identifiers (Entrez)
pathThe path to and .rds TargetRelations file
is.loadedAn indicator if target relations values are loaded
valuesThe quantitative target relation values between siRNAs and genes
Fabian Schmich
trels <- TargetRelations(readRDS(system.file("extdata", "TR_screen_A.rds", package = "gespeR")))