rowInfo: rowInfo

Description Usage Arguments Value Examples

Description

Access gene information stored in rowInfo.

Usage

1
2
3
4
5
6
7
8
9
rowInfo(x, ...)

## S4 method for signature 'EMSet'
rowInfo(x, withDimnames = TRUE)

rowInfo(x, ...) <- value

## S4 replacement method for signature 'EMSet'
rowInfo(x) <- value

Arguments

x

EMSet

...

...

withDimnames

TRUE or FALSE

value

DataFrame to store in rowInfo slot.

Value

rowInfo DataFrame

EMSet with value stored in rowInfo slot.

Examples

1
2
3
4
5
6
7
8
# Load EMSet
em_set <- ascend::raw_set

# Retrieve colInfo
row_info <- rowInfo(em_set)

# Set colInfo
rowInfo(em_set) <- row_info

IMB-Computational-Genomics-Lab/ascend documentation built on Aug. 29, 2019, 4:10 a.m.