Nothing
# globals.R
utils::globalVariables(
c(
# Variables from data frames/tables
"sbgc",
"bin_genes",
"orf_position.tmp",
"GC_meta",
"Pstart",
"Pend",
"Pgenome",
"gene_group",
"Pdirection",
"gene_label",
"gene",
"gene_cluster",
"cluster.tmp",
"eachcluster",
"Sequence",
"genome",
"evalue",
"bitscore",
"."
)
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.