is_converted <- function(gene_df,
verbose = TRUE) {
if (all(c("input_gene", "ortholog_gene") %in% colnames(gene_df))) {
messager("+ orthologs previously converted.", v = verbose)
return(TRUE)
} else {
return(FALSE)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.