Learn R Programming

RNAither (version 2.20.0)

orderGeneIDs: Order a dataset

Description

Orders dataset according to one of its columns.

Usage

orderGeneIDs(dataset, ID1)

Arguments

dataset
an R data frame generated with generateDatasetFile
ID1
a character string specifying the name of the column according to which the dataset will be sorted

Value

An R data frame ('dataset') ordered according to its values in the specified column.

See Also

order

Examples

Run this code
data(exampleHeader, package="RNAither")
data(exampleDataset, package="RNAither")

orderedDataset=orderGeneIDs(dataset,"SigIntensity")

Run the code above in your browser using DataLab