File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ import BioSequences: translate
1414
1515# # Methods from BioMarkovChains that expand their fuctions to this package structs
1616import BioMarkovChains: log_odds_ratio_score
17- export log_odds_ratio_score, lors
17+ # export log_odds_ratio_score, lors
1818
1919@inline log_odds_ratio_score (orf:: ORFI{N,F} ; kwargs... ) where {N,F} = log_odds_ratio_score (sequence (orf); kwargs... )
20- @inline log_odds_ratio_decision_rule (orf:: ORFI{N,F} ; kwargs... ) where {N,F} = log_odds_ratio_decision_rule (sequence (orf); kwargs)
20+ # @inline log_odds_ratio_decision_rule(orf::ORFI{N,F}; kwargs...) where {N,F} = log_odds_ratio_decision_rule(sequence(orf); kwargs)
2121
22- const lors = log_odds_ratio_score
22+ # const lors = log_odds_ratio_score
You can’t perform that action at this time.
0 commit comments