Description Usage Arguments Details Value Author(s) Examples
Compute sum score of BigWig file over an input genomic region
1 |
filename |
filename of the BigWig file. |
seqname |
chromosome ID. |
start |
numeric value of start position. |
end |
numeric value of end position. |
'readBW' returns a numeric value which sums scores from the corresponding genomic loci of the BigWig file.
A numeric value of the density scores of the BigWig file.
Qi Wang
1 | data <- readBW(system.file("data", "test.bw", package="irene"),"chr1",100000,123000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.