{
  "_id": "6a103eabacfb0bcc41c9ca3c",
  "Package": "phylotypr",
  "Type": "Package",
  "Title": "Classifying DNA Sequences to Taxonomic Groupings",
  "Version": "0.1.1",
  "Authors@R": "person(\"Pat\", \"Schloss\", , \"pschloss@umich.edu\",\nrole = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0002-6935-4275\"))",
  "Description": "Classification based analysis of DNA sequences to\ntaxonomic groupings. This package primarily implements Naive\nBayesian Classifier from the Ribosomal Database Project. This\napproach has traditionally been used to classify 16S rRNA gene\nsequences to bacterial taxonomic outlines; however, it can be\nused for any type of gene sequence. The method was originally\ndescribed by Wang, Garrity, Tiedje, and Cole in Applied and\nEnvironmental Microbiology 73(16):5261-7\n<doi:10.1128/AEM.00062-07>. The package also provides functions\nto read in 'FASTA'-formatted sequence data.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "LazyDataCompression": "xz",
  "URL": "https://github.com/mothur/phylotypr, https://mothur.org/phylotypr/",
  "BugReports": "https://github.com/mothur/phylotypr/issues",
  "RoxygenNote": "7.3.3",
  "Roxygen": "list(markdown = TRUE)",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libicu-dev libx11-dev",
  "Repository": "https://mothur.r-universe.dev",
  "Date/Publication": "2026-02-10 15:21:17 UTC",
  "RemoteUrl": "https://github.com/mothur/phylotypr",
  "RemoteRef": "HEAD",
  "RemoteSha": "ce15101332300ec87780e58709df293420478604",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-11 09:09:42 UTC",
    "User": "root"
  },
  "Author": "Pat Schloss [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-6935-4275>)",
  "Maintainer": "Pat Schloss <pschloss@umich.edu>",
  "MD5sum": "ee225167d6a18b4b9c91c2820c91a108",
  "_user": "mothur",
  "_type": "src",
  "_file": "phylotypr_0.1.1.tar.gz",
  "_fileid": "f3047c7e10d58b3574b45ff94d9d94ac9d342fc0d2ee9bb601682c78b8250582",
  "_filesize": 2157712,
  "_sha256": "f3047c7e10d58b3574b45ff94d9d94ac9d342fc0d2ee9bb601682c78b8250582",
  "_created": "2026-05-11T09:09:42.000Z",
  "_published": "2026-05-22T11:31:55.322Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77370995347,
      "time": 158,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6914574996"
    },
    {
      "job": 77370995663,
      "time": 145,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6914571205"
    },
    {
      "job": 77370995750,
      "time": 141,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6914570278"
    },
    {
      "job": 77370995658,
      "time": 155,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6914573929"
    },
    {
      "job": 77370995808,
      "time": 212,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6914582854"
    },
    {
      "job": 77370995479,
      "time": 247,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6914598622"
    },
    {
      "job": 77370995453,
      "time": 164,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6914566486"
    },
    {
      "job": 77370995257,
      "time": 221,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6914590282"
    },
    {
      "job": 77370995205,
      "time": 242,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6914521128"
    },
    {
      "job": 77370995014,
      "time": 118,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7159460388"
    },
    {
      "job": 77370995436,
      "time": 134,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6914567688"
    },
    {
      "job": 77370995707,
      "time": 116,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6914561670"
    },
    {
      "job": 77370995754,
      "time": 182,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6914583431"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mothur/actions/runs/25660833787",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/mothur/phylotypr",
  "_commit": {
    "id": "ce15101332300ec87780e58709df293420478604",
    "author": "Pat Schloss <pschloss@umich.edu>",
    "committer": "Pat Schloss <pschloss@umich.edu>",
    "message": "Improve performance of classify_bs by converting kmers to integers and flattening matrix in Rcpp, #12 and #13\n",
    "time": 1770736877
  },
  "_maintainer": {
    "name": "Pat Schloss",
    "email": "pschloss@umich.edu",
    "login": "pschloss",
    "orcid": "0000-0002-6935-4275",
    "uuid": 1264132
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "readr",
      "version": ">= 2.1.0",
      "role": "Imports"
    },
    {
      "package": "stats",
      "version": ">= 4.0.0",
      "role": "Imports"
    },
    {
      "package": "stringi",
      "version": ">= 1.8.0",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "purrr",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "mothur",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-05",
      "n": 1
    },
    {
      "week": "2026-07",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 8,
  "_contributors": [
    {
      "user": "pschloss",
      "count": 104,
      "uuid": 1264132
    }
  ],
  "_userbio": {
    "uuid": 1391472,
    "type": "organization",
    "name": "mothur"
  },
  "_downloads": {
    "count": 241,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/phylotypr"
  },
  "_devurl": "https://github.com/mothur/phylotypr",
  "_pkgdown": "https://mothur.org/phylotypr/",
  "_searchresults": 7,
  "_topics": [
    "cpp"
  ],
  "_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/phylotypr.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mothur/phylotypr",
  "_realowner": "mothur",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2024-10-14"
    },
    {
      "version": "0.1.1",
      "date": "2025-02-21"
    }
  ],
  "_exports": [
    "build_kmer_database",
    "classify_sequence",
    "filter_taxonomy",
    "phylotypr_example",
    "print_taxonomy",
    "read_fasta",
    "read_taxonomy",
    "write_fasta"
  ],
  "_datasets": [
    {
      "name": "trainset9_pds",
      "title": "RDP training set v9",
      "object": "trainset9_pds",
      "class": [
        "data.frame"
      ],
      "fields": [
        "id",
        "sequence",
        "taxonomy"
      ],
      "rows": 10169,
      "table": true,
      "tojson": true
    },
    {
      "name": "trainset9_rdp",
      "title": "RDP training set v9",
      "object": "trainset9_rdp",
      "class": [
        "data.frame"
      ],
      "fields": [
        "id",
        "sequence",
        "taxonomy"
      ],
      "rows": 10049,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "build_kmer_database",
      "title": "Build kmer database",
      "topics": [
        "build_kmer_database"
      ]
    },
    {
      "page": "classify_sequence",
      "title": "Classify 16S rRNA gene sequence fragment",
      "topics": [
        "classify_sequence"
      ]
    },
    {
      "page": "filter_taxonomy",
      "title": "Filter taxonomy",
      "topics": [
        "filter_taxonomy"
      ]
    },
    {
      "page": "phylotypr_example",
      "title": "Get path to phylotypr example",
      "topics": [
        "phylotypr_example"
      ]
    },
    {
      "page": "print_taxonomy",
      "title": "Print taxonomy for an unknown sequence",
      "topics": [
        "print_taxonomy"
      ]
    },
    {
      "page": "read_fasta",
      "title": "Read in a FASTA-formatted file containing DNA sequences",
      "topics": [
        "read_fasta"
      ]
    },
    {
      "page": "read_taxonomy",
      "title": "Read in taxonomy files",
      "topics": [
        "read_taxonomy"
      ]
    },
    {
      "page": "trainset9_rdp",
      "title": "RDP training set v9",
      "topics": [
        "trainset9_pds",
        "trainset9_rdp"
      ]
    },
    {
      "page": "write_fasta",
      "title": "Write to a FASTA-formatted file",
      "topics": [
        "write_fasta"
      ]
    }
  ],
  "_pkglogo": "https://github.com/mothur/phylotypr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/mothur/phylotypr/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "glue",
    "hms",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "R6",
    "Rcpp",
    "readr",
    "rlang",
    "stringi",
    "tibble",
    "tidyselect",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "phylotypr.Rmd",
      "filename": "phylotypr.html",
      "title": "phylotypr",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Getting started with",
        "Building the database",
        "Classifying a single unkown sequence",
        "Classifying multiple unknown sequences",
        "Classifying multiple unknown sequences in parallel",
        "Run-to-run variation",
        "Alternative databases"
      ],
      "created": "2024-08-01 20:22:46",
      "modified": "2024-10-03 13:41:37",
      "commits": 7
    }
  ],
  "_score": 4.903089986991944,
  "_indexed": true,
  "_nocasepkg": "phylotypr",
  "_universes": [
    "mothur",
    "pschloss"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-11T09:12:23.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "ce15101332300ec87780e58709df293420478604",
      "fileid": "ff767eb712fba8cd29dd311435fd0585b3835b6ea985934d1cbb9818eee50fe4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mothur/actions/runs/25660833787"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-11T09:12:10.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "ce15101332300ec87780e58709df293420478604",
      "fileid": "c2fe8f3397f925c822d9097ba31194d4df8594e3f32774cb9210ec592e4a5803",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mothur/actions/runs/25660833787"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-11T09:12:08.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "ce15101332300ec87780e58709df293420478604",
      "fileid": "195bfa4121d39d856c2b50d231816e5c4c3b42dd9362dc3ee1e0d703093cad8c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mothur/actions/runs/25660833787"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-11T09:12:15.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "ce15101332300ec87780e58709df293420478604",
      "fileid": "21d3bc6adf9ea57ec06fb872f5b5df2bab9aa822fa3e76133bc15fbd36d00ae7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mothur/actions/runs/25660833787"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-11T09:12:36.000Z",
      "arch": "aarch64",
      "commit": "ce15101332300ec87780e58709df293420478604",
      "fileid": "bc43b2eea936c41afbd54b9ee257c0f9cb199a333f656affdb6733310f164c33",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mothur/actions/runs/25660833787"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-11T09:13:15.000Z",
      "arch": "x86_64",
      "commit": "ce15101332300ec87780e58709df293420478604",
      "fileid": "0d1b6dc56de3947bffd83b6ce44c96cafae9559479f7cf6c9e24186fac86b09a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mothur/actions/runs/25660833787"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-11T09:11:56.000Z",
      "arch": "aarch64",
      "commit": "ce15101332300ec87780e58709df293420478604",
      "fileid": "b0da5feb70f4f269c51bc60cb650b929635d4d49f159204f4f23cba86033cb3a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mothur/actions/runs/25660833787"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-11T09:12:50.000Z",
      "arch": "x86_64",
      "commit": "ce15101332300ec87780e58709df293420478604",
      "fileid": "a7cee8693d71f2127f012e3a096a0209ba1d28a388a9263346990f29e046899d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mothur/actions/runs/25660833787"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-11T09:11:34.000Z",
      "arch": "x86_64",
      "commit": "ce15101332300ec87780e58709df293420478604",
      "fileid": "78420ded432ede8a978ab6700ce2d0f4a46730f150a40df2416ad1aa1ed28b6c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mothur/actions/runs/25660833787"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-11T09:11:18.000Z",
      "arch": "x86_64",
      "commit": "ce15101332300ec87780e58709df293420478604",
      "fileid": "64d32fa1823829db39c2686649f1693c56eb07c17fd6e853380b7b9933af03b0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mothur/actions/runs/25660833787"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-11T09:12:11.000Z",
      "arch": "x86_64",
      "commit": "ce15101332300ec87780e58709df293420478604",
      "fileid": "7c2f59033a8167fea5be061475693f9d92f31c1b8b2d6339ea84239bbb3905de",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mothur/actions/runs/25660833787"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-05-22T11:31:18.000Z",
      "arch": "emscripten",
      "commit": "ce15101332300ec87780e58709df293420478604",
      "fileid": "7d0cb72a682774f7128e782e932a8e55ec70111aa6c706dfced84fe259c3fb9a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mothur/actions/runs/25660833787"
    }
  ]
}