brainspan_map: Project single cell gene expression data to BrainSpan

View source: R/generics.R

brainspan_map.defaultR Documentation

Project single cell gene expression data to BrainSpan

Description

Calculates correlation between single-cell gene expression and reference samples from BrainSpan

Usage

## Default S3 method:
brainspan_map(
  object,
  stages = c(8:16),
  groups = NULL,
  method = "pearson",
  genes_use = NULL,
  allow_neg = FALSE,
  pseudobulk_groups = TRUE
)

## S3 method for class 'Seurat'
brainspan_map(
  object,
  stages = c(8:16),
  group_name = NULL,
  method = "pearson",
  genes_use = NULL,
  allow_neg = FALSE,
  pseudobulk_groups = TRUE
)

brainspan_map(object, ...)

Arguments

groups

A character or factor vector or for grouping of cells, e.g. clusters, cell types.

method

A character string indicating which correlation coefficient to compute.

genes_use

A character vector with genes to use for computing the correlation. We recommend to use 150 - 500 genes.

allow_neg

Logical. Whether to allow negative correlations or set them to 0.

pseudobulk_groups

Logical. Whether to summarizse the group expression before computing the correlation.

group_name

A string indicating the metadata column for grouping the cells, e.g. clusters, cell types.

stage

A integer vector indicating the stages (pcw) to map to..

Value

A BrainSpanMap object with a cell x ref correlation matrix and metadata.


quadbiolab/VoxHunt documentation built on March 4, 2024, 6:37 a.m.