Skip to content
Prev 5780 / 21312 Next

[Bioc-devel] GenomicRanges: Concatenation of GRanges with matrices in mcols

On 05/20/2014 12:49 PM, Herv? Pag?s wrote:
Sorry, I mixed up outputs from different sessions. Correct str() output:

   > str(df2)
   Formal class 'DataFrame' [package "IRanges"] with 6 slots
     ..@ rownames       : NULL
     ..@ nrows          : int 8
     ..@ listData       :List of 1
     .. ..$ m: int [1:4, 1:2] 1 2 1 2 3 4 3 4
     ..@ elementType    : chr "ANY"
     ..@ elementMetadata: NULL
     ..@ metadata       : list()

H.