powered by
reformat the taxonomy with the last clear assignment and changing the prefix
fillTax(x, split = ';', prefix=TRUE, fillAll=TRUE)
Character, structured strings giving the heirarchical rank of taxonomy, e.g., d__Bacteria; p__Planctomycetota;c__Planctomycetes;o__Gemmatales;f__Gemmataceae;g__;s__
Character, the seperator for the heirarchical taxonomy.
Logical, whether contains prefix in the taxonomic strings, default TRUE.
Logical, whether to fill all taxonic level, default TRUE.
fillTax2, slimTax
test = 'd__Bacteria;p__Planctomycetota;c__Planctomycetes;o__Gemmatales;f__Gemmataceae;g__;s__' fillTax(x = test, split = ';', prefix=TRUE, fillAll=TRUE)
Run the code above in your browser using DataLab