@@ -4,8 +4,6 @@ permalink: wiki/Documentation
4
4
layout : page
5
5
---
6
6
7
- #### Documentation
8
-
9
7
New to Biopython? Check out the [ Getting
10
8
Started] ( Getting_Started " wikilink ") page, or follow one of the links
11
9
below.
32
30
- Wiki documentation,
33
31
- [ Seq] ( Seq " wikilink ") and [ SeqRecord] ( SeqRecord " wikilink ")
34
32
objects
35
- - [ Bio.SeqIO] ( SeqIO " wikilink ") - sequence input/output
33
+ - [ Bio.SeqIO] ( SeqIO " wikilink ") - sequence input/output
36
34
- [ Bio.AlignIO] ( AlignIO " wikilink ") - alignment input/output
35
+ - [ Bio.Restriction] ( Restriction " wikilink ") - using restriction enzymes
37
36
- [ Bio.PopGen] ( PopGen " wikilink ") - population genetics
38
37
- [ Bio.PDB] ( The_Biopython_Structural_Bioinformatics_FAQ " wikilink ") -
39
38
structural bioinformatics
@@ -48,87 +47,91 @@ below.
48
47
- Documentation for the cluster module in Biopython. This describes
49
48
the underlying C library and the Python interface.
50
49
51
- [ PDF] ( http://biopython.org/DIST/docs/cluster/cluster.pdf )
50
+ [ PDF (2008)] ( http://biopython.org/DIST/docs/cluster/cluster.pdf ) |
51
+ [ PDF (2013)] ( http://bonsai.hgc.jp/~mdehoon/software/cluster/cluster.pdf )
52
52
53
53
- Cookbook-style documentation:
54
54
- [ Cookbook documentation] ( Category%3ACookbook " wikilink ") (on
55
- the wiki)
55
+ the wiki).
56
56
- The Biopython Structural Bioinformatics FAQ (i.e. how to use the
57
57
Bio.PDB module).
58
-
59
58
60
- [ PDF] ( http://biopython.org/DIST/docs/cookbook/biopdb_faq.pdf )
61
-
62
- - Working with restriction enzymes.
59
+ [ PDF] ( http://biopython.org/DIST/docs/tutorial/biopdb_faq.pdf )
63
60
61
+ - [ Working with restriction enzymes] ( Restriction " wikilink ") .
64
62
65
- [ HTML] ( http://biopython.org/DIST/docs/cookbook/Restriction.html )
66
63
67
64
#### Documentation for Developers
68
65
69
66
- List of [ Active projects] ( Active_projects " wikilink ") to get
70
67
involved with.
71
68
- How to [ contribute code] ( Contributing " wikilink ") to Biopython.
72
69
- [ Deprecation policy] ( Deprecation_policy " wikilink ")
73
- - Instructions for [ building a release] ( building_a_release " wikilink ")
70
+ - Instructions for [ building a release] ( Building_a_release " wikilink ")
74
71
of Biopython.
75
- - Details about the biopython.org [ website] ( website " wikilink " ) .
72
+ - Details about the biopython.org [ website] ( https://github.com/biopython/biopython.github.io ) .
76
73
77
74
#### Online Course Notes
78
75
79
76
- Andrew Dalke taught an introduction to programming for
80
77
Bioinformatics in Python class at the National Bioinformatics
81
78
Network in South Africa.
82
79
83
- < http://www.dalkescientific.com/writings/NBN/ >
80
+ [ html ] ( http://www.dalkescientific.com/writings/NBN/ )
84
81
85
- - Ravinder Singh and Scott Kelley teach a Bioinformatics course using
86
- Biopython at the University of Colorado.
87
-
88
- < http://www.colorado.edu/catalog/2012-13/courses?college=ARSC&department=B-MCDB >
82
+ - Kristian Rother wrote a GitBook for learning Biopython with two case studies
83
+
84
+ [ GitBook] ( https://www.gitbook.com/book/krother/biopython-tutorial/details )
89
85
90
86
91
87
#### Papers
92
88
93
89
We have a separate list of [ publications citing or using
94
90
Biopython] ( Publications " wikilink ") . If you use Biopython in a
95
91
scientific publication, please cite the application note
96
- <cite >CockEtAl2009</cite > and/or one of the other listed papers:
92
+ ([ Cock * et al.* , 2009] ( http://dx.doi.org/10.1093/bioinformatics/btp163 ) )
93
+ and/or one of the other listed papers:
97
94
98
- <biblio >
95
+ 1 . Cock PA, Antao T, Chang JT, Bradman BA, Cox CJ, Dalke A, Friedberg I, Hamelryck T, Kauff F,
96
+ Wilczynski B and de Hoon MJL (2009) Biopython: freely available Python tools for computational
97
+ molecular biology and bioinformatics. [ Bioinformatics, 25, 1422-1423] ( http://dx.doi.org/10.1093/bioinformatics/btp163 )
99
98
100
- 1 . CockEtAl2009 pmid=19304878
99
+ // This application note covers the whole of Biopython
101
100
102
- // This application note covers the whole of Biopython
101
+ 2 . Chapman BA and Chang JT (2000). Biopython: Python tools for computational biology.
102
+ [ ACM SIGBIO Newsletter, 20, 15-19] ( http://dx.doi.org/10.1145/360262.360268 ) .
103
103
104
- 1 . ChapmanAndChang2000 Chapman BA and Chang JT. * Biopython: Python
105
- tools for computational biology.* ACM SIGBIO Newsletter 2000 Aug;
106
- 20, 15-19. [ HTML] ( http://biopython.org/DIST/docs/acm/ACMbiopy.html )
104
+ [ HTML] ( http://biopython.org/DIST/docs/acm/ACMbiopy.html )
107
105
| [ PDF] ( http://biopython.org/DIST/docs/acm/ACMbiopy.pdf )
108
106
109
- // This served as the official project announcement.
107
+ // This served as the official project announcement.
110
108
111
- 1 . HamelryckAndManderick2003 pmid=14630660
109
+ 3 . Hamelryck T and Manderick B (2003) PDB file parser and structure class implemented in Python.
110
+ [ Bioinformatics, 22, 2308-2310] ( http://dx.doi.org/10.1093/bioinformatics/btg299 )
112
111
113
- // The Bio.PDB module is described here.
112
+ // The ` Bio.PDB ` module is described here.
114
113
115
- 1 . DeHoonEtAl2004 pmid=14871861
114
+ 4 . de Hoon MJ, Imoto S, Nolan J and Miyano S (2004) Open source clustering software.
115
+ [ Bioinformatics, 20, 1454-1453] ( http://dx.doi.org/10.1093/bioinformatics/bth078 )
116
116
117
- // The Bio.Cluster module is described here.
117
+ // The ` Bio.Cluster ` module is described here.
118
118
119
- 1 . PritchardEtAl2006 pmid=16377612
119
+ 5 . Pritchard L, White JA, Birch PR and Toth IK (2006) GenomeDiagram: a Python package for the
120
+ visualization of large-scale genomic data. [ Bioinformatics, 22, 616-617] ( http://dx.doi.org/10.1093/bioinformatics/btk021 )
120
121
121
- // This describes GenomeDiagram, which has now been integrated into
122
- Biopython.
122
+ // This describes ` GenomeDiagram ` , which has now been integrated into Biopython.
123
123
124
- 1 . CockEtAl2009b pmid=20015970
124
+ 6 . Cock PJ, Fields CJ, Goto N, Heuer ML and Rice PM (2009) The Sanger FASTQ file format for sequences with
125
+ quality scores, and the Solexa/Illumina FASTQ variants.
126
+ [ Nucleic Acids Res., 38, 1767-1771] ( http://dx.doi.org/10.1093/nar/gkp1137 )
125
127
126
- // This describes the FASTQ file format as supported in Biopython,
127
- BioPerl, BioRuby, BioJava and EMBOSS
128
+ // This describes the FASTQ file format as supported in Biopython, BioPerl, BioRuby, BioJava and EMBOSS
128
129
129
- 1 . TalevichEtAl2012 pmid=22909249
130
+ 7 . Talevich E, Invergo BM, Cock PJ and Chapman BA (2012) Bio.Phylo: a unified toolkit for processing, analyzing
131
+ and visualizing phylogenetic trees in Biopython.
132
+ [ BMC Bioinformatics, 13, 209] ( http://dx.doi.org/10.1186/1471-2105-13-209 )
130
133
131
- // This describes the Bio.Phylo and Bio.Phylo.PAML modules. </ biblio >
134
+ // This describes the ` Bio.Phylo ` and ` Bio.Phylo.PAML modules ` .
132
135
133
136
#### Presentations
134
137
0 commit comments