fromEdgeR: Convert outputs from tools other than DESeq2 for...

View source: R/Convert_res.R

fromEdgeRR Documentation

Convert outputs from tools other than DESeq2 for compatibility with BinfTools

Description

These functions convert results from Limma or EdgeR for compaitibility with BinfTools

Usage

fromEdgeR(topTags, geneNames = rownames(topTags$table), statCol = NULL)

Arguments

topTags

A TopTags object originating from the output of edgeR::topTags()

geneNames

A character vector specifying the names of the genes. Defaults to rownames(topTable) or rownames(topTags$table).

statCol

A character indicating the column name of topTags$table that contains the calculated stats (e.g. 'LR', 'F', etc) - default NULL uses -log10(PValue)

Value

A data frame of results compatible with BinfTools commands


kevincjnixon/BinfTools documentation built on July 10, 2024, 11:46 a.m.