Generates a matrix with per-base counts around a specific TSS or PAS for all samples
1 | coverageMatrixPerSite(cvg_list, regions, gene, feature = "TSS", window = 500)
|
cvg_list |
a named list of coverage Rle's |
regions |
data.table containing the feature regions, must contain a column "site" |
gene |
name of gene |
feature |
type of feature: "TSS" or "PAS" |
window |
number of positions upstream and downstream of feature site |
strand |
either "+" or "-" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.