Skip to content

Commit

Permalink
deploy: 2fee9ff
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Mar 20, 2024
1 parent 3b410b5 commit 6c3c66d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Below is a function that can be used to load specific genes from the from the full set of data in the WHB dataset. Adjust the chunk size down if you find your system still running out of memory. Additionally, reduce the number of genes if you still have issues. Note that the funciton can load either the raw expression data or the log2 data. The full code of this function can be found [here](https://github.com/AllenInstitute/abc_atlas_access/blob/4c4a7dfb124971b543de2cb737d059e7cabd620a/src/abc_atlas_access/abc_atlas_cache/anndata_utils.py#L9)"
"Below is a function that can be used to load specific genes from the from the full set of data in the WHB dataset. Adjust the chunk size down if you find your system still running out of memory. Additionally, reduce the number of genes if you still have issues. Note that the funciton can load either the raw expression data or the log2 data. The full code of this function can be found [here](https://github.com/AllenInstitute/abc_atlas_access/blob/7a53a08cff0f07e9b67911c0db04fa6932fa6e9d/src/abc_atlas_access/abc_atlas_cache/anndata_utils.py#L9)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion _sources/notebooks/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
}
],
"source": [
"pip install -U git+https://github.com/alleninstitute/abc_atlas_access@u/morriscb/updateJupyterBook"
"pip install -U git+https://github.com/alleninstitute/abc_atlas_access"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/general_accessing_10x_snRNASeq_tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ <h3>Loading specific genes from the data<a class="headerlink" href="#loading-spe
</div>
</div>
</div>
<p>Below is a function that can be used to load specific genes from the from the full set of data in the WHB dataset. Adjust the chunk size down if you find your system still running out of memory. Additionally, reduce the number of genes if you still have issues. Note that the funciton can load either the raw expression data or the log2 data. The full code of this function can be found <a class="reference external" href="https://github.com/AllenInstitute/abc_atlas_access/blob/4c4a7dfb124971b543de2cb737d059e7cabd620a/src/abc_atlas_access/abc_atlas_cache/anndata_utils.py#L9">here</a></p>
<p>Below is a function that can be used to load specific genes from the from the full set of data in the WHB dataset. Adjust the chunk size down if you find your system still running out of memory. Additionally, reduce the number of genes if you still have issues. Note that the funciton can load either the raw expression data or the log2 data. The full code of this function can be found <a class="reference external" href="https://github.com/AllenInstitute/abc_atlas_access/blob/7a53a08cff0f07e9b67911c0db04fa6932fa6e9d/src/abc_atlas_access/abc_atlas_cache/anndata_utils.py#L9">here</a></p>
<div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="o">?</span>get_gene_data
Expand Down
2 changes: 1 addition & 1 deletion notebooks/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ <h1>Getting started<a class="headerlink" href="#getting-started" title="Permalin
<p>Below we install the python library we will be using throughout to this python enviroment.</p>
<div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">-</span><span class="n">U</span> <span class="n">git</span><span class="o">+</span><span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">github</span><span class="o">.</span><span class="n">com</span><span class="o">/</span><span class="n">alleninstitute</span><span class="o">/</span><span class="n">abc_atlas_access</span><span class="nd">@u</span><span class="o">/</span><span class="n">morriscb</span><span class="o">/</span><span class="n">updateJupyterBook</span>
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">-</span><span class="n">U</span> <span class="n">git</span><span class="o">+</span><span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">github</span><span class="o">.</span><span class="n">com</span><span class="o">/</span><span class="n">alleninstitute</span><span class="o">/</span><span class="n">abc_atlas_access</span>
</pre></div>
</div>
</div>
Expand Down

0 comments on commit 6c3c66d

Please sign in to comment.