<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />


<meta name="author" content="Lambda Moses" />

<meta name="date" content="2019-02-02" />

<title>Processing kallisto bus Output (10x v3 chemistry)</title>

<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/cosmo.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<script src="site_libs/jqueryui-1.11.4/jquery-ui.min.js"></script>
<link href="site_libs/tocify-1.9.1/jquery.tocify.css" rel="stylesheet" />
<script src="site_libs/tocify-1.9.1/jquery.tocify.js"></script>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/highlightjs-9.12.0/textmate.css" rel="stylesheet" />
<script src="site_libs/highlightjs-9.12.0/highlight.js"></script>
<link href="site_libs/font-awesome-5.1.0/css/all.css" rel="stylesheet" />
<link href="site_libs/font-awesome-5.1.0/css/v4-shims.css" rel="stylesheet" />

<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
  pre:not([class]) {
    background-color: white;
  }
</style>
<script type="text/javascript">
if (window.hljs) {
  hljs.configure({languages: []});
  hljs.initHighlightingOnLoad();
  if (document.readyState && document.readyState === "complete") {
    window.setTimeout(function() { hljs.initHighlighting(); }, 0);
  }
}
</script>



<style type="text/css">
h1 {
  font-size: 34px;
}
h1.title {
  font-size: 38px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}
.table th:not([align]) {
  text-align: left;
}
</style>


</head>

<body>

<style type = "text/css">
.main-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
code {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.04);
}
img {
  max-width:100%;
  height: auto;
}
.tabbed-pane {
  padding-top: 12px;
}
.html-widget {
  margin-bottom: 20px;
}
button.code-folding-btn:focus {
  outline: none;
}
summary {
  display: list-item;
}
</style>


<style type="text/css">
/* padding for bootstrap navbar */
body {
  padding-top: 51px;
  padding-bottom: 40px;
}
/* offset scroll position for anchor links (for fixed navbar)  */
.section h1 {
  padding-top: 56px;
  margin-top: -56px;
}
.section h2 {
  padding-top: 56px;
  margin-top: -56px;
}
.section h3 {
  padding-top: 56px;
  margin-top: -56px;
}
.section h4 {
  padding-top: 56px;
  margin-top: -56px;
}
.section h5 {
  padding-top: 56px;
  margin-top: -56px;
}
.section h6 {
  padding-top: 56px;
  margin-top: -56px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
</style>

<script>
// manage active state of menu based on current page
$(document).ready(function () {
  // active menu anchor
  href = window.location.pathname
  href = href.substr(href.lastIndexOf('/') + 1)
  if (href === "")
    href = "index.html";
  var menuAnchor = $('a[href="' + href + '"]');

  // mark it active
  menuAnchor.parent().addClass('active');

  // if it's got a parent navbar menu mark it active as well
  menuAnchor.closest('li.dropdown').addClass('active');
});
</script>

<div class="container-fluid main-container">

<!-- tabsets -->

<style type="text/css">
.tabset-dropdown > .nav-tabs {
  display: inline-table;
  max-height: 500px;
  min-height: 44px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.tabset-dropdown > .nav-tabs > li.active:before {
  content: "";
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  padding: 10px;
  border-right: 1px solid #ddd;
}

.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
  content: "&#xe258;";
  border: none;
}

.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
  content: "";
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  padding: 10px;
  border-right: 1px solid #ddd;
}

.tabset-dropdown > .nav-tabs > li.active {
  display: block;
}

.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
  border: none;
  display: inline-block;
  border-radius: 4px;
}

.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
  display: block;
  float: none;
}

.tabset-dropdown > .nav-tabs > li {
  display: none;
}
</style>

<script>
$(document).ready(function () {
  window.buildTabsets("TOC");
});

$(document).ready(function () {
  $('.tabset-dropdown > .nav-tabs > li').click(function () {
    $(this).parent().toggleClass('nav-tabs-open')
  });
});
</script>

<!-- code folding -->



<script>
$(document).ready(function ()  {

    // move toc-ignore selectors from section div to header
    $('div.section.toc-ignore')
        .removeClass('toc-ignore')
        .children('h1,h2,h3,h4,h5').addClass('toc-ignore');

    // establish options
    var options = {
      selectors: "h1,h2,h3",
      theme: "bootstrap3",
      context: '.toc-content',
      hashGenerator: function (text) {
        return text.replace(/[.\\/?&!#<>]/g, '').replace(/\s/g, '_').toLowerCase();
      },
      ignoreSelector: ".toc-ignore",
      scrollTo: 0
    };
    options.showAndHide = true;
    options.smoothScroll = true;

    // tocify
    var toc = $("#TOC").tocify(options).data("toc-tocify");
});
</script>

<style type="text/css">

#TOC {
  margin: 25px 0px 20px 0px;
}
@media (max-width: 768px) {
#TOC {
  position: relative;
  width: 100%;
}
}


.toc-content {
  padding-left: 30px;
  padding-right: 40px;
}

div.main-container {
  max-width: 1200px;
}

div.tocify {
  width: 20%;
  max-width: 260px;
  max-height: 85%;
}

@media (min-width: 768px) and (max-width: 991px) {
  div.tocify {
    width: 25%;
  }
}

@media (max-width: 767px) {
  div.tocify {
    width: 100%;
    max-width: none;
  }
}

.tocify ul, .tocify li {
  line-height: 20px;
}

.tocify-subheader .tocify-item {
  font-size: 0.90em;
  padding-left: 25px;
  text-indent: 0;
}

.tocify .list-group-item {
  border-radius: 0px;
}


</style>

<!-- setup 3col/9col grid for toc_float and main content  -->
<div class="row-fluid">
<div class="col-xs-12 col-sm-4 col-md-3">
<div id="TOC" class="tocify">
</div>
</div>

<div class="toc-content col-xs-12 col-sm-8 col-md-9">




<div class="navbar navbar-default  navbar-fixed-top" role="navigation">
  <div class="container">
    <div class="navbar-header">
      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
      </button>
      <a class="navbar-brand" href="index.html">BUS Notebooks R</a>
    </div>
    <div id="navbar" class="navbar-collapse collapse">
      <ul class="nav navbar-nav">
        <li>
  <a href="index.html">Home</a>
</li>
<li>
  <a href="about.html">About</a>
</li>
<li>
  <a href="license.html">License</a>
</li>
      </ul>
      <ul class="nav navbar-nav navbar-right">
        <li>
  <a href="https://github.com/BUStools/BUS_notebooks_R">
    <span class="fa fa-github"></span>
     
  </a>
</li>
      </ul>
    </div><!--/.nav-collapse -->
  </div><!--/.container -->
</div><!--/.navbar -->

<!-- Add a small amount of space between sections. -->
<style type="text/css">
div.section {
  padding-top: 12px;
}
</style>

<div class="fluid-row" id="header">



<h1 class="title toc-ignore">Processing kallisto bus Output (10x v3 chemistry)</h1>
<h4 class="author"><em>Lambda Moses</em></h4>
<h4 class="date"><em>2019-02-02</em></h4>

</div>


<p><strong>Last updated:</strong> 2019-02-02</p>
<strong>workflowr checks:</strong> <small>(Click a bullet for more information)</small>
<ul>
<li>
<p><details> <summary> <strong style="color:blue;">✔</strong> <strong>R Markdown file:</strong> up-to-date </summary></p>
<p>Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.</p>
</details>
</li>
<li>
<p><details> <summary> <strong style="color:blue;">✔</strong> <strong>Environment:</strong> empty </summary></p>
<p>Great job! The global environment was empty. Objects defined in the global environment can affect the analysis in your R Markdown file in unknown ways. For reproduciblity it’s best to always run the code in an empty environment.</p>
</details>
</li>
<li>
<p><details> <summary> <strong style="color:blue;">✔</strong> <strong>Seed:</strong> <code>set.seed(20181214)</code> </summary></p>
<p>The command <code>set.seed(20181214)</code> was run prior to running the code in the R Markdown file. Setting a seed ensures that any results that rely on randomness, e.g. subsampling or permutations, are reproducible.</p>
</details>
</li>
<li>
<p><details> <summary> <strong style="color:blue;">✔</strong> <strong>Session information:</strong> recorded </summary></p>
<p>Great job! Recording the operating system, R version, and package versions is critical for reproducibility.</p>
</details>
</li>
<li>
<p><details> <summary> <strong style="color:blue;">✔</strong> <strong>Repository version:</strong> <a href="https://github.com/BUStools/BUS_notebooks_R/tree/c7ecb569798bcd9bc6bd40eb052540dc65e39d71" target="_blank">c7ecb56</a> </summary></p>
Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility. The version displayed above was the version of the Git repository at the time these results were generated. <br><br> Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use <code>wflow_publish</code> or <code>wflow_git_commit</code>). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:
<pre><code>
Ignored files:
    Ignored:    .Rhistory
    Ignored:    .Rproj.user/
    Ignored:    BUSpaRse_notebooks.Rproj
    Ignored:    analysis/10xv2_cache/
    Ignored:    analysis/10xv3_cache/
    Ignored:    data/fastqs/
    Ignored:    data/hgmm_100_fastqs.tar
    Ignored:    data/hgmm_1k_fastqs.tar
    Ignored:    data/hgmm_1k_v3_fastqs.tar
    Ignored:    data/hgmm_1k_v3_fastqs/
    Ignored:    data/hs_cdna.fa.gz
    Ignored:    data/mm_cdna.fa.gz
    Ignored:    data/whitelist_v2.txt
    Ignored:    data/whitelist_v3.txt.gz
    Ignored:    output/hs_mm_tr_index.idx
    Ignored:    output/out_hgmm100/
    Ignored:    output/out_hgmm1k/
    Ignored:    output/out_hgmm1k_v3/

</code></pre>
Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes. </details>
</li>
</ul>
<details> <summary> <small><strong>Expand here to see past versions:</strong></small> </summary>
<ul>
<table style="border-collapse:separate; border-spacing:5px;">
<thead>
<tr>
<th style="text-align:left;">
File
</th>
<th style="text-align:left;">
Version
</th>
<th style="text-align:left;">
Author
</th>
<th style="text-align:left;">
Date
</th>
<th style="text-align:left;">
Message
</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left;">
html
</td>
<td style="text-align:left;">
<a href="https://cdn.rawgit.com/BUStools/BUS_notebooks_R/85a5770b53befbfc968af9e488b546e123a8eab6/docs/10xv3.html" target="_blank">85a5770</a>
</td>
<td style="text-align:left;">
Lambda Moses
</td>
<td style="text-align:left;">
2018-12-14
</td>
<td style="text-align:left;">
Build site.
</td>
</tr>
<tr>
<td style="text-align:left;">
Rmd
</td>
<td style="text-align:left;">
<a href="https://github.com/BUStools/BUS_notebooks_R/blob/ca1d6ce5bd620c25609b92c6d098229c1b713bb6/analysis/10xv3.Rmd" target="_blank">ca1d6ce</a>
</td>
<td style="text-align:left;">
Lambda Moses
</td>
<td style="text-align:left;">
2018-12-14
</td>
<td style="text-align:left;">
Clean up
</td>
</tr>
<tr>
<td style="text-align:left;">
html
</td>
<td style="text-align:left;">
<a href="https://cdn.rawgit.com/BUStools/BUS_notebooks_R/6276894f775df80018e05467e79c54a750722e4f/docs/10xv3.html" target="_blank">6276894</a>
</td>
<td style="text-align:left;">
Lambda Moses
</td>
<td style="text-align:left;">
2018-12-14
</td>
<td style="text-align:left;">
Build site.
</td>
</tr>
<tr>
<td style="text-align:left;">
html
</td>
<td style="text-align:left;">
<a href="https://cdn.rawgit.com/BUStools/BUS_notebooks_R/166854fe0508a3781bd961e329b843464151201e/docs/10xv3.html" target="_blank">166854f</a>
</td>
<td style="text-align:left;">
Lambda Moses
</td>
<td style="text-align:left;">
2018-12-14
</td>
<td style="text-align:left;">
Build site.
</td>
</tr>
<tr>
<td style="text-align:left;">
Rmd
</td>
<td style="text-align:left;">
<a href="https://github.com/BUStools/BUS_notebooks_R/blob/ef5cfc5bd78a314089158309ce9ee482384d549b/analysis/10xv3.Rmd" target="_blank">ef5cfc5</a>
</td>
<td style="text-align:left;">
Lambda Moses
</td>
<td style="text-align:left;">
2018-12-14
</td>
<td style="text-align:left;">
Corrected stated file size
</td>
</tr>
<tr>
<td style="text-align:left;">
html
</td>
<td style="text-align:left;">
<a href="https://cdn.rawgit.com/BUStools/BUS_notebooks_R/e0e7d0a7267201f05098eb6245cf9e754646c3de/docs/10xv3.html" target="_blank">e0e7d0a</a>
</td>
<td style="text-align:left;">
Lambda Moses
</td>
<td style="text-align:left;">
2018-12-14
</td>
<td style="text-align:left;">
Build site.
</td>
</tr>
<tr>
<td style="text-align:left;">
Rmd
</td>
<td style="text-align:left;">
<a href="https://github.com/BUStools/BUS_notebooks_R/blob/aab422a6b0dc03205e25c321268bf0959dd4d69c/analysis/10xv3.Rmd" target="_blank">aab422a</a>
</td>
<td style="text-align:left;">
Lambda Moses
</td>
<td style="text-align:left;">
2018-12-14
</td>
<td style="text-align:left;">
Added 10xv3 notebook
</td>
</tr>
</tbody>
</table>
</ul>
<p></details></p>
<hr />
<p>In this vignette, we process fastq data from scRNA-seq (10x v3 chemistry) to make a sparse matrix that can be used in downstream analysis. In this vignette, we will start that standard downstream analysis with <code>Seurat</code>. To download this notebook, please visit the <a href="https://github.com/BUStools/BUS_notebooks_R/blob/master/analysis/10xv3.Rmd">GitHub repo</a>.</p>
<p>This notebooks uses the R package <code>BUSpaRse</code>, which is not yet on CRAN or Bioconductor. Installation installation of the package is on the <a href="https://github.com/BUStools/BUSpaRse">readme page of its GitHub repo</a>.</p>
<div id="download-data" class="section level2">
<h2>Download data</h2>
<p>The data set we are using here is 1k 1:1 Mixture of Fresh Frozen Human (HEK293T) and Mouse (NIH3T3) Cells from the 10x website. First, we download the fastq files (4.54 GB).</p>
<pre class="r"><code>download.file(&quot;http://cf.10xgenomics.com/samples/cell-exp/3.0.0/hgmm_1k_v3/hgmm_1k_v3_fastqs.tar&quot;, destfile = &quot;./data/hgmm_1k_v3_fastqs.tar&quot;, quiet = TRUE)</code></pre>
<p>Then untar this file</p>
<pre class="bash"><code>cd ./data
tar -xvf ./hgmm_1k_v3_fastqs.tar</code></pre>
<pre><code>#&gt; hgmm_1k_v3_fastqs/
#&gt; hgmm_1k_v3_fastqs/hgmm_1k_v3_S1_L001_R2_001.fastq.gz
#&gt; hgmm_1k_v3_fastqs/hgmm_1k_v3_S1_L002_I1_001.fastq.gz
#&gt; hgmm_1k_v3_fastqs/hgmm_1k_v3_S1_L001_R1_001.fastq.gz
#&gt; hgmm_1k_v3_fastqs/hgmm_1k_v3_S1_L002_R1_001.fastq.gz
#&gt; hgmm_1k_v3_fastqs/hgmm_1k_v3_S1_L002_R2_001.fastq.gz
#&gt; hgmm_1k_v3_fastqs/hgmm_1k_v3_S1_L001_I1_001.fastq.gz</code></pre>
</div>
<div id="install-devel-branch-of-kallisto" class="section level2">
<h2>Install devel branch of kallisto</h2>
<p>Here we use <a href="https://pachterlab.github.io/kallisto/starting"><code>kallisto</code></a> to pseudoalign the reads to the transcriptome and then to create the <code>bus</code> file to be converted to a sparse matrix.</p>
<p>Note that for 10x v3 chemistry, we need the development branch of <code>kallisto</code>; 10xv3 is not supported by the current release version. See <a href="https://pachterlab.github.io/kallisto/source">this link</a> for an instruction to build <code>kallisto</code> from source. I will also demonstrate how to install the development version here:</p>
<pre class="bash"><code>cd ~
git clone https://github.com/pachterlab/kallisto.git
cd kallisto
# Switch to devel branch
git checkout devel
# Run autoconf, only done once, not run again when you recompile
cd ext/htslib
autoheader
autoconf
# Get back to kallisto root directory
cd ../..
# Build kallisto
mkdir build
cd build
# Run cmake
cmake -DCMAKE_INSTALL_PREFIX=&lt;where you want the kallisto binary to be&gt; ..
make
make install</code></pre>
<p>Note that if you installed the development version of <code>kallisto</code> in your personal directory (if you don’t have root privilege), you need to add the directory with the binary of the development version to the environment variable <code>PATH</code> and add the directory containing any dynamic library dependency to the environment variable <code>LD_LIBRARY_PATH</code> (e.g. <code>~/anaconda3/lib</code>, if you used <code>conda</code> to install the package). If you see error like <code>unable to load dynamic library, libhdf5.so.103 not found</code>, while you are sure that you have installed <code>hdf5</code>, then you should find <code>libhdf5.so.103</code> and add the directory containing it to <code>LD_LIBRARY_PATH</code>.</p>
<p>How to add something to a variable in <code>bash</code>? For example, in each <code>bash</code> chunk in RStudio:</p>
<pre class="bash"><code>export PATH=$PATH:/home/lambda/mylibs/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/lambda/miniconda3/lib
# Other bash commands...</code></pre>
<p>The <code>$PATH</code> means the existing content of the environment variable <code>PATH</code>, and here we are adding something new to the existing content, without overwriting the existing content. The same applies for <code>LD_LIBRARY_PATH</code>.</p>
<p>In RStudio, each <code>bash</code> chunk is a separate session, so you will need to add those directories to <code>PATH</code> and <code>LD_LIBRARY_PATH</code> in every single <code>bash</code> chunk, which is quite annoying. Also note that, if you use Linux, while every time you log in, the file <code>.bashrc</code> is sourced, adding non-default directories to variables like <code>PATH</code>, the <code>bash</code> chunks in R are not affected by this. The <code>PATH</code> and other variables are different from those you see in the terminal outside RStudio. So you will have to <code>source ~/.bashrc</code> in every single <code>bash chunk</code>, which is also quite annoying.</p>
<p>A way to work around this is to create a file in your home directory called <code>.Renviron</code>, such as in Linux terminal, with <code>vim .Renviron</code>. Alternatively, you can use in R <code>file.create(&quot;~/.Renviron&quot;)</code>, and then open that file in RStudio to edit it. Then add all the paths to command line tools you want R to find there. Then restart the R session; the <code>.Renviron</code> file is sourced when R starts up. Below is the content of my <code>.Renviron</code>:</p>
<pre class="bash"><code>PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/home/lambda/mylibs/bin
LD_LIBRARY_PATH=/home/lambda/mylibs/lib:/home/lambda/mylibs/lib64:/usr/lib:/usr/lib64:/home/lambda/miniconda3/lib</code></pre>
<p>You can see the numerous paths in my personal directory added to the environment variables. Perhaps there’s a better way, but so far, this works. The default version of <code>kallisto</code> in the server of our group is the release version, so for the rest of the notebook, the path <code>~/mylibs/bin</code> signifies the devel version.</p>
</div>
<div id="build-the-kallisto-index" class="section level2">
<h2>Build the <code>kallisto</code> index</h2>
<p>The first step of the <code>kallisto</code> pipeline is to build an index of the transcriptome. This data set has both human and mouse cells, so we need both human and mouse transcriptomes.</p>
<pre class="r"><code># Human transcriptome
download.file(&quot;ftp://ftp.ensembl.org/pub/release-94/fasta/homo_sapiens/cdna/Homo_sapiens.GRCh38.cdna.all.fa.gz&quot;, &quot;./data/hs_cdna.fa.gz&quot;, quiet = TRUE)
# Mouse transcriptome
download.file(&quot;ftp://ftp.ensembl.org/pub/release-94/fasta/mus_musculus/cdna/Mus_musculus.GRCm38.cdna.all.fa.gz&quot;, &quot;./data/mm_cdna.fa.gz&quot;, quiet = TRUE)</code></pre>
<pre class="bash"><code>~/mylibs/bin/kallisto version</code></pre>
<pre><code>#&gt; kallisto, version 0.45.0</code></pre>
<p>Actually, we don’t need to unzip the fasta files</p>
<pre class="bash"><code>~/mylibs/bin/kallisto index -i ./output/hs_mm_tr_index.idx ./data/hs_cdna.fa.gz ./data/mm_cdna.fa.gz</code></pre>
<pre><code>#&gt; 
#&gt; [build] loading fasta file ./data/hs_cdna.fa.gz
#&gt; [build] loading fasta file ./data/mm_cdna.fa.gz
#&gt; [build] k-mer length: 31
#&gt; [build] warning: clipped off poly-A tail (longer than 10)
#&gt;         from 2071 target sequences
#&gt; [build] warning: replaced 8 non-ACGUT characters in the input sequence
#&gt;         with pseudorandom nucleotides
#&gt; [build] counting k-mers ... done.
#&gt; [build] building target de Bruijn graph ...  done 
#&gt; [build] creating equivalence classes ...  done
#&gt; [build] target de Bruijn graph has 2138563 contigs and contains 206125466 k-mers</code></pre>
</div>
<div id="run-kallisto-bus" class="section level2">
<h2>Run <code>kallisto bus</code></h2>
<p>Here we will generate the bus file. These are the technologies supported by <code>kallisto bus</code>:</p>
<pre class="r"><code>system(&quot;~/mylibs/bin/kallisto bus --list&quot;, intern = TRUE)</code></pre>
<pre><code>#&gt; Warning in system(&quot;~/mylibs/bin/kallisto bus --list&quot;, intern = TRUE):
#&gt; running command &#39;~/mylibs/bin/kallisto bus --list&#39; had status 1</code></pre>
<pre><code>#&gt;  [1] &quot;List of supported single-cell technologies&quot;
#&gt;  [2] &quot;&quot;                                          
#&gt;  [3] &quot;short name       description&quot;              
#&gt;  [4] &quot;----------       -----------&quot;              
#&gt;  [5] &quot;10xv1            10x version 1 chemistry&quot;  
#&gt;  [6] &quot;10xv2            10x version 2 chemistry&quot;  
#&gt;  [7] &quot;10xv3            10x version 3 chemistry&quot;  
#&gt;  [8] &quot;CELSeq           CEL-Seq&quot;                  
#&gt;  [9] &quot;CELSeq2          CEL-Seq version 2&quot;        
#&gt; [10] &quot;DropSeq          DropSeq&quot;                  
#&gt; [11] &quot;inDrops          inDrops&quot;                  
#&gt; [12] &quot;SCRBSeq          SCRB-Seq&quot;                 
#&gt; [13] &quot;SureCell         SureCell for ddSEQ&quot;       
#&gt; [14] &quot;&quot;                                          
#&gt; attr(,&quot;status&quot;)
#&gt; [1] 1</code></pre>
<p>Here we see 10xv3 support. Here we have 2 samples. Each sample has 3 files: <code>I1</code> means sample index, <code>R1</code> means barcode and UMI, and <code>R2</code> means the piece of cDNA. The <code>-i</code> argument specifies the index file we just built. The <code>-o</code> argument specifies the output directory. The <code>-x</code> argument specifies the sequencing technology used to generate this data set. The <code>-t</code> argument specifies the number of threads used.</p>
<pre class="bash"><code>cd ./data
~/mylibs/bin/kallisto bus -i ../output/hs_mm_tr_index.idx \
-o ../output/out_hgmm1k_v3 -x 10xv3 -t8 \
./hgmm_1k_v3_fastqs/hgmm_1k_v3_S1_L001_R1_001.fastq.gz \
./hgmm_1k_v3_fastqs/hgmm_1k_v3_S1_L001_R2_001.fastq.gz \
./hgmm_1k_v3_fastqs/hgmm_1k_v3_S1_L002_R1_001.fastq.gz \
./hgmm_1k_v3_fastqs/hgmm_1k_v3_S1_L002_R2_001.fastq.gz</code></pre>
<pre><code>#&gt; 
#&gt; [index] k-mer length: 31
#&gt; [index] number of targets: 302,896
#&gt; [index] number of k-mers: 206,125,466
#&gt; [index] number of equivalence classes: 1,252,306
#&gt; [quant] will process sample 1: ./hgmm_1k_v3_fastqs/hgmm_1k_v3_S1_L001_R1_001.fastq.gz
#&gt;                                ./hgmm_1k_v3_fastqs/hgmm_1k_v3_S1_L001_R2_001.fastq.gz
#&gt; [quant] will process sample 2: ./hgmm_1k_v3_fastqs/hgmm_1k_v3_S1_L002_R1_001.fastq.gz
#&gt;                                ./hgmm_1k_v3_fastqs/hgmm_1k_v3_S1_L002_R2_001.fastq.gz
#&gt; [quant] finding pseudoalignments for the reads ... done
#&gt; [quant] processed 63,105,786 reads, 46,339,391 reads pseudoaligned</code></pre>
<p>See what are the outputs</p>
<pre class="r"><code>list.files(&quot;./output/out_hgmm1k_v3/&quot;)</code></pre>
<pre><code>#&gt; [1] &quot;matrix.ec&quot;         &quot;output.bus&quot;        &quot;output.sorted&quot;    
#&gt; [4] &quot;output.sorted.txt&quot; &quot;run_info.json&quot;     &quot;transcripts.txt&quot;</code></pre>
</div>
<div id="run-bustools" class="section level2">
<h2>Run <code>BUStools</code></h2>
<p>The <code>output.bus</code> file is a binary. In order to make R parse it, we need to convert it into a sorted text file. There’s a command line tool <a href="https://github.com/BUStools/bustools"><code>bustools</code></a> for this.</p>
<pre class="bash"><code># Sort
bustools sort -o ./output/out_hgmm1k_v3/output.sorted -t8 ./output/out_hgmm1k_v3/output.bus
# Convert sorted file to text
bustools text -o ./output/out_hgmm1k_v3/output.sorted.txt ./output/out_hgmm1k_v3/output.sorted</code></pre>
<pre><code>#&gt; Read in 46339391 number of busrecords
#&gt; All sorted
#&gt; Read in 37838046 number of busrecords</code></pre>
</div>
<div id="map-transcripts-to-genes" class="section level2">
<h2>Map transcripts to genes</h2>
<pre class="r"><code>library(BUSpaRse)</code></pre>
<p>For the sparse matrix, we are interested in how many UMIs per gene per cell, rather than per transcript. Remember in the output of <code>kallisto bus</code>, there’s the file <code>transcripts.txt</code>. Those are the transcripts in the transcriptome index. Now we’ll only keep the transcripts present there and make sure that the transcripts in <code>tr2g</code> are in the same order as those in the index. This function might be a bit slow; what’s slow is the biomart query, not processing data frames.</p>
<p>Note that the function <code>transcript2gene</code> only works for organisms that have gene and transcript IDs in Ensembl, since behind the scene, it’s using biomart to query Ensembl.</p>
<pre class="r"><code>tr2g &lt;- transcript2gene(c(&quot;Homo sapiens&quot;, &quot;Mus musculus&quot;),
                        kallisto_out_path = &quot;./output/out_hgmm1k_v3&quot;)</code></pre>
<pre><code>#&gt; Retrieving data from biomart
#&gt; Sorting</code></pre>
<pre class="r"><code>head(tr2g)</code></pre>
<pre><code>#&gt;           transcript              gene
#&gt; 1: ENST00000434970.2 ENSG00000237235.2
#&gt; 2: ENST00000448914.1 ENSG00000228985.1
#&gt; 3: ENST00000415118.1 ENSG00000223997.1
#&gt; 4: ENST00000631435.1 ENSG00000282253.1
#&gt; 5: ENST00000390583.1 ENSG00000211923.1
#&gt; 6: ENST00000390577.1 ENSG00000211917.1</code></pre>
</div>
<div id="map-ecs-to-genes" class="section level2">
<h2>Map ECs to genes</h2>
<p>The 3rd column in the <code>output.sorted.txt</code> is the equivalence class index of each UMI for each cell barcode. Equivalence class (EC) means the set of transcripts in the transcriptome that the read is compatible to. While in most cases, an EC only has transcripts for the same gene, there are some ECs that have transcripts for different genes. The file in the <code>kallisto bus</code> output, <code>matrix.ec</code>, maps the EC index in <code>output.sorted.txt</code> to sets of line numbers in the transcriptome assembly. That’s why we ensured that the <code>tr2g</code> data frame has the same order as the transcripts in the index.</p>
<pre class="r"><code>genes &lt;- EC2gene(tr2g, &quot;./output/out_hgmm1k_v3&quot;, ncores = 10, verbose = FALSE)</code></pre>
<p>Now for each EC, we have a set of genes the EC is compatible to.</p>
<pre class="r"><code>head(genes)</code></pre>
<pre><code>#&gt; [[1]]
#&gt; [1] &quot;ENSG00000237235.2&quot;
#&gt; 
#&gt; [[2]]
#&gt; [1] &quot;ENSG00000228985.1&quot;
#&gt; 
#&gt; [[3]]
#&gt; [1] &quot;ENSG00000223997.1&quot;
#&gt; 
#&gt; [[4]]
#&gt; [1] &quot;ENSG00000282253.1&quot;
#&gt; 
#&gt; [[5]]
#&gt; [1] &quot;ENSG00000211923.1&quot;
#&gt; 
#&gt; [[6]]
#&gt; [1] &quot;ENSG00000211917.1&quot;</code></pre>
<pre class="r"><code>tail(genes)</code></pre>
<pre><code>#&gt; [[1]]
#&gt; [1] &quot;ENSG00000196418.12&quot; &quot;ENSG00000178199.13&quot; &quot;ENSG00000011523.13&quot;
#&gt; 
#&gt; [[2]]
#&gt; [1] &quot;ENSMUSG00000094044.1&quot;  &quot;ENSMUSG00000028188.13&quot; &quot;ENSMUSG00000066621.12&quot;
#&gt; [4] &quot;ENSMUSG00000115886.1&quot; 
#&gt; 
#&gt; [[3]]
#&gt;  [1] &quot;ENSG00000121413.12&quot; &quot;ENSG00000117115.12&quot; &quot;ENSG00000117475.13&quot;
#&gt;  [4] &quot;ENSG00000248919.7&quot;  &quot;ENSG00000158220.13&quot; &quot;ENSG00000163378.13&quot;
#&gt;  [7] &quot;ENSG00000124568.10&quot; &quot;ENSG00000196417.12&quot; &quot;ENSG00000149311.18&quot;
#&gt; [10] &quot;ENSG00000001561.6&quot;  &quot;ENSG00000167984.17&quot; &quot;ENSG00000071564.14&quot;
#&gt; [13] &quot;ENSG00000240951.1&quot; 
#&gt; 
#&gt; [[4]]
#&gt; [1] &quot;ENSG00000070814.19&quot; &quot;ENSG00000166847.9&quot; 
#&gt; 
#&gt; [[5]]
#&gt;  [1] &quot;ENSG00000135930.13&quot; &quot;ENSG00000204842.15&quot; &quot;ENSG00000141665.12&quot;
#&gt;  [4] &quot;ENSG00000163877.10&quot; &quot;ENSG00000197580.11&quot; &quot;ENSG00000131686.14&quot;
#&gt;  [7] &quot;ENSG00000159023.21&quot; &quot;ENSG00000183323.12&quot; &quot;ENSG00000154310.16&quot;
#&gt; [10] &quot;ENSG00000113558.18&quot; &quot;ENSG00000277868.4&quot; 
#&gt; 
#&gt; [[6]]
#&gt; [1] &quot;ENSG00000077044.10&quot; &quot;ENSG00000187715.13&quot; &quot;ENSG00000165233.17&quot;</code></pre>
</div>
<div id="make-the-sparse-matrix" class="section level2">
<h2>Make the sparse matrix</h2>
<pre class="r"><code>library(data.table)</code></pre>
<p>For 10x, we do have a file with all valid cell barcodes that comes with CellRanger.</p>
<pre class="bash"><code># Copy v3 chemistry whitelist to working directory
cp ~/cellranger-3.0.1/cellranger-cs/3.0.1/lib/python/cellranger/barcodes/3M-february-2018.txt.gz \
./data/whitelist_v3.txt.gz</code></pre>
<pre class="r"><code># Read in the whitelist
whitelist_v3 &lt;- fread(&quot;./data/whitelist_v3.txt.gz&quot;, header = FALSE)$V1
length(whitelist_v3)</code></pre>
<pre><code>#&gt; [1] 6794880</code></pre>
<p>That’s an order of magnitude more than the 737K in v2 chemistry.</p>
<p>Now we have everything we need to make the sparse matrix. This function reads in <code>output.sorted.txt</code> line by line and processes them. It does not do barcode correction for now, so the barcode must exactly match those in the whitelist if one is provided. It took 5 to 6 minutes to construct the sparse matrix in the hgmm6k dataset, which has over 280 million lines in <code>output.sorted.txt</code>, which is over 9GB. Here the data set is smaller, so it’s not taking as long.</p>
<p>Note that the arguments <code>est_ncells</code> (estimated number of cells) and <code>est_ngenes</code> (estimated number of genes) are important. With the estimate, this function reserves memory for the data to be added into, reducing the need of reallocation, which will slow the function down. Since the vast majority of “cells” you get in this sparse matrix are empty droplets rather than cells, please put at least 200 times more “cells” than you actually expect in <code>est_ncells</code>.</p>
<pre class="r"><code>res_mat &lt;- make_sparse_matrix(&quot;./output/out_hgmm1k_v3/output.sorted.txt&quot;,
                              genes = genes, est_ncells = 3e5,
                              est_ngenes = nrow(tr2g),
                              whitelist = whitelist_v3)</code></pre>
<pre><code>#&gt; Reading data
#&gt; Read 5 million lines
#&gt; Read 10 million lines
#&gt; Read 15 million lines
#&gt; Read 20 million lines
#&gt; Read 25 million lines
#&gt; Read 30 million lines
#&gt; Read 35 million lines
#&gt; Constructing sparse matrix</code></pre>
</div>
<div id="explore-the-data" class="section level2">
<h2>Explore the data</h2>
<pre class="r"><code>library(Seurat)
library(tidyverse)
library(parallel)
library(Matrix)</code></pre>
<div id="filter-data" class="section level3">
<h3>Filter data</h3>
<p>Cool, so now we have the sparse matrix. What does it look like?</p>
<pre class="r"><code>dim(res_mat)</code></pre>
<pre><code>#&gt; [1]  51804 416343</code></pre>
<p>That’s way more cells than we expect, which is about 1000. So what’s going on?</p>
<p>How many UMIs per barcode?</p>
<pre class="r"><code>tot_counts &lt;- colSums(res_mat)
summary(tot_counts)</code></pre>
<pre><code>#&gt;      Min.   1st Qu.    Median      Mean   3rd Qu.      Max. 
#&gt;      1.00      1.00      1.00     82.63      4.00 154919.00</code></pre>
<p>The vast majority of “cells” have only a few UMI detected. Those are likely to be spurious. In Seurat’s vignettes, a low cutoff is usually set to the total number of UMIs in a cell, and that depends on the sequencing depth.</p>
<pre class="r"><code>bcs_use &lt;- tot_counts &gt; 650
tot_counts_filtered &lt;- tot_counts[bcs_use]
hist(tot_counts_filtered, breaks = 100, main = &quot;Histogram of nUMI&quot;)</code></pre>
<p><img src="figure/10xv3.Rmd/unnamed-chunk-26-1.png" width="672" style="display: block; margin: auto;" /></p>
<details> <summary><em>Expand here to see past versions of unnamed-chunk-26-1.png:</em></summary>
<table style="border-collapse:separate; border-spacing:5px;">
<thead>
<tr>
<th style="text-align:left;">
Version
</th>
<th style="text-align:left;">
Author
</th>
<th style="text-align:left;">
Date
</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left;">
<a href="https://github.com/BUStools/BUS_notebooks_R/blob/e0e7d0a7267201f05098eb6245cf9e754646c3de/docs/figure/10xv3.Rmd/unnamed-chunk-26-1.png" target="_blank">e0e7d0a</a>
</td>
<td style="text-align:left;">
Lambda Moses
</td>
<td style="text-align:left;">
2018-12-14
</td>
</tr>
</tbody>
</table>
<p></details></p>
<pre class="r"><code># Filter the matrix
res_mat &lt;- res_mat[,bcs_use]
dim(res_mat)</code></pre>
<pre><code>#&gt; [1] 51804  1076</code></pre>
<p>Now this is a more reasonable number of cells.</p>
</div>
<div id="cell-species" class="section level3">
<h3>Cell species</h3>
<p>How many cells are from humans and how many from mice? The number of cells with mixed species indicates doublet rate.</p>
<pre class="r"><code>gene_species &lt;- ifelse(str_detect(rownames(res_mat), &quot;^ENSMUSG&quot;), &quot;mouse&quot;, &quot;human&quot;)
mouse_inds &lt;- gene_species == &quot;mouse&quot;
human_inds &lt;- gene_species == &quot;human&quot;
# mark cells as mouse or human
cell_species &lt;- tibble(n_mouse_umi = colSums(res_mat[mouse_inds,]),
                       n_human_umi = colSums(res_mat[human_inds,]),
                       tot_umi = colSums(res_mat),
                       prop_mouse = n_mouse_umi / tot_umi,
                       prop_human = n_human_umi / tot_umi)</code></pre>
<pre class="r"><code># Classify species based on proportion of UMI
cell_species &lt;- cell_species %&gt;% 
  mutate(species = case_when(
    prop_mouse &gt; 0.9 ~ &quot;mouse&quot;,
    prop_human &gt; 0.9 ~ &quot;human&quot;,
    TRUE ~ &quot;mixed&quot;
  ))</code></pre>
<pre class="r"><code>ggplot(cell_species, aes(n_human_umi, n_mouse_umi, color = species)) +
  geom_point(size = 0.5) +
  theme_bw()</code></pre>
<p><img src="figure/10xv3.Rmd/unnamed-chunk-30-1.png" width="672" style="display: block; margin: auto;" /></p>
<details> <summary><em>Expand here to see past versions of unnamed-chunk-30-1.png:</em></summary>
<table style="border-collapse:separate; border-spacing:5px;">
<thead>
<tr>
<th style="text-align:left;">
Version
</th>
<th style="text-align:left;">
Author
</th>
<th style="text-align:left;">
Date
</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left;">
<a href="https://github.com/BUStools/BUS_notebooks_R/blob/e0e7d0a7267201f05098eb6245cf9e754646c3de/docs/figure/10xv3.Rmd/unnamed-chunk-30-1.png" target="_blank">e0e7d0a</a>
</td>
<td style="text-align:left;">
Lambda Moses
</td>
<td style="text-align:left;">
2018-12-14
</td>
</tr>
</tbody>
</table>
<p></details></p>
<p>Great, looks like the vast majority of cells are not mixed.</p>
<pre class="r"><code>cell_species %&gt;% 
  count(species) %&gt;% 
  mutate(proportion = n / ncol(res_mat))</code></pre>
<pre><code>#&gt; # A tibble: 3 x 3
#&gt;   species     n proportion
#&gt;   &lt;chr&gt;   &lt;int&gt;      &lt;dbl&gt;
#&gt; 1 human     521    0.484  
#&gt; 2 mixed       7    0.00651
#&gt; 3 mouse     548    0.509</code></pre>
<p>Great, only about 0.7% of cells here are doublets, which is lower than the ~1% 10x lists. Also, it seems from the plot that most “doublets” have very few UMIs. Doublet rate tends to be lower when cell concentration is lower. However, doublets can still be formed with cells from the same species.</p>
</div>
<div id="seurat-exploration" class="section level3">
<h3>Seurat exploration</h3>
<p>Note: <a href="https://github.com/satijalab/seurat/tree/release/3.0">Seurat 3.0</a>, which is not yet on CRAN, is used in this notebook.</p>
<pre class="r"><code>seu &lt;- CreateSeuratObject(res_mat, min.cells = 3) %&gt;% 
  NormalizeData(verbose = FALSE) %&gt;% 
  ScaleData(verbose = FALSE) %&gt;% 
  FindVariableFeatures(verbose = FALSE)</code></pre>
<pre class="r"><code># Add species to meta data
seu &lt;- AddMetaData(seu, metadata = cell_species$species, col.name = &quot;species&quot;)</code></pre>
<pre class="r"><code>VlnPlot(seu, c(&quot;nCount_RNA&quot;, &quot;nFeature_RNA&quot;), group.by = &quot;species&quot;)</code></pre>
<p><img src="figure/10xv3.Rmd/unnamed-chunk-34-1.png" width="672" style="display: block; margin: auto;" /></p>
<details> <summary><em>Expand here to see past versions of unnamed-chunk-34-1.png:</em></summary>
<table style="border-collapse:separate; border-spacing:5px;">
<thead>
<tr>
<th style="text-align:left;">
Version
</th>
<th style="text-align:left;">
Author
</th>
<th style="text-align:left;">
Date
</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left;">
<a href="https://github.com/BUStools/BUS_notebooks_R/blob/e0e7d0a7267201f05098eb6245cf9e754646c3de/docs/figure/10xv3.Rmd/unnamed-chunk-34-1.png" target="_blank">e0e7d0a</a>
</td>
<td style="text-align:left;">
Lambda Moses
</td>
<td style="text-align:left;">
2018-12-14
</td>
</tr>
</tbody>
</table>
<p></details></p>
<pre class="r"><code>seu &lt;- RunPCA(seu, verbose = FALSE, npcs = 30)
ElbowPlot(seu, ndims = 30)</code></pre>
<p><img src="figure/10xv3.Rmd/unnamed-chunk-35-1.png" width="672" style="display: block; margin: auto;" /></p>
<details> <summary><em>Expand here to see past versions of unnamed-chunk-35-1.png:</em></summary>
<table style="border-collapse:separate; border-spacing:5px;">
<thead>
<tr>
<th style="text-align:left;">
Version
</th>
<th style="text-align:left;">
Author
</th>
<th style="text-align:left;">
Date
</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left;">
<a href="https://github.com/BUStools/BUS_notebooks_R/blob/e0e7d0a7267201f05098eb6245cf9e754646c3de/docs/figure/10xv3.Rmd/unnamed-chunk-35-1.png" target="_blank">e0e7d0a</a>
</td>
<td style="text-align:left;">
Lambda Moses
</td>
<td style="text-align:left;">
2018-12-14
</td>
</tr>
</tbody>
</table>
<p></details></p>
<pre class="r"><code>DimPlot(seu, reduction = &quot;pca&quot;, pt.size = 0.5, group.by = &quot;species&quot;)</code></pre>
<p><img src="figure/10xv3.Rmd/unnamed-chunk-36-1.png" width="672" style="display: block; margin: auto;" /></p>
<details> <summary><em>Expand here to see past versions of unnamed-chunk-36-1.png:</em></summary>
<table style="border-collapse:separate; border-spacing:5px;">
<thead>
<tr>
<th style="text-align:left;">
Version
</th>
<th style="text-align:left;">
Author
</th>
<th style="text-align:left;">
Date
</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left;">
<a href="https://github.com/BUStools/BUS_notebooks_R/blob/e0e7d0a7267201f05098eb6245cf9e754646c3de/docs/figure/10xv3.Rmd/unnamed-chunk-36-1.png" target="_blank">e0e7d0a</a>
</td>
<td style="text-align:left;">
Lambda Moses
</td>
<td style="text-align:left;">
2018-12-14
</td>
</tr>
</tbody>
</table>
<p></details></p>
<p>The first PC separates species, as expected.</p>
<pre class="r"><code>seu &lt;- RunTSNE(seu, dims = 1:20, check_duplicates = FALSE)
DimPlot(seu, reduction = &quot;tsne&quot;, pt.size = 0.5, group.by = &quot;species&quot;)</code></pre>
<p><img src="figure/10xv3.Rmd/unnamed-chunk-37-1.png" width="672" style="display: block; margin: auto;" /></p>
<details> <summary><em>Expand here to see past versions of unnamed-chunk-37-1.png:</em></summary>
<table style="border-collapse:separate; border-spacing:5px;">
<thead>
<tr>
<th style="text-align:left;">
Version
</th>
<th style="text-align:left;">
Author
</th>
<th style="text-align:left;">
Date
</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left;">
<a href="https://github.com/BUStools/BUS_notebooks_R/blob/e0e7d0a7267201f05098eb6245cf9e754646c3de/docs/figure/10xv3.Rmd/unnamed-chunk-37-1.png" target="_blank">e0e7d0a</a>
</td>
<td style="text-align:left;">
Lambda Moses
</td>
<td style="text-align:left;">
2018-12-14
</td>
</tr>
</tbody>
</table>
<p></details></p>
<p>The species separate, as expected.</p>
</div>
</div>
<div id="session-information" class="section level2">
<h2>Session information</h2>
<pre class="r"><code>sessionInfo()</code></pre>
<pre><code>#&gt; R version 3.5.1 (2018-07-02)
#&gt; Platform: x86_64-redhat-linux-gnu (64-bit)
#&gt; Running under: CentOS Linux 7 (Core)
#&gt; 
#&gt; Matrix products: default
#&gt; BLAS/LAPACK: /usr/lib64/R/lib/libRblas.so
#&gt; 
#&gt; locale:
#&gt;  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
#&gt;  [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
#&gt;  [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
#&gt;  [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
#&gt;  [9] LC_ADDRESS=C               LC_TELEPHONE=C            
#&gt; [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       
#&gt; 
#&gt; attached base packages:
#&gt; [1] parallel  stats     graphics  grDevices utils     datasets  methods  
#&gt; [8] base     
#&gt; 
#&gt; other attached packages:
#&gt;  [1] bindrcpp_0.2.2    Matrix_1.2-15     forcats_0.3.0    
#&gt;  [4] stringr_1.3.1     dplyr_0.7.8       purrr_0.3.0      
#&gt;  [7] readr_1.3.1       tidyr_0.8.2       tibble_2.0.1     
#&gt; [10] ggplot2_3.1.0     tidyverse_1.2.1   Seurat_3.0.0.9000
#&gt; [13] data.table_1.12.0 BUSpaRse_0.99.0  
#&gt; 
#&gt; loaded via a namespace (and not attached):
#&gt;   [1] Rtsne_0.15           colorspace_1.4-0     ggridges_0.5.1      
#&gt;   [4] rprojroot_1.3-2      rstudioapi_0.9.0     listenv_0.7.0       
#&gt;   [7] npsurv_0.4-0         ggrepel_0.8.0        bit64_0.9-7         
#&gt;  [10] fansi_0.4.0          AnnotationDbi_1.44.0 lubridate_1.7.4     
#&gt;  [13] xml2_1.2.0           codetools_0.2-15     splines_3.5.1       
#&gt;  [16] R.methodsS3_1.7.1    lsei_1.2-0           knitr_1.21          
#&gt;  [19] zeallot_0.1.0        jsonlite_1.6         workflowr_1.1.1     
#&gt;  [22] broom_0.5.1          ica_1.0-2            cluster_2.0.7-1     
#&gt;  [25] png_0.1-7            R.oo_1.22.0          compiler_3.5.1      
#&gt;  [28] httr_1.4.0           backports_1.1.2      assertthat_0.2.0    
#&gt;  [31] lazyeval_0.2.1       cli_1.0.1            htmltools_0.3.6     
#&gt;  [34] prettyunits_1.0.2    tools_3.5.1          rsvd_1.0.0          
#&gt;  [37] igraph_1.2.2         gtable_0.2.0         glue_1.3.0          
#&gt;  [40] RANN_2.6.1           Rcpp_1.0.0           Biobase_2.42.0      
#&gt;  [43] cellranger_1.1.0     gdata_2.18.0         ape_5.2             
#&gt;  [46] nlme_3.1-137         gbRd_0.4-11          lmtest_0.9-36       
#&gt;  [49] xfun_0.4             globals_0.12.4       rvest_0.3.2         
#&gt;  [52] irlba_2.3.2          gtools_3.8.1         XML_3.98-1.16       
#&gt;  [55] future_1.11.1.1      MASS_7.3-51.1        zoo_1.8-4           
#&gt;  [58] scales_1.0.0         hms_0.4.2            RColorBrewer_1.1-2  
#&gt;  [61] yaml_2.2.0           curl_3.3             memoise_1.1.0       
#&gt;  [64] reticulate_1.10      pbapply_1.3-4        biomaRt_2.38.0      
#&gt;  [67] stringi_1.2.4        RSQLite_2.1.1        S4Vectors_0.20.1    
#&gt;  [70] caTools_1.17.1.1     BiocGenerics_0.28.0  bibtex_0.4.2        
#&gt;  [73] Rdpack_0.10-1        SDMTools_1.1-221     rlang_0.3.1         
#&gt;  [76] pkgconfig_2.0.2      bitops_1.0-6         evaluate_0.12       
#&gt;  [79] lattice_0.20-38      ROCR_1.0-7           bindr_0.1.1         
#&gt;  [82] labeling_0.3         htmlwidgets_1.3      cowplot_0.9.4       
#&gt;  [85] bit_1.1-14           tidyselect_0.2.5     plyr_1.8.4          
#&gt;  [88] magrittr_1.5         R6_2.3.0             IRanges_2.16.0      
#&gt;  [91] gplots_3.0.1.1       generics_0.0.2       DBI_1.0.0           
#&gt;  [94] withr_2.1.2          pillar_1.3.1         haven_2.0.0         
#&gt;  [97] whisker_0.3-2        fitdistrplus_1.0-14  survival_2.43-3     
#&gt; [100] RCurl_1.95-4.11      future.apply_1.1.0   tsne_0.1-3          
#&gt; [103] modelr_0.1.2         crayon_1.3.4         utf8_1.1.4          
#&gt; [106] KernSmooth_2.23-15   plotly_4.8.0         rmarkdown_1.11      
#&gt; [109] progress_1.2.0       readxl_1.1.0         grid_3.5.1          
#&gt; [112] blob_1.1.1           git2r_0.23.0         metap_1.0           
#&gt; [115] digest_0.6.18        R.utils_2.7.0        stats4_3.5.1        
#&gt; [118] munsell_0.5.0        viridisLite_0.3.0</code></pre>
</div>

<!-- Adjust MathJax settings so that all math formulae are shown using
TeX fonts only; see
http://docs.mathjax.org/en/latest/configuration.html.  This will make
the presentation more consistent at the cost of the webpage sometimes
taking slightly longer to load. Note that this only works because the
footer is added to webpages before the MathJax javascript. -->
<script type="text/x-mathjax-config">
  MathJax.Hub.Config({
    "HTML-CSS": { availableFonts: ["TeX"] }
  });
</script>

<hr>
<p>
  This reproducible <a href="http://rmarkdown.rstudio.com">R Markdown</a>
  analysis was created with
  <a href="https://github.com/jdblischak/workflowr">workflowr</a> 1.1.1
</p>
<hr>


</div>
</div>

</div>

<script>

// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
  $('tr.header').parent('thead').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
  bootstrapStylePandocTables();
});


</script>

<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
  (function () {
    var script = document.createElement("script");
    script.type = "text/javascript";
    script.src  = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
    document.getElementsByTagName("head")[0].appendChild(script);
  })();
</script>

</body>
</html>