Skip to content

Commit

Permalink
add GRanges=>GRangesList
Browse files Browse the repository at this point in the history
  • Loading branch information
m.lawrence committed Apr 12, 2015
1 parent f902ee7 commit 8e7c675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/GRangesList-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ setAs("GRangesList", "RangesList",
setAs("RangedDataList", "GRangesList",
function(from) GRangesList(lapply(from, as, "GRanges")))

setAs("GRanges", "GRangesList", function(from) as(from, "List"))

### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Subsetting.
Expand Down

0 comments on commit 8e7c675

Please sign in to comment.