{
  "_id": "6a1b19791d7bb097a0a0df7d",
  "Package": "ViralEntropR",
  "Title": "A Computational Pipeline for Entropy-Informed Detection of\nEmerging Viral Variants",
  "Version": "0.6.2",
  "Authors@R": "c(\nperson(\"Vadim\", \"Tyuryaev\", ,\"vadim.tyuryaev@gmail.com\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0009-0008-1361-6265\")),\nperson(\"Jane\", \"Heffernan\", , \"jmheffer@yorku.ca\",\nrole = c(\"aut\")),\nperson(\"Hanna\", \"Jankowski\", , \"hkj@yorku.ca\",\nrole = c(\"aut\"))\n)",
  "Description": "Implements an entropy-informed pipeline for detecting\nemerging variants in viral amino acid sequence data, extending\nprior clustering-based approaches including hemagglutinin\nclustering methods (Li et al., 2015)\n<doi:10.1142/9789814667944_0018>. Provides a fully vectorized\nFASTA preprocessing toolkit covering header parsing, two-pass\ndate and country extraction, ambiguous-residue filtering, and\ninteger encoding under a 25-symbol amino acid alphabet.\nComputes per-site Shannon entropy across user-defined\ncumulative, sliding, or disjoint temporal partitions and\nclusters per-site entropy values using Gaussian mixture models\nvia 'mclust' (Scrucca et al., 2016) <doi:10.32614/RJ-2016-021>.\nQuantifies temporal distributional shifts between partitions\nusing the Hellinger distance (van der Vaart, 1998)\n<doi:10.1017/CBO9780511802256>, and detects temporal change\npoints non-parametrically using energy statistics (Matteson and\nJames, 2014) <doi:10.1080/01621459.2013.849605> via 'ecp' or\nwild binary segmentation (Fryzlewicz, 2014)\n<doi:10.1214/14-AOS1245> via 'HDcpDetect'. Per-site amino-acid\nfrequency tables and entropy trajectory plots characterize\nsequence composition and evolutionary dynamics across time. A\nconfigurable multi-variant simulation engine generates\nsynthetic sequence time series with known ground truth for\nbenchmarking detection pipelines. A curated dataset of\nSARS-CoV-2 Variants of Concern and Variants of Interest with\nassociated lineage and surveillance metadata is included, along\nwith a bundled National Center for Biotechnology Information\n(NCBI) Spike protein sample and vignettes demonstrating the\nfull workflow.",
  "License": "MIT + file LICENSE",
  "Language": "en-GB",
  "Date": "2026-05-07",
  "URL": "https://github.com/vadimtyuryaev/ViralEntropR,\nhttps://doi.org/10.5281/zenodo.19040165,\nhttps://vadimtyuryaev.github.io/ViralEntropR/",
  "BugReports": "https://github.com/vadimtyuryaev/ViralEntropR/issues",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr, R.rsp",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-30 17:04:07 UTC",
    "User": "root"
  },
  "Author": "Vadim Tyuryaev [aut, cre] (ORCID:\n<https://orcid.org/0009-0008-1361-6265>), Jane Heffernan [aut],\nHanna Jankowski [aut]",
  "Maintainer": "Vadim Tyuryaev <vadim.tyuryaev@gmail.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-05-30 13:40:21 UTC",
  "RemoteUrl": "https://github.com/cran/ViralEntropR",
  "RemoteRef": "HEAD",
  "RemoteSha": "a9b293057a1d5b20f074216fc899da6ebdd0389b",
  "MD5sum": "06e7b27812529117d030bb5ff13af41b",
  "_user": "cran",
  "_type": "src",
  "_file": "ViralEntropR_0.6.2.tar.gz",
  "_fileid": "72645331e622a344d61aa6cd0b201edfc292aecbaf6bdc7b4f941346ec80c558",
  "_filesize": 2130854,
  "_sha256": "72645331e622a344d61aa6cd0b201edfc292aecbaf6bdc7b4f941346ec80c558",
  "_created": "2026-05-30T17:04:07.000Z",
  "_published": "2026-05-30T17:08:09.290Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78664057488,
      "time": 170,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7309876890"
    },
    {
      "job": 78664057485,
      "time": 195,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7309879472"
    },
    {
      "job": 78663833459,
      "time": 221,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7309859886"
    },
    {
      "job": 78664057481,
      "time": 136,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7309873598"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26689688952",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/ViralEntropR",
  "_commit": {
    "id": "a9b293057a1d5b20f074216fc899da6ebdd0389b",
    "author": "Vadim Tyuryaev <vadim.tyuryaev@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.6.2\n",
    "time": 1780148421
  },
  "_maintainer": {
    "name": "Vadim Tyuryaev",
    "email": "vadim.tyuryaev@gmail.com",
    "login": "vadimtyu",
    "description": "",
    "uuid": 95932875
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.4.0",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "HDcpDetect",
      "role": "Imports"
    },
    {
      "package": "ecp",
      "role": "Imports"
    },
    {
      "package": "kableExtra",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "mclust",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "zoo",
      "role": "Imports"
    },
    {
      "package": "Biostrings",
      "role": "Suggests"
    },
    {
      "package": "DT",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "here",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "readxl",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "R.rsp",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-22",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.6.2",
      "date": "2026-05-30"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "vadimtyu",
      "count": 1,
      "uuid": 95932875
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ViralEntropR"
  },
  "_devurl": "https://github.com/vadimtyuryaev/viralentropr",
  "_pkgdown": "https://vadimtyuryaev.github.io/ViralEntropR/",
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/ViralEntropR.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.6.2",
      "date": "2026-05-30"
    }
  ],
  "_exports": [
    "calculate_entropy",
    "calculate_hellinger_matrix",
    "cluster_sites_by_entropy",
    "decode_aa_sequence",
    "detect_changepoints_ecp",
    "detect_changepoints_hdcp",
    "encode_aa_sequence",
    "extract_fasta_countries",
    "extract_fasta_dates",
    "fasta_to_char_matrix",
    "filter_ambiguous_sequences",
    "partition_time_windows",
    "plot_entropy_trajectories",
    "plot_site_class_trajectory",
    "relabel_entropy_classes",
    "simulate_variant_evolution",
    "tabulate_site_evolution"
  ],
  "_datasets": [
    {
      "name": "sarscov2_variants",
      "title": "SARS-CoV-2 VOC/VOI Curated Variant Metadata",
      "object": "sarscov2_variants",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "calculate_entropy",
      "title": "Calculate Shannon Entropy",
      "topics": [
        "calculate_entropy"
      ]
    },
    {
      "page": "calculate_hellinger_matrix",
      "title": "Calculate Hellinger Distance Matrix",
      "topics": [
        "calculate_hellinger_matrix"
      ]
    },
    {
      "page": "cluster_sites_by_entropy",
      "title": "Cluster a Univariate Numeric Vector by Gaussian Mixture Model",
      "topics": [
        "cluster_sites_by_entropy"
      ]
    },
    {
      "page": "decode_aa_sequence",
      "title": "Decode Amino Acid Sequences",
      "topics": [
        "decode_aa_sequence"
      ]
    },
    {
      "page": "detect_changepoints_ecp",
      "title": "Detect Temporal Change Points (ECP)",
      "topics": [
        "detect_changepoints_ecp"
      ]
    },
    {
      "page": "detect_changepoints_hdcp",
      "title": "Detect Temporal Change Points (HDcpDetect)",
      "topics": [
        "detect_changepoints_hdcp"
      ]
    },
    {
      "page": "encode_aa_sequence",
      "title": "Encode Amino Acid Sequences",
      "topics": [
        "encode_aa_sequence"
      ]
    },
    {
      "page": "extract_fasta_countries",
      "title": "Extract Countries from FASTA Sequence Names",
      "topics": [
        "extract_fasta_countries"
      ]
    },
    {
      "page": "extract_fasta_dates",
      "title": "Extract Dates from FASTA Sequence Names",
      "topics": [
        "extract_fasta_dates"
      ]
    },
    {
      "page": "fasta_to_char_matrix",
      "title": "Convert FASTA Object to Character Matrix",
      "topics": [
        "fasta_to_char_matrix"
      ]
    },
    {
      "page": "filter_ambiguous_sequences",
      "title": "Remove Sequences Containing Ambiguous Residues",
      "topics": [
        "filter_ambiguous_sequences"
      ]
    },
    {
      "page": "partition_time_windows",
      "title": "Partition Data into Time Windows",
      "topics": [
        "partition_time_windows"
      ]
    },
    {
      "page": "plot_entropy_trajectories",
      "title": "Plot Shannon Entropy Trajectories",
      "topics": [
        "plot_entropy_trajectories"
      ]
    },
    {
      "page": "plot_site_class_trajectory",
      "title": "Plot GMM Entropy Class Trajectory for a Single Site",
      "topics": [
        "plot_site_class_trajectory"
      ]
    },
    {
      "page": "relabel_entropy_classes",
      "title": "Relabel Entropy Classes",
      "topics": [
        "relabel_entropy_classes"
      ]
    },
    {
      "page": "sarscov2_sample",
      "title": "SARS-CoV-2 Surface Glycoprotein Sequences - NCBI Demo Sample",
      "topics": [
        "sarscov2_sample"
      ]
    },
    {
      "page": "sarscov2_variants",
      "title": "SARS-CoV-2 VOC/VOI Curated Variant Metadata",
      "topics": [
        "sarscov2_variants"
      ]
    },
    {
      "page": "simulate_variant_evolution",
      "title": "Simulate Viral Variant Evolution",
      "topics": [
        "simulate_variant_evolution"
      ]
    },
    {
      "page": "tabulate_site_evolution",
      "title": "Tabulate Site Frequency Evolution",
      "topics": [
        "tabulate_site_evolution"
      ]
    }
  ],
  "_readme": "https://github.com/cran/ViralEntropR/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "cpp11",
    "digest",
    "ecp",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "HDcpDetect",
    "highr",
    "htmltools",
    "isoband",
    "jquerylib",
    "jsonlite",
    "kableExtra",
    "knitr",
    "labeling",
    "lattice",
    "lifecycle",
    "lubridate",
    "magrittr",
    "mclust",
    "memoise",
    "mime",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "rstudioapi",
    "S7",
    "sass",
    "scales",
    "stringi",
    "stringr",
    "svglite",
    "systemfonts",
    "textshaping",
    "timechange",
    "tinytex",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "xml2",
    "yaml",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "detecting_variants_simulation.html.asis",
      "filename": "detecting_variants_simulation.html",
      "title": "Entropy Clustering, Hellinger Distance, and Change Point Analysis for Emerging Viral Variant Detection: A Simulation Study",
      "engine": "R.rsp::asis",
      "headings": [],
      "created": "2026-05-30 13:40:21",
      "modified": "2026-05-30 13:40:21",
      "commits": 1
    },
    {
      "source": "preprocessing_pipeline.html.asis",
      "filename": "preprocessing_pipeline.html",
      "title": "NCBI SARS-CoV-2 Spike Protein Sequence Preprocessing: From Raw FASTA to an Analysis-Ready Integer-Encoded Matrix",
      "engine": "R.rsp::asis",
      "headings": [],
      "created": "2026-05-30 13:40:21",
      "modified": "2026-05-30 13:40:21",
      "commits": 1
    },
    {
      "source": "clustering_accuracy.html.asis",
      "filename": "clustering_accuracy.html",
      "title": "Unsupervised Recovery of SARS-CoV-2 Variant Structure via Entropy-Driven Site Selection and PAM Clustering: Precision, Recall, and F1 Evaluation Across Wild-Type and Delta-Dominated Surveillance Periods",
      "engine": "R.rsp::asis",
      "headings": [],
      "created": "2026-05-30 13:40:21",
      "modified": "2026-05-30 13:40:21",
      "commits": 1
    }
  ],
  "_score": 3.1760912590556813,
  "_indexed": false,
  "_nocasepkg": "viralentropr",
  "_universes": [
    "cran",
    "vadimtyu",
    "vadimtyuryaev"
  ],
  "_indexurl": "https://vadimtyuryaev.r-universe.dev/ViralEntropR",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6.2",
      "date": "2026-05-30T17:06:51.000Z",
      "distro": "noble",
      "commit": "a9b293057a1d5b20f074216fc899da6ebdd0389b",
      "fileid": "0e1c3854284c8263db704231fd2e8dc7fe17afa25509e26f58127487adaac145",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26689688952"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.6.2",
      "date": "2026-05-30T17:07:12.000Z",
      "distro": "noble",
      "commit": "a9b293057a1d5b20f074216fc899da6ebdd0389b",
      "fileid": "5511b5a0e2c41c48f5e5c57eb68cab0eed5b77ba444e5b81d6d51c742b2d79db",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26689688952"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.6.2",
      "date": "2026-05-30T17:06:53.000Z",
      "commit": "a9b293057a1d5b20f074216fc899da6ebdd0389b",
      "fileid": "95c9816665b5b7aa0e0d4e98173d52e65864840f058c9a7321f0d584ee4f28a2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26689688952"
    }
  ]
}