Hi Thomas, Michael,
makeVRangesFromGRanges has been added to 1.13.34. The
methods-VRanges-class.R file was already large so I added
makeVRangesFromGRanges.R.
A few notes:
- '...' was replaced with 'keep.extra.columns'
- row names are propagated automatically so I removed the explicit
row.n
Hi guys,
On 02/20/2015 04:17 PM, Michael Lawrence wrote:
On Thu, Feb 19, 2015 at 12:46 PM, Thomas Sandmann
wrote:
Hi Valerie, hi Michael,
I find myself frequently moving back and forth between data.frames,
GRanges and VRanges objects.
The makeGRangesFromDataFrame function from the GenomicRa
On Thu, Feb 19, 2015 at 12:46 PM, Thomas Sandmann
wrote:
> Hi Valerie, hi Michael,
>
> I find myself frequently moving back and forth between data.frames,
> GRanges and VRanges objects.
>
> The makeGRangesFromDataFrame function from the GenomicRanges makes the
> coercion between the former straig
Hi Valerie, hi Michael,
I find myself frequently moving back and forth between data.frames, GRanges
and VRanges objects.
The makeGRangesFromDataFrame function from the GenomicRanges makes the
coercion between the former straightforward, but I couldn't find anything
similar for the second step, co