intersectMatrix: intersectMatrix

Description Usage Arguments Examples

View source: R/intersectMatrix.R

Description

This function will count the intersection tally of AVS and genomic regions

Usage

1
intersectMatrix(avs, regions, ...)

Arguments

avs

A GRanges object which is outputted by loadLd function

regions

A data frame. The data frame contains sample sheet identical to DiffBind or ChIPQC input sample sheets

...

Heatmap arguments

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
intersectMatrix(avs,
                regions=samples,
                col=c("white","grey10"),
                scale="none",
                margins=c(10,5),
                cexRow = 1,
                cexCol = 0.5,
                Rowv=NA,
                Colv=NA)

## End(Not run)

VSE documentation built on May 2, 2019, 4 p.m.