rename_col {MetaVolcanoR}R Documentation

A column renaming function merged inputs

Description

This function rename the columns of the merged inputs

Usage

rename_col(diffexp, genecol)

Arguments

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>

Value

data.tabledata.frame with new colnames

Examples

data(diffexplist)
lapply(diffexplist, colnames)
diffexp <- rename_col(diffexplist, "Symbol")
lapply(diffexp, colnames)

[Package MetaVolcanoR version 1.8.0 Index]