data: matrix or dataframe j: from which column you wish to transform k: to which column you wish to transform
1 | factor2num(data,j=1,k=dim(data)[2])
|
1 2 | data(expr_limma,package='Priscilla')
expr_limma = factor2num(expr_limma,j=1,k=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.