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

View source: R/parseDomainInput.R

getDomainFolderR Documentation

Get domain file from a folder for a seed protein

Description

Get domain file from a folder for a seed protein

Usage

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

domainPath <- paste0(
    path.package("PhyloProfile", quiet = FALSE), "/extdata/domainFiles"
)
PhyloProfile:::getDomainFolder("101621at6656", domainPath)

BIONF/PhyloProfile documentation built on Sept. 25, 2024, 4:46 p.m.