Description Usage Arguments Value See Also Examples
View source: R/general_functions.R
Orders dataset according to one of its columns.
1 | orderGeneIDs(dataset, ID1)
|
dataset |
an R data frame generated with |
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.
1 2 3 4 | data(exampleHeader, package="RNAither")
data(exampleDataset, package="RNAither")
orderedDataset=orderGeneIDs(dataset,"SigIntensity")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.