path-methods: path

Description Usage Arguments Value Author(s) Examples

Description

Set the path of a a TargetRelations object object

Usage

1
2
3
4
path(object) <- value

## S4 replacement method for signature 'TargetRelations,character'
path(object) <- value

Arguments

object

A TargetRelations object

value

A string defining the path

Value

A TargetRelations object with set path

Author(s)

Fabian Schmich

Examples

1
2
trels <- TargetRelations(readRDS(system.file("extdata", "TR_screen_A.rds", package = "gespeR")))
path(trels) <- "/dev/null"

cbg-ethz/gespeR documentation built on May 13, 2019, 2:02 p.m.