fillTax2 | R Documentation |
this function is similar to fillTax, except that this function has no parameter of "fillAll"
fillTax2(x, split = ';', prefix=TRUE)
x |
Character, structured strings giving the heirarchical rank of taxonomy. Please convert to character object for your input taxonomic information before using. |
split |
Character, the seperator for the heirarchical taxonomy. |
prefix |
Logical, whether contains prefix in the taxonomic strings, default TRUE. |
fillTax, slimTax
test = 'd__Bacteria;p__Planctomycetota;c__Planctomycetes;o__Gemmatales;f__Gemmataceae;g__;s__'
fillTax2(x = test, split = ';', prefix=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.