sampleNames {ballgown}R Documentation

get names of samples in a ballgown objects

Description

get names of samples in a ballgown objects

Usage

sampleNames(object)

## S4 method for signature 'ballgown'
sampleNames(object)

Arguments

object

a ballgown object

Value

vector of sample IDs for x. If pData exists, samples in its rows correspond to samples in sampleNames(x) (in order).

Examples

data(bg)
sampleNames(bg)

[Package ballgown version 2.10.0 Index]