peakHeatmap | R Documentation |
plot the heatmap of peaks
peakHeatmap(
peak,
weightCol = NULL,
TxDb = NULL,
upstream = 1000,
downstream = 1000,
xlab = "",
ylab = "",
title = NULL,
palette = NULL,
verbose = TRUE,
by = "gene",
type = "start_site",
nbin = NULL,
ignore_strand = FALSE,
windows,
ncol = NULL,
nrow = NULL
)
peak |
peak file or GRanges object |
weightCol |
column name of weight |
TxDb |
TxDb object |
upstream |
upstream position |
downstream |
downstream position |
xlab |
xlab |
ylab |
ylab |
title |
title |
palette |
palette to be filled in,details see scale_colour_brewer |
verbose |
print message or not |
by |
one of 'gene', 'transcript', 'exon', 'intron' , '3UTR' , '5UTR', 'UTR' |
type |
one of "start_site", "end_site", "body" |
nbin |
the amount of nbines |
ignore_strand |
ignore the strand information or not |
windows |
a collection of region |
ncol |
the ncol of plotting a list of peak |
nrow |
the nrow of plotting a list of peak |
figure
G Yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.