Skip to contents

Retrieve genomic link information for a given set of genes.

Usage

GetLinkedPeaks(object, ...)

# S3 method for class 'Seurat'
GetLinkedPeaks(object, features, key, assay = NULL, min.abs.score = 0, ...)

# S3 method for class 'Assay5'
GetLinkedPeaks(object, ...)

# S3 method for class 'ChromatinAssay5'
GetLinkedPeaks(object, features, key, min.abs.score = 0, ...)

Arguments

object

A SeuratObject::Seurat object

...

Arguments passed to other methods

features

A list of genes to find linked peaks for

key

Key for link information to extract from the assay

assay

Name of assay to use. If NULL, use the default assay

min.abs.score

Minimum absolute value of the link score for a link to be returned

Value

Returns a character vector of genes

See also

GetLinkedGenes