getInputTaxaID {PhyloProfile} | R Documentation |
Get ID list of input taxa from the main input
getInputTaxaID(rawProfile = NULL)
rawProfile |
A dataframe of input phylogenetic profile in long format |
List of all input taxon IDs (e.g. ncbi1234). Default = NULL.
Vinh Tran tran@bio.uni-frankfurt.de
data("mainLongRaw", package="PhyloProfile") getInputTaxaID(mainLongRaw)