Skip to content
Prev 6996 / 21312 Next

[Bioc-devel] show method for CompressedVRangesList-class

i see you point, the logic i was thinking about is to use a list of 
VRanges objects to hold separately the variants of multiple individuals, 
with one VRanges object per individual.

if i type the name of such a list object on the R shell, having the 
GRangesList show method, i feel i do not see much information because 
the screen just scrolls up tens or hundreds of lines specifiying 
variants per individual. however, the concise appearance of something 
like a VRangesList:

 > vrl
VRangesList of length 10
names(32): S1 S2 S3 S4 ... S7 S8 S9 S10

at least suggests the user that the object holding the variants has 
information for 10 samples and belongs to the class 'VRangesList'.

i thought this made general sense but i'm fine if you feel this 
interpretation does not warrant such a change.

cheers,

robert.
On 02/25/2015 01:25 AM, Michael Lawrence wrote: