{
  "_id": "6a1d5a961d7bb097a0a4835a",
  "Package": "PoiClaClu",
  "Type": "Package",
  "Title": "Classification and Clustering of Sequencing Data Based on a\nPoisson Model",
  "Version": "1.0.2.1",
  "Date": "2013-01-02",
  "Author": "Daniela Witten",
  "Maintainer": "Daniela Witten <dwitten@u.washington.edu>",
  "Description": "Implements the methods described in the paper, Witten\n(2011) Classification and Clustering of Sequencing Data using a\nPoisson Model, Annals of Applied Statistics 5(4) 2493-2518.",
  "License": "GPL-2",
  "LazyLoad": "yes",
  "Packaged": {
    "Date": "2026-06-01 10:08:13 UTC",
    "User": "root"
  },
  "NeedsCompilation": "no",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2019-01-04 16:05:57 UTC",
  "RemoteUrl": "https://github.com/cran/PoiClaClu",
  "RemoteRef": "HEAD",
  "RemoteSha": "ce5e281c0b5f4390a8ef4b76d3083be5fb28ed4e",
  "MD5sum": "fb666d041c8e62a9863d791034186f48",
  "_user": "cran",
  "_type": "src",
  "_file": "PoiClaClu_1.0.2.1.tar.gz",
  "_fileid": "17c16fd3af7de8e090fafce8de8de6fc045bc45a6cf24a4c7c4b942db26f848e",
  "_filesize": 120653,
  "_sha256": "17c16fd3af7de8e090fafce8de8de6fc045bc45a6cf24a4c7c4b942db26f848e",
  "_created": "2026-06-01T10:08:13.000Z",
  "_published": "2026-06-01T10:10:30.894Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78830188934,
      "time": 101,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7328775547"
    },
    {
      "job": 78830188926,
      "time": 104,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7328776391"
    },
    {
      "job": 78829830764,
      "time": 132,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7328740852"
    },
    {
      "job": 78830188879,
      "time": 81,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7328768847"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26748394811",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/PoiClaClu",
  "_commit": {
    "id": "ce5e281c0b5f4390a8ef4b76d3083be5fb28ed4e",
    "author": "Daniela Witten <dwitten@u.washington.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.2.1\n",
    "time": 1546617957
  },
  "_maintainer": {
    "name": "Daniela Witten",
    "email": "dwitten@u.washington.edu"
  },
  "_registered": true,
  "_dependencies": [],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 2,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 415,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/PoiClaClu"
  },
  "_mentions": 12,
  "_searchresults": 141,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/PoiClaClu.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2011-06-24"
    },
    {
      "version": "1.0.1",
      "date": "2013-01-03"
    },
    {
      "version": "1.0.2",
      "date": "2013-12-02"
    },
    {
      "version": "1.0.2.1",
      "date": "2019-01-04"
    }
  ],
  "_exports": [
    "Classify",
    "Classify.cv",
    "ColorDendrogram",
    "CountDataSet",
    "FindBestTransform",
    "NullModel",
    "NullModelTest",
    "PoissonDistance",
    "print.poicla",
    "print.poiclacv",
    "print.poidist"
  ],
  "_help": [
    {
      "page": "PoiClaClu-package",
      "title": "Classification and clustering of RNA sequencing data using a Poisson model",
      "topics": [
        "PoiClaClu-package",
        "PoiClaClu"
      ]
    },
    {
      "page": "Classify",
      "title": "Classify observations using a Poisson model.",
      "topics": [
        "Classify"
      ]
    },
    {
      "page": "Classify.cv",
      "title": "Function to do cross-validation for Poisson classification.",
      "topics": [
        "Classify.cv"
      ]
    },
    {
      "page": "ColorDendrogram",
      "title": "Color the leaves in a hierarchical clustering dendrogram",
      "topics": [
        "ColorDendrogram"
      ]
    },
    {
      "page": "CountDataSet",
      "title": "Generate a simulated sequencing data set using a negative binomial model.",
      "topics": [
        "CountDataSet"
      ]
    },
    {
      "page": "FindBestTransform",
      "title": "Find the power transformation that makes a data set approximately Poisson.",
      "topics": [
        "FindBestTransform"
      ]
    },
    {
      "page": "PoissonDistance",
      "title": "Given a n-by-p data matrix, compute the corresponding n-by-n Poisson dissimilarity matrix.",
      "topics": [
        "PoissonDistance"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 3.9273703630390235,
  "_indexed": true,
  "_nocasepkg": "poiclaclu",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.2.1",
      "date": "2026-06-01T10:10:00.000Z",
      "distro": "noble",
      "commit": "ce5e281c0b5f4390a8ef4b76d3083be5fb28ed4e",
      "fileid": "74ff750b842a37ae15138d6068ee5c7ca6316d6d4b8361dacf0ef2bc57b88b1d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26748394811"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.2.1",
      "date": "2026-06-01T10:10:01.000Z",
      "distro": "noble",
      "commit": "ce5e281c0b5f4390a8ef4b76d3083be5fb28ed4e",
      "fileid": "10eaf9ea20f064c6bca2f462fd2e6a3cdaca5924c9207842d02f7b8c0eee2aa3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26748394811"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.2.1",
      "date": "2026-06-01T10:09:52.000Z",
      "commit": "ce5e281c0b5f4390a8ef4b76d3083be5fb28ed4e",
      "fileid": "5f9449e855361b442bce9c31ec6f48ea15aaddde3117990ac8b012aa1343a907",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26748394811"
    }
  ]
}