Skip to content

Commit

Permalink
Remove "seqnames" method for RangesList objects (has been buggy since…
Browse files Browse the repository at this point in the history
… its

introduction more than 2 years ago, stopped working months ago, was never
documented, is clearly not needed).


git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/GenomicRanges@102845 bc3139a8-67e5-0310-9ffc-ced21a209358
  • Loading branch information
[email protected] committed Apr 20, 2015
1 parent 5c95a1b commit 6152639
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions R/RangedData-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,5 @@ setReplaceMethod("seqinfo", "RangedData",
### seqnames
###

setMethod("seqnames", "RangesList", function(x) {
if (is.null(names(x)))
NULL
else seqsplit(Rle(space(x)), rep(names(x), elementLengths(x)))
})

setMethod("seqnames", "RangedData", function(x) space(x))

0 comments on commit 6152639

Please sign in to comment.