cellxgenedp

R interface to the cellxgene data portal

https://github.com/mtmorgan/cellxgenedp

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 8 committers (12.5%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.2%) to scientific vocabulary

Keywords from Contributors

bioconductor-package bioconductor gene immune-repertoire grna-sequence genomics u24ca289073 core-package bioinformatics ontology
Last synced: 10 months ago · JSON representation

Repository

R interface to the cellxgene data portal

Basic Info
Statistics
  • Stars: 8
  • Watchers: 5
  • Forks: 5
  • Open Issues: 3
  • Releases: 0
Created over 4 years ago · Last pushed 12 months ago
Metadata Files
Readme Changelog

README.md

Introduction to cellxgenedp

The cellxgene data portal https://cellxgene.cziscience.com/ provides a graphical user interface to collections of single-cell sequence data processed in standard ways to 'count matrix' summaries. The cellxgenedp package provides an alternative, R-based inteface, allowind data discovery, viewing, and downloading.

Installation

This package is available in Bioconductor version 3.15 and later. The following code installs cellxgenedp

r if (!"BiocManager" %in% rownames(installed.packages())) install.packages("BiocManager", repos = "https://CRAN.R-project.org") BiocManager::install("cellxgenedp")

Alternatively, install the 'development' version from GitHub

r if (!"remotes" %in% rownames(installed.packages())) install.packages("remotes", repos = "https://CRAN.R-project.org") remotes::install_github("mtmorgan/cellxgenedp")

To also install additional packages required for this vignette, use

r pkgs <- c("tidyr", "zellkonverter", "SingleCellExperiment", "HDF5Array") required_pkgs <- pkgs[!pkgs %in% rownames(installed.packages())] BiocManager::install(required_pkgs)

Use

Load the package into your current R session. We make extensive use of the dplyr packages, and at the end of the vignette use SingleCellExperiment and zellkonverter, so load those as well.

r suppressPackageStartupMessages({ library(dplyr) library(cellxgenedp) })

Shiny

cxg() provides a ‘shiny’ interface allowing discovery of collections and datasets, visualization of selected datasets in the cellxgene data portal, and download of datasets for use in R.

Next steps

View the artcle Discover and download datasets and files from the cellxgene data portal.

Owner

  • Name: Martin Morgan
  • Login: mtmorgan
  • Kind: user
  • Location: Buffalo, NY

GitHub Events

Total
  • Push event: 1
  • Create event: 1
Last Year
  • Push event: 1
  • Create event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 79
  • Total Committers: 8
  • Avg Commits per committer: 9.875
  • Development Distribution Score (DDS): 0.215
Past Year
  • Commits: 29
  • Committers: 4
  • Avg Commits per committer: 7.25
  • Development Distribution Score (DDS): 0.241
Top Committers
Name Email Commits
Martin Morgan M****n@R****g 62
Kayla-Morrell k****l@r****g 5
mtmorgan m****n 4
J Wokaty j****y@s****u 2
Nitesh Turaga n****a@g****m 2
J Wokaty j****y 2
stemangiola m****o@g****m 1
LiNk-NY m****z@r****g 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 9
  • Total pull requests: 8
  • Average time to close issues: 5 days
  • Average time to close pull requests: 13 days
  • Total issue authors: 6
  • Total pull request authors: 5
  • Average comments per issue: 1.67
  • Average comments per pull request: 0.38
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 0
  • Average time to close issues: 3 days
  • Average time to close pull requests: N/A
  • Issue authors: 2
  • Pull request authors: 0
  • Average comments per issue: 1.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • stemangiola (3)
  • vjcitn (2)
  • LiNk-NY (1)
  • YXC33 (1)
  • suresh-advaitabio (1)
  • lgatto (1)
Pull Request Authors
  • Kayla-Morrell (4)
  • vjcitn (1)
  • mtmorgan (1)
  • LiNk-NY (1)
  • stemangiola (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 9,315 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 7
  • Total maintainers: 1
bioconductor.org: cellxgenedp

Discover and Access Single Cell Data Sets in the CELLxGENE Data Portal

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 9,315 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 26.4%
Downloads: 79.3%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • DT * imports
  • curl * imports
  • dplyr * imports
  • httr * imports
  • jsonlite * imports
  • shiny * imports
  • tools * imports
  • utils * imports
  • BiocStyle * suggests
  • HDF5Array * suggests
  • SingleCellExperiment * suggests
  • knitr * suggests
  • mockery * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests
  • zellkonverter * suggests
.github/workflows/readme.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-renv v1 composite