Description Usage Arguments Value Examples
This function rename the columns of the merged inputs
1  | rename_col(diffexp, genecol)
 | 
diffexp | 
 list of data.frame/data.table (s) with DE results where lines are genes  | 
genecol | 
 the column name of the geneID or gene name variable <string>  | 
data.tabledata.frame with new colnames
1 2 3 4  | data(diffexplist)
lapply(diffexplist, colnames)
diffexp <- rename_col(diffexplist, "Symbol")
lapply(diffexp, colnames)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.