annotationMatches: annotationMatches

Description Usage Arguments Details Value Author(s) Examples

Description

annotationMatches

Usage

1
2
3
4
5
6
7
8
9
annotationMatches(object)

annotationMatches(object) <- value

## S4 method for signature 'SummarizedExperiment'
annotationMatches(object)

## S4 replacement method for signature 'SummarizedExperiment'
annotationMatches(object) <- value

Arguments

object

SummarizedExperiment with matches slot, see details

value

logical Matrix with annotation matches

Details

Will extract matrix from the "matches", "annotationMatches", or "motif_matches" assay of a SummarizedExperiment

Value

logical matrix of annotation matches

Author(s)

Alicia Schep

Examples

1
2
3
# load annotation matrix; result from matchMotifs
data(mini_ix, package = "chromVAR")
matches <- annotationMatches(mini_ix)

GreenleafLab/chromVAR documentation built on Aug. 20, 2019, 11:39 a.m.