getInputTaxaID: Get ID list of input taxa from the main input

Description Usage Arguments Value Author(s) See Also Examples

View source: R/parsePhyloProfile.R

Description

Get ID list of input taxa from the main input

Usage

1
getInputTaxaID(rawProfile = NULL)

Arguments

rawProfile

A dataframe of input phylogenetic profile in long format

Value

List of all input taxon IDs (e.g. ncbi1234). Default = NULL.

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

See Also

createLongMatrix, mainLongRaw

Examples

1
2
data("mainLongRaw", package="PhyloProfile")
getInputTaxaID(mainLongRaw)

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