We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b023cff commit a1f17d6Copy full SHA for a1f17d6
src/utils.jl
@@ -75,4 +75,21 @@ function _varsymbol(var::Any)
75
end
76
77
return nothing
78
-end
+end
79
+
80
+# export location
81
+# function location(orf::ORFI{N,F})::UnitRange{Int64} where {N,F}
82
+# return orf.first:orf.last
83
+# end
84
85
+# export _norfs
86
+# function _norfs(seq::NucleicSeqOrView{DNAAlphabet{N}}) where {N}
87
+# cpseq = copy(seq)
88
+# orfs = findorfs(cpseq; finder=NaiveCollector)
89
90
+# for l in location.(orfs)
91
+# deleteat!(cpseq, l)
92
93
94
+# return cpseq
95
0 commit comments