## Normalize the percental cell numbers saved in dataset Cell_number_sample
## Use the default method and show the averages with two digits
## Note that the averages are very different but the normalized values
## are in the same range
data(Cell_number_sample)
normalize(Cell_number_sample[,-1],digits=2)
## Use the method "first"
## Print normalized values
## After normalization the first value of every gate is 1.00
data(Cell_number_sample)
normalize(Cell_number_sample[,-1],method="first",digits=2)
Run the code above in your browser using DataLab