processOrthoID: Process ortholog IDs

View source: R/createProfilePlot.R

processOrthoIDR Documentation

Process ortholog IDs

Description

Process ortholog IDs to identify duplicated IDs

Usage

processOrthoID(dataHeat = NULL)

Arguments

dataHeat

a data frame contains processed profiles (see ?fullProcessedProfile, ?filterProfileData)

Value

the same dataframe as input, but the ortholog IDs are changed into <taxID:orthoID>. New column orthoFreq specifies if the ortholog IDs are single or duplicated

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

Examples

?processOrthoID
## Not run: 
data("finalProcessedProfile", package="PhyloProfile")
processOrthoID(finalProcessedProfile)

## End(Not run)

BIONF/PhyloProfile documentation built on April 14, 2024, 10:39 p.m.