Skip to content

Instantly share code, notes, and snippets.

@KasperSkytte
Last active September 12, 2023 10:04
Show Gist options
  • Save KasperSkytte/8d0ca4206a66be7ff6d76fc4ab8e66c6 to your computer and use it in GitHub Desktop.
Save KasperSkytte/8d0ca4206a66be7ff6d76fc4ab8e66c6 to your computer and use it in GitHub Desktop.
Convert phyloseq object to ampvis2 object
phyloseq_to_ampvis2 <- function(physeq) {
stop("The phyloseq_to_ampvis2 function is deprecated. amp_load() now supports loading a phyloseq object directly.", call. = FALSE)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment