require(readr)
#'
#'
#' @param spingoProfileLocation
loadRawSpingoProfile <- function(spingoProfileLocation = NULL) {
spingoProfile <- readr::read_tsv(spingoProfileLocation, col_names = c("spingoTaxonomyName", "spingoRelativeAbundance"))
# spingoProfile$rank <- taxonomyRank
# colnames(spingoProfile) <- c("speciesName", "relativeAbundance")
return(spingoProfile)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.