Skip to content

Commit

Permalink
Update fasta_to_dna function to fasta2bioseq for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Jul 4, 2024
1 parent 2013ee9 commit d602d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ In this case the `lors` calculates the log odds ratio of the ORF sequence given
Now we can even analyse how is the distribution of the ORFs' scores as a function of their lengths compared to random sequences.

```julia
lambda = fasta_to_dna("test/data/NC_001416.1.fasta")[1]
lambda = fasta2bioseq("test/data/NC_001416.1.fasta")[1]

lambaorfs = findorfs(lambda, finder=NaiveFinder, minlen=100, scheme=lors)

Expand Down

0 comments on commit d602d32

Please sign in to comment.