writeSampleGroups: Write sample groups and group levels into plain text files

View source: R/io_tab.R

writeSampleGroupsR Documentation

Write sample groups and group levels into plain text files

Description

Write sample groups and group levels into plain text files

Usage

writeSampleGroups(sampleGroups, sampleGroups.file, sampleGroupLevels.file)

Arguments

sampleGroups

Factor, encoding sample groups.

sampleGroups.file

Character, file name where the information of sample groups is written to.

sampleGroupLevels.file

Character, file name where the information of sample group levels is written to.

The function is used to export sample group and group level information for differential gene expression analysis.

Examples

writeSampleGroups(gl(3,4), stdout(), stdout())

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