Description Usage Arguments Value
Extends the function with weights,
see coverageByTranscript
for original function.
1 | coverageByTranscriptW(x, transcripts, ignore.strand = FALSE, weight = 1L)
|
x |
reads ( |
transcripts |
|
ignore.strand |
a logical (default: FALSE) |
weight |
a vector (default: 1L), if single number applies for all, else it must be the string name of a defined meta column in "x", that gives number of times a read was found. GRanges("chr1", 1, "+", score = 5), would mean score column tells that this alignment was found 5 times. |
Integer Rle of coverage, 1 per transcript
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.