Skip to content

Commit

Permalink
Fix typo in title
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Jul 3, 2024
1 parent bf97ecc commit 2013ee9
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 @@ -82,7 +82,7 @@ features.(phiorfs)
(score = -4.459423419810693,)
```

## Analysing Lamda ORFs
## Analysing Lambda ORFs

In this case the `lors` calculates the log odds ratio of the ORF sequence given two Markov models (by default: [ECOLICDS](https://github.com/camilogarciabotero/BioMarkovChains.jl/blob/533e53d97cf5951f1ca050454bce1423ec8d7c36/src/models.jl#L3) and [ECOLINOCDS](https://github.com/camilogarciabotero/BioMarkovChains.jl/blob/533e53d97cf5951f1ca050454bce1423ec8d7c36/src/models.jl#L16)), one for the coding region and one for the non-coding region. The score is stored in the `score` field of the `NamedTuple` returned by the `features` function. By default the `lors` function return the base 2 logarithm of the odds ratio, so it is analogous to the bits of information that the ORF sequence is coding.

Expand Down

0 comments on commit 2013ee9

Please sign in to comment.