View source: R/createDomainPlot.R
modifyFeatureName | R Documentation |
Simplify feature names (e.g. TM for transmembrane domain, LCR for low complexity regions, remove tool names from domain name) and add weight to feature names (if available)
modifyFeatureName(domainDf = NULL)
domainDf |
domain data as a dataframe object |
Dataframe contains simlified domain names in yLabel column
Vinh Tran tran@bio.uni-frankfurt.de
domainFile <- system.file(
"extdata", "domainFiles/101621at6656.domains",
package = "PhyloProfile", mustWork = TRUE
)
seedID <- "101621at6656"
domainDf <- parseDomainInput(seedID, domainFile, "file")
PhyloProfile:::modifyFeatureName(domainDf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.