Visualise coverage across all samples for a given gene name
1 2 3 4 5 6 7 8 | plotPerSiteCoverageHeatmap(
cvg_matrix,
regions,
gene,
feature = "TSS",
window = 500,
log = T
)
|
cvg_matrix |
matrix to be plotted (created by coverMatrixPerSite) |
regions |
data.table containing the feature regions, must contain a column "site" |
gene |
gene name |
feature |
type of feature: "TSS" or "PAS" |
window |
number of positions upstream and downstream of feature site |
log |
log representation of counts |
strand |
either "+" or "-" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.