View source: R/get_bw_matrix.R
get_bw_matrix | R Documentation |
Get signal matrix for regions using bigwig input
get_bw_matrix(
bw,
regions,
type = c("mean", "min", "max", "coverage", "sd"),
by = NULL
)
bw |
an [rtracklayer::BigWigFile], [rtracklayer::BigWigFileList] or path to bigwig file |
regions |
a GRanges object (all regions must be equal width) |
type |
one of: c("mean", "min", "max", "coverage", "sd") |
a matrix of bigwig signal.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.