RleList2matrix {rnaSeqMap}R Documentation

RleList2matrix

Description

Function transforms list of Rle objects to matrix.

Usage

RleList2matrix(ll);

Arguments

ll

list of Rle objects.

Value

Produces the full, unpacked coverage matrix from a list of Rle objects. Used to re-format the coverage data.

Author(s)

Michal Okoniewski, Anna Lesniewska


[Package rnaSeqMap version 2.48.0 Index]