orderGeneIDs {RNAither} | R Documentation |
Orders dataset according to one of its columns.
orderGeneIDs(dataset, ID1)
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 |
An R data frame ('dataset') ordered according to its values in the specified column.
data(exampleHeader, package="RNAither") data(exampleDataset, package="RNAither") orderedDataset=orderGeneIDs(dataset,"SigIntensity")