R/globals.R

# 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",
    "."
  )
)

Try the gclink package in your browser

Any scripts or data that you put into this service are public.

gclink documentation built on Sept. 9, 2025, 5:39 p.m.