-
Notifications
You must be signed in to change notification settings - Fork 2
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
0 parents
commit 67ca7ca
Showing
183 changed files
with
36,905 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: b166a8e1a7174f2f271c4fedbf24b46e | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
262 changes: 262 additions & 0 deletions
262
.ipynb_checkpoints/Outbreak_data Functions-checkpoint.html
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,262 @@ | ||
|
||
|
||
<!DOCTYPE html> | ||
<html class="writer-html5" lang="en" > | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<title>get_outbreak_data() — Python Outbreak.info API 0.1 documentation</title> | ||
|
||
|
||
|
||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" /> | ||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> | ||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> | ||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" /> | ||
<link rel="stylesheet" href="../_static/custom.css" type="text/css" /> | ||
<link rel="stylesheet" href="../_static/fonts.css" type="text/css" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!--[if lt IE 9]> | ||
<script src="../_static/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
||
|
||
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> | ||
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script> | ||
<script src="../_static/jquery.js"></script> | ||
<script src="../_static/underscore.js"></script> | ||
<script src="../_static/doctools.js"></script> | ||
|
||
<script type="text/javascript" src="../_static/js/theme.js"></script> | ||
|
||
|
||
<link rel="index" title="Index" href="../genindex.html" /> | ||
<link rel="search" title="Search" href="../search.html" /> | ||
</head> | ||
|
||
<body class="wy-body-for-nav"> | ||
|
||
|
||
<div class="wy-grid-for-nav"> | ||
|
||
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> | ||
<div class="wy-side-scroll"> | ||
<div class="wy-side-nav-search" > | ||
|
||
|
||
|
||
<a href="../index.html" class="icon icon-home"> Python Outbreak.info API | ||
|
||
|
||
|
||
</a> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search docs" /> | ||
<input type="hidden" name="check_keywords" value="yes" /> | ||
<input type="hidden" name="area" value="default" /> | ||
</form> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
|
||
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="../Cases_by_location.html">cases_by_location(location)</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../Lineage_mutations.html">lineage_mutations(pango_lin, mutation, freq)</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../Prevalence_by_location.html">prevalence_by_location(location, startswith)</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../Global_Prev.html">global_prevalence(pango_lin, mutations, cumulative)</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../Seq_counts.html">sequence_counts(location, cumulative, sub_admin)</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../Mut_By_Lin.html">mutations_by_lineage(mutation, location, pango_lin)</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../auth_setup.html">authenticate_new_user()</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../collection_date.html">collection_date(pango_lin, mutations=None, location=None)</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../mutation_details.html">mutation_details(mutations)</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../daily_lag.html">daily_lag(location=None)</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../id_lookup.html">id_lookup(locations, max_results = 10, table = False)</a></li> | ||
</ul> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="../epidem_analysis.html">Analysis for Epidemiologic Data</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../genomic_analysis.html">Lineage and Mutation Analysis</a></li> | ||
</ul> | ||
|
||
|
||
|
||
</div> | ||
|
||
</div> | ||
</nav> | ||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> | ||
|
||
|
||
<nav class="wy-nav-top" aria-label="top navigation"> | ||
|
||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="../index.html">Python Outbreak.info API</a> | ||
|
||
</nav> | ||
|
||
|
||
<div class="wy-nav-content"> | ||
<div class="git-ribbon"> | ||
<a href="http://github.com/SwissDataScienceCenter" rel="me">Join us on GitHub</a> | ||
</div> | ||
|
||
|
||
<div class="rst-content"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div role="navigation" aria-label="breadcrumbs navigation"> | ||
|
||
<ul class="wy-breadcrumbs"> | ||
|
||
<li><a href="../index.html" class="icon icon-home"></a> »</li> | ||
|
||
<li>get_outbreak_data()</li> | ||
|
||
|
||
<li class="wy-breadcrumbs-aside"> | ||
|
||
|
||
<a href="../_sources/.ipynb_checkpoints/Outbreak_data Functions-checkpoint.rst.txt" rel="nofollow"> View page source</a> | ||
|
||
|
||
</li> | ||
|
||
</ul> | ||
|
||
|
||
<hr/> | ||
</div> | ||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div itemprop="articleBody"> | ||
|
||
<section id="get-outbreak-data"> | ||
<h1>get_outbreak_data()<a class="headerlink" href="#get-outbreak-data" title="Permalink to this headline">¶</a></h1> | ||
<div class="admonition note"> | ||
<p class="admonition-title">Note</p> | ||
<p>This is a hidden function.</p> | ||
</div> | ||
<dl class="py function"> | ||
<dt class="sig sig-object py" id="outbreak_data.get_outbreak_data"> | ||
<span class="sig-prename descclassname"><span class="pre">outbreak_data.</span></span><span class="sig-name descname"><span class="pre">get_outbreak_data</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">endpoint</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">argstring</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">server</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">'api.outbreak.info'</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">auth</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">collect_all</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">False</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">curr_page</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">0</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#outbreak_data.get_outbreak_data" title="Permalink to this definition">¶</a></dt> | ||
<dd><p>Receives raw data using outbreak API.</p> | ||
<dl class="simple"> | ||
<dt>Arguments: </dt><dd><dl class="field-list simple"> | ||
<dt class="field-odd">param endpoint</dt> | ||
<dd class="field-odd"><p>directory in server the data is stored</p> | ||
</dd> | ||
<dt class="field-even">param argstring</dt> | ||
<dd class="field-even"><p>feature arguments to provide to API call</p> | ||
</dd> | ||
<dt class="field-odd">param server</dt> | ||
<dd class="field-odd"><p>Server to request from</p> | ||
</dd> | ||
<dt class="field-even">param auth</dt> | ||
<dd class="field-even"><p>Auth key (defaults to acceptable state)</p> | ||
</dd> | ||
<dt class="field-odd">param collect_all</dt> | ||
<dd class="field-odd"><p>if True, returns all data.</p> | ||
</dd> | ||
<dt class="field-even">param curr_page</dt> | ||
<dd class="field-even"><p>iterator state for paging</p> | ||
</dd> | ||
<dt class="field-odd">return</dt> | ||
<dd class="field-odd"><p>A request object containing the raw data</p> | ||
</dd> | ||
</dl> | ||
</dd> | ||
</dl> | ||
</dd></dl> | ||
|
||
</section> | ||
|
||
|
||
</div> | ||
|
||
</div> | ||
<footer> | ||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<p> | ||
© Copyright . | ||
|
||
</p> | ||
</div> | ||
|
||
|
||
|
||
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a | ||
|
||
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> | ||
|
||
provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
|
||
</footer> | ||
</div> | ||
</div> | ||
|
||
</section> | ||
|
||
</div> | ||
|
||
|
||
<script type="text/javascript"> | ||
jQuery(function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}); | ||
</script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.