symbioR includes a shiny app that can better visualise the ITS2 Symbiodinium community outputs from symportal. The shiny viewer allows:

library(tidyverse)
library(symbioR)


set.seed(1)

folder_path <- ("/symbiodinium/20230120T102936_esampayo")


view_sequences(folder_path)

Or call view_sequences() with an empty plot and upload the folder using the folder window:

library(tidyverse)
library(symbioR)


set.seed(1)

folder_path <- ("/symbiodinium/20230120T102936_esampayo")


view_sequences(folder_path)