https://github.com/bioconductor-source/weberdivechalcdata

https://github.com/bioconductor-source/weberdivechalcdata

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: bioconductor-source
  • License: mit
  • Language: R
  • Default Branch: devel
  • Size: 23.4 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

WeberDivechaLCdata

R build status

This package contains data from our paper on the single-nucleus and spatially-resolved landscape of gene expression in the human locus coeruleus (LC).

The package is available from Bioconductor (WeberDivechaLCdata).

Datasets are stored in R/Bioconductor formats (SingleCellExperiment and SpatialExperiment).

The paper is available from eLife.

Installation

The data package is available from Bioconductor (WeberDivechaLCdata) and can be installed as follows:

install.packages("BiocManager") BiocManager::install("WeberDivechaLCdata")

Contents

The package contains two objects:

Loading the data

The R/Bioconductor data objects can be loaded as follows:

``` library(SpatialExperiment) library(SingleCellExperiment) library(WeberDivechaLCdata)

Load objects using dataset names

spe <- WeberDivechaLCdataVisium() sce <- WeberDivechaLCdatasingleNucleus()

Show objects

spe sce ```

More details including alternative ways to load the data and details on the data structure are provided in the package vignette, which can be found on the Bioconductor package page (WeberDivechaLCdata) or directly here.

Citation

  • Weber L.M.*, Divecha H.R.*, Tran M.N., Kwon S.H., Spangler A., Montgomery K.D., Tippani M., Bharadwaj R., Kleinman J.E., Page S.C., Hyde T.M., Collado-Torres L., Maynard K.R., Martinowich K.*, and Hicks S.C.* (2023). The gene expression landscape of the human locus coeruleus revealed by single-nucleus and spatially-resolved transcriptomics. eLife, 12:RP84628.

Owner

  • Name: (WIP DEV) Bioconductor Packages
  • Login: bioconductor-source
  • Kind: organization
  • Email: maintainer@bioconductor.org

Source code for packages accepted into Bioconductor

GitHub Events

Total
Last Year

Dependencies

.github/workflows/check-bioc.yml actions
  • JamesIves/github-pages-deploy-action releases/v4 composite
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/upload-artifact master composite
  • docker/build-push-action v4 composite
  • docker/login-action v2 composite
  • docker/setup-buildx-action v2 composite
  • docker/setup-qemu-action v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
DESCRIPTION cran
  • ExperimentHub * depends
  • SingleCellExperiment * depends
  • SpatialExperiment * depends
  • utils * imports
  • BiocStyle * suggests
  • knitr * suggests
  • rmarkdown * suggests