sampleInfo: Retrieve and replace sample information of a CapSet object

Description Usage Arguments Value Examples

Description

Retrieve and replace sample information of a CapSet object

Usage

1
2
3
4
5
6
7
8
9
sampleInfo(object, ...)

sampleInfo(object, ...) <- value

## S4 method for signature 'CapSet'
sampleInfo(object)

## S4 replacement method for signature 'CapSet'
sampleInfo(object) <- value

Arguments

object

The CapSet object

...

Additional options

value

Replacement DataFrame object

Value

sample information data.frame

Examples

1
2
3
4
5
6
7
8
# load a previously saved CapSet object
cs <- exampleCSobject()
# get sampleinfo
si <- sampleInfo(cs)
# modify
si$samples <- paste0("sample_", seq_along(1:nrow(si)) )
# replace
sampleInfo(cs) <- si

vivekbhr/icetea documentation built on June 8, 2020, 4:45 a.m.