get_similar_genes: Find genes with expression patterns similar to the genes...

Description Usage Arguments Value

View source: R/exploratory_pipeline.R

Description

Find genes with expression patterns similar to the genes you've specified.

Usage

1
get_similar_genes(dge, markers, n, anticorr = F)

Arguments

'dge'

: a Seurat object with field '@scale.data' filled in.

'markers':

a character vector; giving gene names.

'n':

integer; number of results to return.

'anticorr'

: allow negatively correlated genes; defaults to 'FALSE'.

'aggregator'

: If multiple genes, how to combine their correlations. Default is "sum". For an "and"-like filter, use "min".

Given a Seurat object and a list of gene names, this function returns genes that are strongly correlated with those markers.

Value

character vector.


maehrlab/thymusatlastools documentation built on May 28, 2019, 2:32 a.m.