Description Usage Arguments Value Examples
The function constructs a list of ScoreMatrix
objects in the form
of ScoreMatrixList
object. This object can be visualized using
multiHeatMatrix
, heatMeta
or plotMeta
1 2 3 4 |
targets |
can be a list of |
windows |
|
bin.num |
an integer telling the number of bins to bin the score matrix |
bin.op |
an name of the function that will be used for smoothing windows of ranges |
strand.aware |
a boolean telling the function whether to reverse the coverage of ranges that come from - strand (e.g. when plotting enrichment around transcription start sites) |
weight.col |
if the object is |
is.noCovNA |
(Default:FALSE) if TRUE,and if 'targets' is a GRanges object with 'weight.col' provided, the bases that are uncovered will be preserved as NA in the returned object. This useful for situations where you can not have coverage all over the genome, such as CpG methylation values. |
type |
(Default:"auto")
if |
rpm |
boolean telling whether to normalize the coverage to per milion reads.
FALSE by default. See |
unique |
boolean which tells the function to remove duplicated reads based on chr, start, end and strand |
extend |
numeric which tells the function to extend the features ( i.e aligned reads) to total length ofwidth+extend |
param |
ScanBamParam object |
library.size |
a numeric vector of the same length as |
cores |
the number of cores to use (default: 1) |
returns a ScoreMatrixList
object
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.