cMapPainter: Genomic Map Painter

Description Usage Arguments References See Also Examples

View source: R/cMapPainter.R

Description

add color and graphic parameters to a GenomicRangers object created with gInteractions function

Usage

1
cMapPainter(cmap,high_fact=1e6,pCol="red",alpha=0.05,enhance=NA,colBin=500,ramp=NA,use_ramp=FALSE,log=FALSE,zoom=NULL,...)

Arguments

cmap

GenomicRanges object created using gInteractions function

pCol

charachter - color used if use_ramp == FALSE ( default "red" )

enhance

numeric - transform factor for counts on cMap ( default = NA )

colBin

numeric - used to calculate the number of the palette when use_ramp == TRUE ( default 500 )

ramp

colorRampPalette object - palette used when use_ramp == TRUE, when is set to NA ramp= ( default NA )

use_ramp

logic - select to switch from flat color to colorRampPalette ( default FALSE )

log

logic - transform the counts of the contact object in logaritmic ( default NA )

zoom

character - genomic coordinate in wich the GRanges will be contruct, if not privide it will use all the contact of GI. The format need to be "chromosome:start-end" ( default = NA )

References

...

See Also

...

Examples

1
 ...

RMalinverni/hicPainteR documentation built on Nov. 11, 2020, 11:08 a.m.