Standardise {miRLAB}R Documentation

Stardarsise the dataset Stadardise the dataset to have mean=0 and std=1 in each column.

Description

Stardarsise the dataset Stadardise the dataset to have mean=0 and std=1 in each column.

Usage

Standardise(dataset)

Arguments

dataset

The input dataset in csv format. e.g. "ToyEMT.csv". The first column is the sample name.

Value

The standardised dataset.

Examples

## Not run: 
dataset=system.file("extdata", "ToyEMT.csv", package="miRLAB")
stdata=Standardise(dataset)

## End(Not run)

[Package miRLAB version 1.22.0 Index]