From 8f0af9977afa958cb10b3a653d5f7acc7484f39b Mon Sep 17 00:00:00 2001
From: Simeon <51403284+simeross@users.noreply.github.com>
Date: Sat, 28 Oct 2023 18:36:03 +0200
Subject: [PATCH] add ORFik::startDefinition

---
 NAMESPACE            | 1 +
 R/find_longest_orf.R | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/NAMESPACE b/NAMESPACE
index cbd2680..019a2b6 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -65,6 +65,7 @@ importFrom(DECIPHER,DistanceMatrix)
 importFrom(GenomicRanges,GRanges)
 importFrom(IRanges,ranges)
 importFrom(ORFik,findORFs)
+importFrom(ORFik,startDefinition)
 importFrom(ape,as.DNAbin)
 importFrom(cowplot,draw_label)
 importFrom(cowplot,get_legend)
diff --git a/R/find_longest_orf.R b/R/find_longest_orf.R
index 8f959d3..f717fbb 100644
--- a/R/find_longest_orf.R
+++ b/R/find_longest_orf.R
@@ -9,7 +9,7 @@
 #' @importFrom Biostrings DNAStringSet
 #' @importFrom GenomicRanges GRanges
 #' @importFrom IRanges ranges
-#' @importFrom ORFik findORFs
+#' @importFrom ORFik findORFs startDefinition
 #' @import dplyr tibble tidyr
 #'
 #' @examples
-- 
GitLab