SCoPE2: Single-cell RNA sequencing and proteomics

View source: R/SCoPE2.R

SCoPE2R Documentation

Single-cell RNA sequencing and proteomics

Description

SCoPE2 assembles data on-the-fly from ExperimentHub to provide a MultiAssayExperiment container. The DataType argument provides access to the SCoPE2 dataset as provided by Specht et al. (2020; DOI: http://dx.doi.org/10.1101/665307). The article provides more information about the data acquisition and pre-processing.

Usage

SCoPE2(
  DataType = "macrophage_differentiation",
  modes = "*",
  version = "1.0.0",
  dry.run = TRUE,
  verbose = TRUE,
  ...
)

Arguments

DataType

character(1) Indicates study that produces this type of data (default: 'macrophage_differentiation')

modes

character() A wildcard / glob pattern of modes, such as "rna". A wildcard of "*" will return all modes, that are transcriptome ("rna") or proteome ("protein") which is the default.

version

character(1), currently only version '1.0.0' is available

dry.run

logical(1) Whether to return the dataset names before actual download (default TRUE)

verbose

logical(1) Whether to show the dataset currently being (down)loaded (default TRUE)

...

Additional arguments passed on to the ExperimentHub-class constructor

Details

The SCoPE2 study combines scRNA-seq (transcriptome) and single-cell proteomics.

  • macrophage_differentiation: the cells are monocytes that undergo macrophage differentiation. No annotation is available for the transcriptome data, but batch and cell type annotations are available for the proteomics data in the celltype colData column. The transcriptomics and proteomics data were not measured from the same cells but from a distinct set of cell cultures. This dataset provides already filtered bad quality cells.

    • scRNAseq1 - single-cell transcriptome (batch 1)

    • scRNAseq2 - single-cell transcriptome (batch 2)

    • scp - single-cell proteomics

Value

A single cell multi-modal MultiAssayExperiment or informative data.frame when dry.run is TRUE

Source

All files are linked from the slavovlab website https://scope2.slavovlab.net/docs/data

References

Specht, Harrison, Edward Emmott, Aleksandra A. Petelski, R. Gray Huffman, David H. Perlman, Marco Serra, Peter Kharchenko, Antonius Koller, and Nikolai Slavov. 2020. “Single-Cell Proteomic and Transcriptomic Analysis of Macrophage Heterogeneity.” bioRxiv. https://doi.org/10.1101/665307.

See Also

SingleCellMultiModal-package

Examples


SCoPE2(DataType = "macrophage_differentiation",
       modes = "*",
       version = "1.0.0",
       dry.run = TRUE)


waldronlab/SingleCellMultiModal documentation built on May 6, 2024, 9:15 a.m.