{
  "access": {
    "embargo": {
      "active": false,
      "reason": null
    },
    "files": "public",
    "record": "public",
    "status": "open"
  },
  "created": "2020-06-15T01:52:40.184771+00:00",
  "custom_fields": {},
  "deletion_status": {
    "is_deleted": false,
    "status": "P"
  },
  "files": {
    "count": 1,
    "enabled": true,
    "entries": {
      "immunomind/immunarch-0.6.5.zip": {
        "access": {
          "hidden": false
        },
        "checksum": "md5:a8f76bfd2b0274797a467db7990edfb6",
        "ext": "zip",
        "id": "2d7a5ef9-23e7-4fa1-99cc-3271fcca2129",
        "key": "immunomind/immunarch-0.6.5.zip",
        "links": {
          "content": "https://zenodo.org/api/records/3893991/files/immunomind/immunarch-0.6.5.zip/content",
          "self": "https://zenodo.org/api/records/3893991/files/immunomind/immunarch-0.6.5.zip"
        },
        "metadata": null,
        "mimetype": "application/zip",
        "size": 101149236,
        "storage_class": "L"
      }
    },
    "order": [],
    "total_bytes": 101149236
  },
  "id": "3893991",
  "is_draft": false,
  "is_published": true,
  "links": {
    "access": "https://zenodo.org/api/records/3893991/access",
    "access_grants": "https://zenodo.org/api/records/3893991/access/grants",
    "access_links": "https://zenodo.org/api/records/3893991/access/links",
    "access_request": "https://zenodo.org/api/records/3893991/access/request",
    "access_users": "https://zenodo.org/api/records/3893991/access/users",
    "archive": "https://zenodo.org/api/records/3893991/files-archive",
    "archive_media": "https://zenodo.org/api/records/3893991/media-files-archive",
    "communities": "https://zenodo.org/api/records/3893991/communities",
    "communities-suggestions": "https://zenodo.org/api/records/3893991/communities-suggestions",
    "doi": "https://doi.org/10.5281/zenodo.3893991",
    "draft": "https://zenodo.org/api/records/3893991/draft",
    "file_modification": "https://zenodo.org/api/records/3893991/file-modification",
    "files": "https://zenodo.org/api/records/3893991/files",
    "latest": "https://zenodo.org/api/records/3893991/versions/latest",
    "latest_html": "https://zenodo.org/records/3893991/latest",
    "media_files": "https://zenodo.org/api/records/3893991/media-files",
    "parent": "https://zenodo.org/api/records/3367200",
    "parent_doi": "https://doi.org/10.5281/zenodo.3367200",
    "parent_doi_html": "https://zenodo.org/doi/10.5281/zenodo.3367200",
    "parent_html": "https://zenodo.org/records/3367200",
    "preview_html": "https://zenodo.org/records/3893991?preview=1",
    "quota_increase": "https://zenodo.org/api/records/3893991/quota-increase",
    "request_deletion": "https://zenodo.org/api/records/3893991/request-deletion",
    "requests": "https://zenodo.org/api/records/3893991/requests",
    "reserve_doi": "https://zenodo.org/api/records/3893991/draft/pids/doi",
    "self": "https://zenodo.org/api/records/3893991",
    "self_doi": "https://doi.org/10.5281/zenodo.3893991",
    "self_doi_html": "https://zenodo.org/doi/10.5281/zenodo.3893991",
    "self_html": "https://zenodo.org/records/3893991",
    "self_iiif_manifest": "https://zenodo.org/api/iiif/record:3893991/manifest",
    "self_iiif_sequence": "https://zenodo.org/api/iiif/record:3893991/sequence/default",
    "versions": "https://zenodo.org/api/records/3893991/versions"
  },
  "media_files": {
    "count": 0,
    "enabled": false,
    "entries": {},
    "order": [],
    "total_bytes": 0
  },
  "metadata": {
    "creators": [
      {
        "affiliations": [
          {
            "name": "ImmunoMind"
          }
        ],
        "person_or_org": {
          "family_name": "Vadim Nazarov",
          "name": "Vadim Nazarov",
          "type": "personal"
        }
      },
      {
        "person_or_org": {
          "family_name": "immunarch.bot",
          "name": "immunarch.bot",
          "type": "personal"
        }
      },
      {
        "affiliations": [
          {
            "name": "Immunomind"
          }
        ],
        "person_or_org": {
          "family_name": "Eugene Rumynskiy",
          "name": "Eugene Rumynskiy",
          "type": "personal"
        }
      }
    ],
    "description": "<p>fix(vignette): fix incorrect CRAN links in the Introduction vignette refactor(data): make the data smaller in order to follow the CRAN guidelines refactor(web): fix paths to the moved Basic Analysis vignette refactor(vignette): remove the Basic Analysis vignette from the CRAN pacakge refactor(vignette): add the tracking visualisation to the single-cell vignette fix(vignette): remove https because it fails on CRAN checks feat(upkeep): update README &amp; NAMESPACE to reflect the single-cell support and also shorten the documentation for readability fix(io): fix imports fix(single-cell): fix the missing barcode column feat(data): add the &quot;scdata&quot; dataset with paired chain data and barcodes docs(io): update docs for repLoad / repSave to reflect single-cell support docs(single-cell): add docs for select_barcodes feat(vignette): finish the single-cell vignette feat(vignette): add a draft for the single-cell vignette refactor(upkeep): add &quot;single-cell&quot; and &quot;data&quot; commit scopes feat(io): add a paired chain parsing support for 10X feat(data): add new test files for single-cell docs(single-cell): add docs for single-cell functions docs(upkeep): update the docs for bulk data feat(upkeep): add the single-cell example data feat(web): add the single-cell vignette feat(single-cell): add a support for filtering and selecting clonotypes by barcodes and the Seurat::Idents() output refactor(io): remove raw_contig and raw_clonotype columns from 10X data to reduce the memory print feat(upkeep): add a new environment for additional immunarch columns fix(io): update the repLoad docs feat(io): add the &quot;.coding&quot; argument to filter out non-coding sequences (ON by default) chore(vignette): add badges for the optimisation of looking for downloads statistics chore(tools): move filter_barcodes() to singlecell.R and rename it to select_barcodes() chore(db): rename search.R with annotation.R chore(pub-rep): rename shared.R to public.R chore(tools): rename processing.R to sampling.R chore(data): move the description of &quot;immdata&quot; to data_docs.R chore(tools): move data filtering &amp; manipulation functions to the preprocessing.R file refactor(io) / refactor(vignette): focus on the automatic detection of file formats refactor(upkeep): change authors to contributors feat(io): add &quot;report&quot; and &quot;vdjca&quot; files to the ignore list refactor(io): put a warning when .format is provided, and update repLoad documentation skip this comment in NEWS: add IO_REFACTOR label to where I experimented with data.table-based input reading. Initial benchmarks shows x2 acceleration in data loading speed fix(vis): fix a bug #65 in plotting repClonality with .col=&quot;nt&quot; (PR #66 from Rushil) refactor(upkeep): add pull requests names to the contribution guide fix(vis): fix a bug in clonality visualisations #65 (PR #66) refactor(upkeep): update the contribution guide refactor(vignette): remove treemap and replace gridExtra with patchwork refactor(vis): remove treemap and replace gridExtra with patchwork fix(vignette): replace &quot;develop&quot; with &quot;dev&quot; refactor(tools): add_class() now adds the class to the beginning of the class attributes in order to comply with the R class system feat(vignette): cosmetic changes to the README feat(upkeep): add the pkgdown folder to the ignore feat(upkeep): remove &quot;Home&quot; and &quot;News&quot;, add a link to the covid-19 repo feat(vignette): make the README more succinct, add a quick start section and the visitors badge refactor(upkeep): minor changes in text feat(upkeep): add the tag for the website refactor(io): refactor warning messages to make them more correct &amp; add &quot;na.rm = TRUE&quot; to eliminates NAs when computing new Proportion columns</p>",
    "publication_date": "2020-06-15",
    "publisher": "Zenodo",
    "related_identifiers": [
      {
        "identifier": "https://github.com/immunomind/immunarch/tree/0.6.5",
        "relation_type": {
          "id": "issupplementto",
          "title": {
            "de": "Erg\u00e4nzt",
            "en": "Is supplement to"
          }
        },
        "scheme": "url"
      }
    ],
    "resource_type": {
      "id": "software",
      "title": {
        "de": "Software",
        "en": "Software"
      }
    },
    "rights": [
      {
        "description": {
          "en": ""
        },
        "id": "other-open",
        "title": {
          "en": "Other (Open)"
        }
      }
    ],
    "title": "immunomind/immunarch: 0.6.5: Basic single-cell support",
    "version": "0.6.5"
  },
  "parent": {
    "access": {
      "owned_by": {
        "user": "12487"
      },
      "settings": {
        "accept_conditions_text": null,
        "allow_guest_requests": false,
        "allow_user_requests": false,
        "secret_link_expiration": 0
      }
    },
    "communities": {
      "default": "10f33f78-3f29-41b6-bb10-f757a8f03cb8",
      "entries": [
        {
          "access": {
            "member_policy": "open",
            "members_visibility": "public",
            "record_submission_policy": "open",
            "review_policy": "open",
            "visibility": "public"
          },
          "children": {
            "allow": false
          },
          "created": "2020-03-16T11:40:44.487619+00:00",
          "custom_fields": {},
          "deletion_status": {
            "is_deleted": false,
            "status": "P"
          },
          "id": "10f33f78-3f29-41b6-bb10-f757a8f03cb8",
          "links": {},
          "metadata": {
            "curation_policy": "<p>The Coronavirus Disease Research Community - COVID-19 is curated by a selected team of experts nominated by <a href=\"http://www.openaire.eu\"><strong>OpenAIRE</strong></a>* (see list below). Each time a Zenodo user wants to add a record into the community, an email is sent to the curators that will decide whether to include the record or not.</p>\r\n\r\n<p>Only records that may be relevant to the Corona Virus Disease (COVID-19) or the SARS-CoV-2 should be included in this community. The Community curators are not able to edit records, therefore they may ask the corresponding authors to modify the record metadata when necessary, to provide the readers/users with more detailed information according to the FAIR principle of Open Science.</p>\r\n\r\n<p>If after its acceptance, a record is subsequently found not to be compliant, we reserve the right to remove it from the community.</p>\r\n\r\n<p>The curation team is reachable through the following email address for further clarification or information: <a href=\"mailto:covid19@openaire.eu\">covid19@openaire.eu</a>.</p>\r\n\r\n<p><strong>Curator&nbsp;List:</strong></p>\r\n\r\n<ul>\r\n\t<li>Ilaria Fava, UGOE, Germany;</li>\r\n\t<li>Emma Lazzeri, CNR, Italy;</li>\r\n\t<li>Alessia Bardi, CNR, Italy;</li>\r\n\t<li>Iryna Kuchma, EIFL, Ukraine;</li>\r\n\t<li>Paolo Manghi, CNR, Italy;</li>\r\n\t<li>Wolfram Horstmann, UGOE, Germany.</li>\r\n</ul>\r\n\r\n<p>* <a href=\"http://www.openaire.eu\"><strong>OpenAIRE</strong></a>: open access and open science training and support since 2009. OpenAIRE is the largest aggregator of European Commission funded research outputs and beyond, also delivering on-demand services for research communities.</p>\r\n",
            "page": "<p>This community collects research outputs that may be relevant to the Coronavirus Disease (COVID-19) or the SARS-CoV-2. Scientists are encouraged to upload their outcome in this collection to facilitate sharing and discovery of information. Although Open Access articles and datasets are recommended, also closed and restricted access material are accepted. All types of research outputs can be included in this Community (Publication, Poster, Presentation, Dataset, Image, Video/Audio, Software, Lesson, Other).</p>\r\n\r\n<p>The recent Corona Virus Disease (COVID-19) outbreak is requiring unseen efforts of collaboration of the scientific community that need to act fast and to share results in an unpredictable manner. In order to facilitate the Scientist efforts, this community was created to collect all research results that could be relevant for the scientific community working on the Corona Virus Disease (COVID-19) and SARS-CoV-2.</p>\r\n\r\n<p>Although Open Access articles and datasets are recommended, also closed and restricted access material are accepted. All types of research outputs can be included in this Community (Publication, Poster, Presentation, Dataset, Image, Video/Audio, Software, Lesson, Other).</p>\r\n\r\n<p>When depositing a resource that is linked to other resources (not limited to the records deposited in Zenodo but also in other repositories), please make sure that your record is linked to all the other related elements already available, in order to adhere to the FAIR principles of Open Science to maximise the reusability of research results.</p>\r\n\r\n<p>&nbsp;</p>",
            "title": "Coronavirus Disease Research Community - COVID-19"
          },
          "revision_id": 0,
          "slug": "covid-19",
          "updated": "2021-02-23T14:39:53.029415+00:00"
        }
      ],
      "ids": [
        "10f33f78-3f29-41b6-bb10-f757a8f03cb8"
      ]
    },
    "id": "3367200",
    "pids": {
      "doi": {
        "client": "datacite",
        "identifier": "10.5281/zenodo.3367200",
        "provider": "datacite"
      }
    }
  },
  "pids": {
    "doi": {
      "client": "datacite",
      "identifier": "10.5281/zenodo.3893991",
      "provider": "datacite"
    },
    "oai": {
      "identifier": "oai:zenodo.org:3893991",
      "provider": "oai"
    }
  },
  "revision_id": 11,
  "stats": {
    "all_versions": {
      "data_volume": 160408454501.0,
      "downloads": 1786,
      "unique_downloads": 1682,
      "unique_views": 19896,
      "views": 21917
    },
    "this_version": {
      "data_volume": 22151682684.0,
      "downloads": 219,
      "unique_downloads": 157,
      "unique_views": 4367,
      "views": 4833
    }
  },
  "status": "published",
  "swh": {},
  "updated": "2022-12-16T12:40:06.926533+00:00",
  "versions": {
    "index": 7,
    "is_latest": false
  }
}