orderGeneIDs: Order a dataset

Description Usage Arguments Value See Also Examples

View source: R/general_functions.R

Description

Orders dataset according to one of its columns.

Usage

1

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

1
2
3
4
data(exampleHeader, package="RNAither")
data(exampleDataset, package="RNAither")

orderedDataset=orderGeneIDs(dataset,"SigIntensity")

RNAither documentation built on Nov. 8, 2020, 8:06 p.m.