writeGct: Export matrix or eEset that can be coereced as one into...

writeGctR Documentation

Export matrix or eEset that can be coereced as one into gct/cls files

Description

Export matrix or eEset that can be coereced as one into gct/cls files

Usage

writeGct(obj, file, feat.name, feat.desc)

## S4 method for signature 'matrix'
writeGct(obj, file, feat.name, feat.desc)

## S4 method for signature 'eSet'
writeGct(obj, file, feat.name, feat.desc)

Arguments

obj

The input object, see methods below for supported data types

file

The output file

feat.name

Specifying feature names

feat.desc

Specifying feature descriptions

Methods (by class)

  • writeGct(matrix): Method for matrix as input, feta.name and feat.desc are passed to write_gct.

  • writeGct(eSet): Use eSet as input. feat.name and feat.desc are variable (column) names in fData.


bedapub/ribiosExpression documentation built on Sept. 2, 2023, 4:37 a.m.