getDomainFolder: Get domain file from a folder for a seed protein

Description Usage Arguments Value Author(s) Examples

View source: R/parseDomainInput.R

Description

Get domain file from a folder for a seed protein

Usage

1
getDomainFolder(seed, domainPath)

Arguments

seed

seed protein ID

domainPath

path to domain folder

Value

Domain file and its complete directory path for the selected protein.

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

Examples

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)

PhyloProfile documentation built on March 27, 2021, 6:01 p.m.