getDomainFolder {PhyloProfile} | 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
## Not run: domainPath <- paste0( path.package("PhyloProfile", quiet = FALSE), "/extdata/domainFiles" ) getDomainFolder("OG_1009", domainPath) ## End(Not run)