R/globals.R

if (base::getRversion() >= "2.15.1") {
  utils::globalVariables(c(
    "BSgenome.Hsapiens.UCSC.hg38",
    "transcript_id",
    "intron_number",
    "donor_ss",
    "acceptor_ss",
    "seqnames",
    "intron_start",
    "intron_end",
    "strand",
    "gene_name",
    "gene_id",
    "load_gtf",
    "transcript_id",
    "exon_count",
    "Freq",
    "type",
    ".",
    "width",
    "EXON_CLASSIFICATION",
    "group",
    "median",
    "quantile",
    "sd",
    "cryptic_acceptor",
    "cryptic_donor"
  ))
}

Try the GencoDymo2 package in your browser

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

GencoDymo2 documentation built on June 8, 2025, 10:29 a.m.