Skip to content

Commit db9b933

Browse files
committed
1 parent 8200051 commit db9b933

File tree

3,036 files changed

+604461
-628597
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,036 files changed

+604461
-628597
lines changed

docs/0.6.3/.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 44ee40cc937a3df2122bd71afef2a192
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/0.6.3/_images/diversity-1.png

36.4 KB
Loading

docs/0.6.3/_images/diversity-2_00.png

36.4 KB
Loading

docs/0.6.3/_images/diversity-2_01.png

37.7 KB
Loading

docs/0.6.3/_images/diversity-3_00.png

36.4 KB
Loading

docs/0.6.3/_images/diversity-3_01.png

37.7 KB
Loading

docs/0.6.3/_images/diversity-3_02.png

13.4 KB
Loading
Loading
Loading

docs/0.6.3/_sources/alignment.rst.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. meta::
2+
:description: Computing and manipulating biological sequence alignments.
3+
4+
.. automodule:: skbio.alignment

docs/0.6.3/_sources/diversity.rst.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. meta::
2+
:description: Analyzing biodiversity of communities -- groups of organisms living in the same area.
3+
4+
.. automodule:: skbio.diversity

docs/0.6.3/_sources/embedding.rst.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. meta::
2+
:description: Storing and working with embeddings of biological objects for machine learning.
3+
4+
.. automodule:: skbio.embedding
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:orphan:
2+
3+
skbio.alignment.AlignPath.from_bits
4+
===================================
5+
6+
.. currentmodule:: skbio.alignment
7+
8+
.. automethod:: AlignPath.from_bits
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:orphan:
2+
3+
skbio.alignment.AlignPath.from_coordinates
4+
==========================================
5+
6+
.. currentmodule:: skbio.alignment
7+
8+
.. automethod:: AlignPath.from_coordinates
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:orphan:
2+
3+
skbio.alignment.AlignPath.from_indices
4+
======================================
5+
6+
.. currentmodule:: skbio.alignment
7+
8+
.. automethod:: AlignPath.from_indices
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:orphan:
2+
3+
skbio.alignment.AlignPath.from_tabular
4+
======================================
5+
6+
.. currentmodule:: skbio.alignment
7+
8+
.. automethod:: AlignPath.from_tabular
Lines changed: 304 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,304 @@
1+
2+
skbio.alignment.AlignPath
3+
=========================
4+
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
38+
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+
71+
72+
73+
74+
75+
76+
77+
78+
79+
80+
81+
82+
83+
84+
85+
86+
87+
88+
89+
90+
91+
92+
93+
94+
95+
96+
97+
98+
99+
100+
101+
102+
103+
104+
105+
106+
107+
108+
109+
110+
111+
112+
113+
114+
115+
116+
117+
118+
119+
120+
121+
122+
123+
124+
125+
126+
127+
128+
129+
130+
131+
132+
133+
134+
135+
136+
137+
138+
139+
140+
141+
142+
143+
144+
145+
146+
147+
148+
149+
150+
151+
152+
153+
154+
155+
156+
157+
158+
159+
160+
161+
162+
163+
164+
165+
166+
167+
168+
169+
170+
171+
172+
173+
174+
175+
176+
177+
178+
179+
180+
181+
182+
183+
184+
185+
186+
187+
188+
189+
190+
191+
192+
193+
194+
195+
196+
197+
198+
199+
200+
201+
202+
.. currentmodule:: skbio.alignment
203+
204+
.. autoclass:: AlignPath
205+
206+
207+
208+
209+
210+
211+
.. rubric:: Attributes
212+
213+
.. autosummary::
214+
215+
~AlignPath.lengths
216+
~AlignPath.shape
217+
~AlignPath.starts
218+
~AlignPath.states
219+
220+
221+
222+
223+
224+
225+
226+
.. rubric:: Methods
227+
228+
.. autosummary::
229+
:toctree:
230+
231+
~AlignPath.from_bits
232+
233+
~AlignPath.from_coordinates
234+
235+
~AlignPath.from_indices
236+
237+
~AlignPath.from_tabular
238+
239+
~AlignPath.to_bits
240+
241+
~AlignPath.to_coordinates
242+
243+
~AlignPath.to_indices
244+
245+
246+
247+
248+
249+
250+
251+
252+
.. rubric:: Special methods
253+
254+
.. autosummary::
255+
256+
~AlignPath.__str__
257+
258+
259+
260+
.. rubric:: Special methods (inherited)
261+
262+
.. autoinherit::
263+
264+
~AlignPath.__eq__
265+
~AlignPath.__ge__
266+
~AlignPath.__getstate__
267+
~AlignPath.__gt__
268+
~AlignPath.__hash__
269+
~AlignPath.__le__
270+
~AlignPath.__lt__
271+
~AlignPath.__ne__
272+
273+
274+
275+
276+
277+
278+
279+
.. rubric:: Details
280+
281+
282+
283+
.. autoattribute:: AlignPath.lengths
284+
285+
286+
287+
.. autoattribute:: AlignPath.shape
288+
289+
290+
291+
.. autoattribute:: AlignPath.starts
292+
293+
294+
295+
.. autoattribute:: AlignPath.states
296+
297+
298+
299+
300+
301+
.. automethod:: AlignPath.__str__
302+
303+
304+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:orphan:
2+
3+
skbio.alignment.AlignPath.to_bits
4+
=================================
5+
6+
.. currentmodule:: skbio.alignment
7+
8+
.. automethod:: AlignPath.to_bits
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:orphan:
2+
3+
skbio.alignment.AlignPath.to_coordinates
4+
========================================
5+
6+
.. currentmodule:: skbio.alignment
7+
8+
.. automethod:: AlignPath.to_coordinates
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:orphan:
2+
3+
skbio.alignment.AlignPath.to_indices
4+
====================================
5+
6+
.. currentmodule:: skbio.alignment
7+
8+
.. automethod:: AlignPath.to_indices
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:orphan:
2+
3+
skbio.alignment.AlignmentStructure.is_zero_based
4+
================================================
5+
6+
.. currentmodule:: skbio.alignment
7+
8+
.. automethod:: AlignmentStructure.is_zero_based

0 commit comments

Comments
 (0)