mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 20:57:56 +08:00
110 lines
4.6 KiB
HTML
110 lines
4.6 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en-US">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
||
<!-- Begin Jekyll SEO tag v2.5.0 -->
|
||
<title>Index | cellxgene</title>
|
||
<meta name="generator" content="Jekyll v3.8.5" />
|
||
<meta property="og:title" content="Index" />
|
||
<meta property="og:locale" content="en_US" />
|
||
<meta name="description" content="An interactive explorer for single-cell transcriptomics data" />
|
||
<meta property="og:description" content="An interactive explorer for single-cell transcriptomics data" />
|
||
<link rel="canonical" href="http://localhost:4000/" />
|
||
<meta property="og:url" content="http://localhost:4000/" />
|
||
<meta property="og:site_name" content="cellxgene" />
|
||
<script type="application/ld+json">
|
||
{"description":"An interactive explorer for single-cell transcriptomics data","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/cellxgene-logo.svg"}},"@type":"WebSite","url":"http://localhost:4000/","name":"cellxgene","headline":"Index","@context":"http://schema.org"}</script>
|
||
<!-- End Jekyll SEO tag -->
|
||
|
||
<link rel="stylesheet" href="/assets/css/style.css?v=d12c1b6de7e247cdbabc4ce83364f9ea50978892">
|
||
<!--[if lt IE 9]>
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||
<![endif]-->
|
||
</head>
|
||
<body>
|
||
<div class="wrapper">
|
||
<header>
|
||
<img src="/cellxgene-logo.svg" alt="cellxgene" />
|
||
|
||
<p>An interactive explorer for single-cell transcriptomics data</p>
|
||
<p>
|
||
|
||
<a href="/" class="btn">Quick start</a><br>
|
||
|
||
<a href="/posts/gallery" class="btn">Gallery</a><br>
|
||
|
||
<a href="/posts/install" class="btn">Installation</a><br>
|
||
|
||
<a href="/posts/demo-data" class="btn">Demo datasets</a><br>
|
||
|
||
<a href="/posts/prepare" class="btn">Preparing your data</a><br>
|
||
|
||
<a href="/posts/launch" class="btn">Launching cellxgene</a><br>
|
||
|
||
<a href="/posts/hosted" class="btn">Hosting cellxgene</a><br>
|
||
|
||
<a href="/posts/contribute" class="btn">Contributing (ideas or code)</a><br>
|
||
|
||
<a href="/posts/methods" class="btn">Methods</a><br>
|
||
|
||
<a href="/posts/faq" class="btn">FAQ</a><br>
|
||
|
||
<a href="/posts/roadmap" class="btn">Roadmap</a><br>
|
||
|
||
<a href="/posts/contact" class="btn">Contact & finding help</a><br>
|
||
|
||
|
||
|
||
<a href="https://github.com/chanzuckerberg/cellxgene" class="btn" target="_blank">Code</a>
|
||
|
||
</p>
|
||
</header>
|
||
|
||
<section>
|
||
<h1 id="quick-start">Quick start</h1>
|
||
|
||
<p>Whether you need to visualize one thousand cells or one million, cellxgene helps you gain insight into your single-cell data.</p>
|
||
|
||
<p>To install cellxgene you need Python 3.6+. We recommend <a href="/faq.html#how-do-i-create-a-python-environment-for-cellxgene">installing cellxgene into a conda or virtual environment.</a></p>
|
||
|
||
<p>Install the package.</p>
|
||
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>pip install cellxgene
|
||
</code></pre></div></div>
|
||
|
||
<p>Download an example <a href="https://anndata.readthedocs.io/en/latest/">anndata</a> file</p>
|
||
|
||
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>curl <span class="nt">-o</span> tabula-muris.h5ad https://cellxgene-example-data.czi.technology/tabula-muris.h5ad.zip
|
||
unzip tabula-muris.h5ad.zip
|
||
</code></pre></div></div>
|
||
|
||
<p>Launch cellxgene</p>
|
||
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>cellxgene launch tabula-muris.h5ad <span class="nt">--open</span>
|
||
</code></pre></div></div>
|
||
|
||
<p>To explore more datasets already formatted for cellxgene, check out the <a href="demo-data">Demo data</a> or
|
||
see <a href="prepare">Preparing your data</a> to learn more about formatting your own
|
||
data for cellxgene.</p>
|
||
|
||
<h1 id="getting-help">Getting help</h1>
|
||
|
||
<p>We’d love to hear from you!</p>
|
||
|
||
<p>For questions, suggestions, or accolades, <a href="https://join-cellxgene-users.herokuapp.com/">join the <code class="highlighter-rouge">#cellxgene-users</code> channel on the CZI Science Slack</a> and say “hi!”.</p>
|
||
|
||
<p>For any errors, <a href="https://github.com/chanzuckerberg/cellxgene/issues">report bugs on Github</a>.</p>
|
||
|
||
</section>
|
||
<footer>
|
||
|
||
<p>This project is maintained by <a href="https://github.com/chanzuckerberg">chanzuckerberg</a></p>
|
||
|
||
</footer>
|
||
</div>
|
||
<script src="/assets/js/scale.fix.js"></script>
|
||
|
||
</body>
|
||
</html>
|