zoom_nmatlist | R Documentation |
Zoom the x-axis range for a list of normalizedMatrix coverage data
zoom_nmatlist(nmatlist, upstream_length = 500, downstream_length = 500, ...)
nmatlist |
|
upstream_length , downstream_length |
|
... |
additional arguments are passed to |
This function filters the matrix columns by distance, and updates important associated attributes:
attr(nmat, "upstream_index")
- the column index positions upstream the target region
attr(nmat, "downstream_index")
- the column index positions downstream the target region
attr(nmat, "target_index")
- the column index positions representing the target region
attr(nmat, "extend")
- the genomic distance upstream and downstream the target region
Other jam coverage heatmap functions:
coverage_matrix2nmat()
,
get_nmat_ceiling()
,
nmathm_row_order()
,
nmatlist2heatmaps()
,
recenter_nmatlist()
,
restrand_nmatlist()
,
validate_heatmap_params()
,
zoom_nmat()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.