Browse code

follow renaming of TranscriptDb class -> TxDb

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@92976 bc3139a8-67e5-0310-9ffc-ced21a209358

Herve Pages authored on 28/07/2014 23:15:59
Showing 4 changed files

... ...
@@ -10,11 +10,11 @@ Description: GSNAP and GMAP are a pair of tools to align short-read
10 10
         methods to work with GMAP and GSNAP from within R. In addition,
11 11
         it provides methods to tally alignment results on a
12 12
         per-nucleotide basis using the bam_tally tool.
13
-Version: 1.7.5
13
+Version: 1.7.6
14 14
 Depends: R (>= 2.15.0), methods, GenomeInfoDb (>= 1.1.3),
15 15
         GenomicRanges (>= 1.17.12)
16 16
 Imports: S4Vectors, IRanges, Rsamtools (>= 1.17.8), rtracklayer (>= 1.25.5),
17
-        GenomicFeatures, Biostrings, VariantAnnotation (>= 1.11.4),
17
+        GenomicFeatures (>= 1.17.13), Biostrings, VariantAnnotation (>= 1.11.4),
18 18
         tools, Biobase, BSgenome, GenomicAlignments (>= 1.1.9)
19 19
 Suggests: RUnit, BSgenome.Dmelanogaster.UCSC.dm3,
20 20
         BSgenome.Scerevisiae.UCSC.sacCer3, org.Hs.eg.db,
... ...
@@ -14,7 +14,7 @@ import(GenomeInfoDb)
14 14
 import(GenomicRanges)
15 15
 importFrom(Biostrings, getSeq, readDNAStringSet, DNAStringSet)
16 16
 importMethodsFrom(Rsamtools, asBam)
17
-importClassesFrom(GenomicFeatures, TranscriptDb)
17
+importClassesFrom(GenomicFeatures, TxDb)
18 18
 importFrom(GenomicFeatures, transcripts, exons)
19 19
 importClassesFrom(rtracklayer, RTLFile, FastaFile)
20 20
 importFrom(rtracklayer, "referenceSequence<-", import, export, FastaFile)
... ...
@@ -154,7 +154,7 @@ setReplaceMethod("spliceSites", c("GmapGenome", "GRangesList"),
154 154
                    x
155 155
                  })
156 156
 
157
-setReplaceMethod("spliceSites", c("GmapGenome", "TranscriptDb"),
157
+setReplaceMethod("spliceSites", c("GmapGenome", "TxDb"),
158 158
                  function(x, name, value) {
159 159
                    spliceSites(x, name) <- exonsBy(value)
160 160
                    x
... ...
@@ -9,7 +9,7 @@
9 9
 \alias{GmapGenome}
10 10
 \alias{snps<-,GmapGenome,ANY,ANY-method}
11 11
 \alias{spliceSites<-,GmapGenome,GRangesList-method}
12
-\alias{spliceSites<-,GmapGenome,TranscriptDb-method}
12
+\alias{spliceSites<-,GmapGenome,TxDb-method}
13 13
 \alias{coerce,GmapGenome,DNAStringSet-method}
14 14
 \alias{snps<-}
15 15
 \alias{spliceSites<-}