Skip to content

Commit

Permalink
Merge pull request #28 from hpages/master
Browse files Browse the repository at this point in the history
Replace GenomicFeatures::makeTxDbFromGFF with txdbmaker::makeTxDbFromGFF
  • Loading branch information
FelixErnst authored Mar 26, 2024
2 parents 7423101 + 51dcdb4 commit 184805d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/normalization.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ NULL
call. = FALSE)
}
if(!is(annotation,"TxDb")){
annotation <- GenomicFeatures::makeTxDbFromGFF(annotation)
annotation <- txdbmaker::makeTxDbFromGFF(annotation)
}
} else {
annotation <- .norm_annotation_GRangesList(annotation)
Expand Down
2 changes: 2 additions & 0 deletions vignettes/RNAmodR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ suppressPackageStartupMessages({
library(rtracklayer)
library(Rsamtools)
library(GenomicFeatures)
library(txdbmaker)
library(RNAmodR.Data)
library(RNAmodR)
})
Expand All @@ -67,6 +68,7 @@ suppressPackageStartupMessages({
library(rtracklayer)
library(Rsamtools)
library(GenomicFeatures)
library(txdbmaker)
library(RNAmodR.Data)
library(RNAmodR)
```
Expand Down

0 comments on commit 184805d

Please sign in to comment.