get_domain_file: Get domain file from a single (concatenate) file

Description Usage Arguments Value Author(s) Examples

Description

Get domain file from a single (concatenate) file

Usage

1
get_domain_file(input_file)

Arguments

input_file

concatenate domain file

Value

Domain file and its complete directory path

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

Examples

1
2
3
4
5
6
7
8
## Not run: 
input_file <- system.file(
    "extdata", "domain_files/OG_1009.domains",
    package = "phyloprofile", mustWork = TRUE
)
get_domain_file("lca-micors")

## End(Not run)

trvinh/test documentation built on May 9, 2019, 2:26 a.m.