View source: R/parseDomainInput.R
getDomainFolder | R Documentation |
Get domain file from a folder for a seed protein
getDomainFolder(seed, domainPath)
seed |
seed protein ID |
domainPath |
path to domain folder |
Domain file and its complete directory path for the selected protein.
Vinh Tran tran@bio.uni-frankfurt.de
domainPath <- paste0(
path.package("PhyloProfile", quiet = FALSE), "/extdata/domainFiles"
)
PhyloProfile:::getDomainFolder("101621at6656", domainPath)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.