Skip to content

Commit 7f2a3d5

Browse files
committed
deploy: 32d906b
1 parent 6d5bef9 commit 7f2a3d5

10 files changed

Lines changed: 49 additions & 1 deletion
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

latest/generated/malariagen_data.adir1.Adir1.sample_metadata.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,18 @@ <h2>Returns<a class="headerlink" href="#returns" title="Link to this heading">#<
405405
</dd>
406406
</dl>
407407
</section>
408+
<section id="notes">
409+
<h2>Notes<a class="headerlink" href="#notes" title="Link to this heading">#</a></h2>
410+
<p>Some samples in the dataset are lab crosses — mosquitoes bred in the
411+
laboratory that have no real collection date. These samples use
412+
<code class="docutils literal notranslate"><span class="pre">year=-1</span></code> and <code class="docutils literal notranslate"><span class="pre">month=-1</span></code> as sentinel values. They may cause
413+
unexpected results in date-based analyses (e.g., <code class="docutils literal notranslate"><span class="pre">pd.to_datetime</span></code>
414+
will fail on negative year values).</p>
415+
<p>To exclude lab cross samples, use:</p>
416+
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">df</span> <span class="o">=</span> <span class="n">api</span><span class="o">.</span><span class="n">sample_metadata</span><span class="p">(</span><span class="n">sample_query</span><span class="o">=</span><span class="s2">&quot;year &gt;= 0&quot;</span><span class="p">)</span>
417+
</pre></div>
418+
</div>
419+
</section>
408420
</dd></dl>
409421

410422
</section>

latest/generated/malariagen_data.af1.Af1.sample_metadata.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,18 @@ <h2>Returns<a class="headerlink" href="#returns" title="Link to this heading">#<
405405
</dd>
406406
</dl>
407407
</section>
408+
<section id="notes">
409+
<h2>Notes<a class="headerlink" href="#notes" title="Link to this heading">#</a></h2>
410+
<p>Some samples in the dataset are lab crosses — mosquitoes bred in the
411+
laboratory that have no real collection date. These samples use
412+
<code class="docutils literal notranslate"><span class="pre">year=-1</span></code> and <code class="docutils literal notranslate"><span class="pre">month=-1</span></code> as sentinel values. They may cause
413+
unexpected results in date-based analyses (e.g., <code class="docutils literal notranslate"><span class="pre">pd.to_datetime</span></code>
414+
will fail on negative year values).</p>
415+
<p>To exclude lab cross samples, use:</p>
416+
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">df</span> <span class="o">=</span> <span class="n">api</span><span class="o">.</span><span class="n">sample_metadata</span><span class="p">(</span><span class="n">sample_query</span><span class="o">=</span><span class="s2">&quot;year &gt;= 0&quot;</span><span class="p">)</span>
417+
</pre></div>
418+
</div>
419+
</section>
408420
</dd></dl>
409421

410422
</section>

latest/generated/malariagen_data.ag3.Ag3.sample_metadata.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,18 @@ <h2>Returns<a class="headerlink" href="#returns" title="Link to this heading">#<
405405
</dd>
406406
</dl>
407407
</section>
408+
<section id="notes">
409+
<h2>Notes<a class="headerlink" href="#notes" title="Link to this heading">#</a></h2>
410+
<p>Some samples in the dataset are lab crosses — mosquitoes bred in the
411+
laboratory that have no real collection date. These samples use
412+
<code class="docutils literal notranslate"><span class="pre">year=-1</span></code> and <code class="docutils literal notranslate"><span class="pre">month=-1</span></code> as sentinel values. They may cause
413+
unexpected results in date-based analyses (e.g., <code class="docutils literal notranslate"><span class="pre">pd.to_datetime</span></code>
414+
will fail on negative year values).</p>
415+
<p>To exclude lab cross samples, use:</p>
416+
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">df</span> <span class="o">=</span> <span class="n">api</span><span class="o">.</span><span class="n">sample_metadata</span><span class="p">(</span><span class="n">sample_query</span><span class="o">=</span><span class="s2">&quot;year &gt;= 0&quot;</span><span class="p">)</span>
417+
</pre></div>
418+
</div>
419+
</section>
408420
</dd></dl>
409421

410422
</section>

latest/generated/malariagen_data.amin1.Amin1.sample_metadata.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,18 @@ <h2>Returns<a class="headerlink" href="#returns" title="Link to this heading">#<
405405
</dd>
406406
</dl>
407407
</section>
408+
<section id="notes">
409+
<h2>Notes<a class="headerlink" href="#notes" title="Link to this heading">#</a></h2>
410+
<p>Some samples in the dataset are lab crosses — mosquitoes bred in the
411+
laboratory that have no real collection date. These samples use
412+
<code class="docutils literal notranslate"><span class="pre">year=-1</span></code> and <code class="docutils literal notranslate"><span class="pre">month=-1</span></code> as sentinel values. They may cause
413+
unexpected results in date-based analyses (e.g., <code class="docutils literal notranslate"><span class="pre">pd.to_datetime</span></code>
414+
will fail on negative year values).</p>
415+
<p>To exclude lab cross samples, use:</p>
416+
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">df</span> <span class="o">=</span> <span class="n">api</span><span class="o">.</span><span class="n">sample_metadata</span><span class="p">(</span><span class="n">sample_query</span><span class="o">=</span><span class="s2">&quot;year &gt;= 0&quot;</span><span class="p">)</span>
417+
</pre></div>
418+
</div>
419+
</section>
408420
</dd></dl>
409421

410422
</section>

latest/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)