Description Usage Arguments Value Examples
View source: R/col_to_rownames.R
useful when expression matrix need to be rownamed by genes name, duplicate gene names are automatically removed.
1 |
data |
expression matrix with a column of gene name |
rownames |
colname of gene name |
filter |
if TRUE, duplicate genes will removed by order of expression value, when FALSE will add suffixes to retain duplicate names |
a rownamed expression matrix
1 | col_to_rownames(dup_data,"genes")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.