Learn R Programming

gespeR (version 1.4.2)

TargetRelations-class: TargetRelations

Description

Class used to represent siRNA-to-gene on- and off-target relations for a knockdown library and a set of genes.

Usage

TargetRelations(targets)

## S3 method for class 'character': TargetRelations(targets)

## S3 method for class 'Matrix': TargetRelations(targets)

Arguments

targets
Path to a .rds target relations matrix file or Matrix object

Value

  • A TargetRelations object

See Also

join

loadValues

unloadValues

writeValues

values

path<-

Examples

Run this code
trels <- TargetRelations(readRDS(system.file("extdata", "TR_screen_A.rds", package = "gespeR")))

Run the code above in your browser using DataLab