Description Usage Arguments References See Also Examples
View source: R/createHicPainteRObJ.R
create an hicPainteR object starting from a GenomicInteractions object
1 2 |
contact |
GenomicInteractions object |
mapType |
character - possible choises are cMAP, TAD, Loops |
Name |
character - is the name of the object ( default NA ) |
high_fact |
numeric - value for manage the proportion of graph ( default 1e6 ) (TODO control if making it automatic) |
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 ) |
use_ramp |
logic - select to switch from flat color to colorRampPalette ( default FALSE ) |
ramp |
colorRampPalette object - palette used when use_ramp == TRUE, when is set to NA ramp= ( default NA ) |
log |
logic - transform the counts of the contact object in logaritmic ( default NA ) |
pchP |
character - pch code for points drawing |
cexP |
numeric - cex value for point drawing |
lwdP |
numeric - lwd thick for line drawing |
ltyP |
numeric - lty code for line drawing |
...
...
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.