-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39c812d
commit 7c01a9e
Showing
26 changed files
with
202 additions
and
244 deletions.
There are no files selected for viewing
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# flake8: noqa | ||
from . import AnoPrimer | ||
from .AnoPrimer import * |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
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,9 @@ | ||
# AnoPrimer | ||
|
||
Welcome to the [AnoPrimer](https://github.com/sanjaynagi/AnoPrimer/) documentation! | ||
|
||
AnoPrimer is a python package for primer design in *Anopheles gambiae*, whilst considering genetic variation in wild whole-genome sequenced specimens in malariagen_data. | ||
|
||
|
||
```{tableofcontents} | ||
``` |
File renamed without changes
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,45 @@ | ||
# AnoPrimer API | ||
|
||
This notebook provides an overview of the API for the AnoPrimer python package, to design primers in *Anopheles* mosquitoes whilst considering genomic variation. | ||
|
||
## designPrimers() | ||
|
||
```{eval-rst} | ||
.. autofunction:: AnoPrimer::AnoPrimer.designPrimers | ||
``` | ||
|
||
## plot_primer_ag3_frequencies() | ||
|
||
```{eval-rst} | ||
.. autofunction:: AnoPrimer::AnoPrimer.plot_primer_ag3_frequencies | ||
``` | ||
|
||
## plot_primer_locs() | ||
|
||
```{eval-rst} | ||
.. autofunction:: AnoPrimer::AnoPrimer.plot_primer_locs | ||
``` | ||
|
||
## gget_blat_genome() | ||
|
||
```{eval-rst} | ||
.. autofunction:: AnoPrimer::AnoPrimer.gget_blat_genome | ||
``` | ||
|
||
## primer_params() | ||
|
||
```{eval-rst} | ||
.. autofunction:: AnoPrimer::AnoPrimer.primer_params | ||
``` | ||
|
||
## primer3_to_pandas() | ||
|
||
```{eval-rst} | ||
.. autofunction:: AnoPrimer::AnoPrimer.primer3_to_pandas | ||
``` | ||
|
||
## primer3_run_statistics() | ||
|
||
```{eval-rst} | ||
.. autofunction:: AnoPrimer::AnoPrimer.primer3_run_statistics | ||
``` |
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
2 changes: 1 addition & 1 deletion
2
docs/AgamPrimer-docs/requirements.txt → docs/AnoPrimer-docs/requirements.txt
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
jupyter-book | ||
matplotlib | ||
numpy | ||
AgamPrimer | ||
AnoPrimer |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.