taxonomy_table_creator: Align ncbi taxonomy IDs of all taxa into a sorted rank list

Description Usage Arguments Value Author(s) See Also Examples

Description

Align ncbi taxonomy IDs of all taxa into a sorted rank list

Usage

1
taxonomy_table_creator(idListFile, rankListFile)

Arguments

idListFile

a text file whose each row is a rank+ID list of a taxon

rankListFile

a text file whose each row is a rank list of a taxon

Value

An aligned taxonomy dataframe

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

See Also

rankIndexing

Examples

1
2
3
4
5
6
7
idListFile <- system.file(
    "extdata", "data/idList.txt", package = "phyloprofile", mustWork = TRUE
)
rankListFile <- system.file(
    "extdata", "data/rankList.txt", package = "phyloprofile", mustWork = TRUE
)
taxonomy_table_creator(idListFile, rankListFile)

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