-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the +listpos command to docs and rebuild
- Loading branch information
1 parent
3ca37cd
commit 17655f8
Showing
46 changed files
with
567 additions
and
17 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ How To | |
|
||
run/index | ||
graph/index | ||
lists | ||
adjclust | ||
cleanfa | ||
inputs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
List Positions Matching Criteria | ||
-------------------------------------------------------------------------------- | ||
|
||
Background about lists | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
You can use ``+listpos`` to list positions meeting specific criteria in tables. | ||
|
||
Purpose of listing positions | ||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | ||
|
||
After you run ``seismic table``, you may want to find the positions that meet | ||
certain criteria, such as the mutation rate being less/greater than a threshold. | ||
|
||
How to list positions from a table | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. _listpos: | ||
|
||
Command line for listing positions | ||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | ||
|
||
Suppose you have already run ``seismic table``:: | ||
|
||
seismic table out/sample/*/ref/sect | ||
|
||
You can list the positions meeting certain criteria with :: | ||
|
||
seismic +listpos out/sample/table/ref/sect | ||
|
||
This command will output one list file for each table file, with the same path | ||
except ``table/`` is replaced by ``list/``. | ||
|
||
You can filter the positions using options such as ``--max-fmut-pos 0.01``, | ||
which will output all positions with a mutation rate of 0.01 or less. | ||
Using ``--complement`` lists the complement of the positions; for example, | ||
``--complement --max-fmut-pos 0.01`` would output all positions with a mutation | ||
rate greater than 0.01. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.