gctDesc: Retrieve feature (row) descriptions from a GctMatrix...

View source: R/GctMatrix.R

gctDescR Documentation

Retrieve feature (row) descriptions from a GctMatrix S3-object

Description

Retrieve feature (row) descriptions from a GctMatrix S3-object

Usage

gctDesc(gctMatrix, index)

Arguments

gctMatrix

A GctMatrix object

index

Logical or integer index

Value

Character vector, feature descriptions

Examples

m1 <- matrix(1:6, nrow=3, dimnames=list(sprintf("G%d", 1:3), sprintf("S%d", 1:2)))
gm1 <- GctMatrix(m1, desc=sprintf("Gene%d", 1:3))
gctDesc(gm1)
gctDesc(gm1, 1:2)

ribiosIO documentation built on Feb. 20, 2026, 5:09 p.m.