Description Usage Arguments Value Examples
Stardarsise the dataset Stadardise the dataset to have mean=0 and std=1 in each column.
1 | Standardise(dataset)
|
dataset |
The input dataset in csv format. e.g. "ToyEMT.csv". The first column is the sample name. |
The standardised dataset.
1 2 3 4 5 | ## Not run:
dataset=system.file("extdata", "ToyEMT.csv", package="miRLAB")
stdata=Standardise(dataset)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.