Skip to content

Commit

Permalink
Changed p -> pi
Browse files Browse the repository at this point in the history
  • Loading branch information
ihh committed Mar 6, 2017
1 parent a08ed24 commit bfb44e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ <h4 class="modal-title" id="myModalLabel">Model parameters</h4>
<div class="modal-body">
<p>
The model has three parameters:
<i>p</i>, <i>&alpha;</i>, and <i>&beta;</i>.
<i>&pi;</i>, <i>&alpha;</i>, and <i>&beta;</i>.
These specify the probabilities of three types of <b>random event</b>, namely:
term activation (<i>p</i>);
term activation (<i>&pi;</i>);
mislabeling of inactive genes as active, i.e. false positives (<i>&alpha;</i>); and
mislabeling of active genes as inactive, i.e. false negatives (<i>&beta;</i>).
</p>
Expand Down

0 comments on commit bfb44e3

Please sign in to comment.