Description Usage Arguments Value Author(s) Examples
View source: R/parseDomainInput.R
Get domain file from a folder for a seed protein
1 | 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
1 2 3 4 5 6 7 | ## Not run:
domainPath <- paste0(
path.package("PhyloProfile", quiet = FALSE), "/extdata/domainFiles"
)
getDomainFolder("OG_1009", domainPath)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.