Last active
September 12, 2023 10:04
-
-
Save KasperSkytte/8d0ca4206a66be7ff6d76fc4ab8e66c6 to your computer and use it in GitHub Desktop.
Convert phyloseq object to ampvis2 object
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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