View source: R/createProfilePlot.R
processOrthoID | R Documentation |
Process ortholog IDs to identify duplicated IDs
processOrthoID(dataHeat = NULL)
dataHeat |
a data frame contains processed profiles (see ?fullProcessedProfile, ?filterProfileData) |
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
Vinh Tran tran@bio.uni-frankfurt.de
?processOrthoID
data("finalProcessedProfile", package="PhyloProfile")
processOrthoID(finalProcessedProfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.