7 | 7 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,8 @@ |
1 |
+# celda 1.9.2 |
|
2 |
+ |
|
3 |
+* Added a `NEWS.md` file to track changes to the package. |
|
4 |
+* Added new tutorials and documentation generated with pkgdown. |
|
5 |
+* Removed warnings in plotRPC functions. |
|
6 |
+* Added use of "displayName" to several functions that show feature names. |
|
7 |
+* Minor bug fix when the input matrix was sparse and contained non-integer values. |
|
8 |
+* Several improvements to plotting functions. |
... | ... |
@@ -1,4 +1,4 @@ |
1 |
-[](https://travis-ci.org/campbio/celda) |
|
1 |
+[](https://travis-ci.com/campbio/celda) |
|
2 | 2 |
[](https://coveralls.io/github/campbio/celda?branch=master) |
3 | 3 |
|
4 | 4 |
# celda: CEllular Latent Dirichlet Allocation |
... | ... |
@@ -106,11 +106,13 @@ navbar: |
106 | 106 |
href: articles/articles/installation.html |
107 | 107 |
- text: "Vignettes" |
108 | 108 |
menu: |
109 |
- - text: "Analysis of PBMC3K with Celda" |
|
109 |
+ - text: "Celda - Analysis of PBMC3K" |
|
110 | 110 |
href: articles/articles/celda_pbmc3k.html |
111 |
- - text: "Decontamination of PBMC4K with DecontX" |
|
111 |
+ - text: "DecontX - Decontamination of PBMC4K" |
|
112 | 112 |
href: articles/articles/decontX_pbmc4k.html |
113 | 113 |
- text: "Reference" |
114 | 114 |
href: reference/index.html |
115 |
+ - text: "News" |
|
116 |
+ href: news/index.html |
|
115 | 117 |
- icon: fa-github |
116 | 118 |
href: https://github.com/campbio/celda |
... | ... |
@@ -71,7 +71,7 @@ |
71 | 71 |
</button> |
72 | 72 |
<span class="navbar-brand"> |
73 | 73 |
<a class="navbar-link" href="index.html">celda</a> |
74 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
74 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
75 | 75 |
</span> |
76 | 76 |
</div> |
77 | 77 |
|
... | ... |
@@ -84,7 +84,7 @@ |
84 | 84 |
</a> |
85 | 85 |
</li> |
86 | 86 |
<li> |
87 |
- <a href="index.html">Installation</a> |
|
87 |
+ <a href="articles/articles/installation.html">Installation</a> |
|
88 | 88 |
</li> |
89 | 89 |
<li class="dropdown"> |
90 | 90 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -94,16 +94,19 @@ |
94 | 94 |
</a> |
95 | 95 |
<ul class="dropdown-menu" role="menu"> |
96 | 96 |
<li> |
97 |
- <a href="articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
97 |
+ <a href="articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
98 | 98 |
</li> |
99 | 99 |
<li> |
100 |
- <a href="articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
100 |
+ <a href="articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
101 | 101 |
</li> |
102 | 102 |
</ul> |
103 | 103 |
</li> |
104 | 104 |
<li> |
105 | 105 |
<a href="reference/index.html">Reference</a> |
106 | 106 |
</li> |
107 |
+<li> |
|
108 |
+ <a href="news/index.html">News</a> |
|
109 |
+</li> |
|
107 | 110 |
<li> |
108 | 111 |
<a href="https://github.com/campbio/celda"> |
109 | 112 |
<span class="fas fa-github"></span> |
... | ... |
@@ -71,7 +71,7 @@ |
71 | 71 |
</button> |
72 | 72 |
<span class="navbar-brand"> |
73 | 73 |
<a class="navbar-link" href="index.html">celda</a> |
74 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
74 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
75 | 75 |
</span> |
76 | 76 |
</div> |
77 | 77 |
|
... | ... |
@@ -94,16 +94,19 @@ |
94 | 94 |
</a> |
95 | 95 |
<ul class="dropdown-menu" role="menu"> |
96 | 96 |
<li> |
97 |
- <a href="articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
97 |
+ <a href="articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
98 | 98 |
</li> |
99 | 99 |
<li> |
100 |
- <a href="articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
100 |
+ <a href="articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
101 | 101 |
</li> |
102 | 102 |
</ul> |
103 | 103 |
</li> |
104 | 104 |
<li> |
105 | 105 |
<a href="reference/index.html">Reference</a> |
106 | 106 |
</li> |
107 |
+<li> |
|
108 |
+ <a href="news/index.html">News</a> |
|
109 |
+</li> |
|
107 | 110 |
<li> |
108 | 111 |
<a href="https://github.com/campbio/celda"> |
109 | 112 |
<span class="fas fa-github"></span> |
... | ... |
@@ -71,7 +71,7 @@ |
71 | 71 |
</button> |
72 | 72 |
<span class="navbar-brand"> |
73 | 73 |
<a class="navbar-link" href="index.html">celda</a> |
74 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
74 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
75 | 75 |
</span> |
76 | 76 |
</div> |
77 | 77 |
|
... | ... |
@@ -94,16 +94,19 @@ |
94 | 94 |
</a> |
95 | 95 |
<ul class="dropdown-menu" role="menu"> |
96 | 96 |
<li> |
97 |
- <a href="articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
97 |
+ <a href="articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
98 | 98 |
</li> |
99 | 99 |
<li> |
100 |
- <a href="articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
100 |
+ <a href="articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
101 | 101 |
</li> |
102 | 102 |
</ul> |
103 | 103 |
</li> |
104 | 104 |
<li> |
105 | 105 |
<a href="reference/index.html">Reference</a> |
106 | 106 |
</li> |
107 |
+<li> |
|
108 |
+ <a href="news/index.html">News</a> |
|
109 |
+</li> |
|
107 | 110 |
<li> |
108 | 111 |
<a href="https://github.com/campbio/celda"> |
109 | 112 |
<span class="fas fa-github"></span> |
... | ... |
@@ -31,7 +31,7 @@ |
31 | 31 |
</button> |
32 | 32 |
<span class="navbar-brand"> |
33 | 33 |
<a class="navbar-link" href="../../index.html">celda</a> |
34 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
34 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
35 | 35 |
</span> |
36 | 36 |
</div> |
37 | 37 |
|
... | ... |
@@ -44,7 +44,7 @@ |
44 | 44 |
</a> |
45 | 45 |
</li> |
46 | 46 |
<li> |
47 |
- <a href="../../index.html">Installation</a> |
|
47 |
+ <a href="../../articles/articles/installation.html">Installation</a> |
|
48 | 48 |
</li> |
49 | 49 |
<li class="dropdown"> |
50 | 50 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -54,16 +54,19 @@ |
54 | 54 |
</a> |
55 | 55 |
<ul class="dropdown-menu" role="menu"> |
56 | 56 |
<li> |
57 |
- <a href="../../articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
57 |
+ <a href="../../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
58 | 58 |
</li> |
59 | 59 |
<li> |
60 |
- <a href="../../articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
60 |
+ <a href="../../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
61 | 61 |
</li> |
62 | 62 |
</ul> |
63 | 63 |
</li> |
64 | 64 |
<li> |
65 | 65 |
<a href="../../reference/index.html">Reference</a> |
66 | 66 |
</li> |
67 |
+<li> |
|
68 |
+ <a href="../../news/index.html">News</a> |
|
69 |
+</li> |
|
67 | 70 |
<li> |
68 | 71 |
<a href="https://github.com/campbio/celda"> |
69 | 72 |
<span class="fas fa-github"></span> |
... | ... |
@@ -28335,7 +28338,7 @@ RCE1 |
28335 | 28338 |
## other attached packages: |
28336 | 28339 |
## [1] scater_1.18.6 kableExtra_1.3.4 |
28337 | 28340 |
## [3] knitr_1.31 ggplot2_3.3.5 |
28338 |
-## [5] celda_1.9.1 singleCellTK_2.1.3 |
|
28341 |
+## [5] celda_1.9.2 singleCellTK_2.1.3 |
|
28339 | 28342 |
## [7] TENxPBMCData_1.8.0 HDF5Array_1.18.1 |
28340 | 28343 |
## [9] rhdf5_2.34.0 DelayedArray_0.16.2 |
28341 | 28344 |
## [11] Matrix_1.3-2 SingleCellExperiment_1.12.0 |
... | ... |
@@ -31,7 +31,7 @@ |
31 | 31 |
</button> |
32 | 32 |
<span class="navbar-brand"> |
33 | 33 |
<a class="navbar-link" href="../../index.html">celda</a> |
34 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
34 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
35 | 35 |
</span> |
36 | 36 |
</div> |
37 | 37 |
|
... | ... |
@@ -44,7 +44,7 @@ |
44 | 44 |
</a> |
45 | 45 |
</li> |
46 | 46 |
<li> |
47 |
- <a href="../../index.html">Installation</a> |
|
47 |
+ <a href="../../articles/articles/installation.html">Installation</a> |
|
48 | 48 |
</li> |
49 | 49 |
<li class="dropdown"> |
50 | 50 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -54,16 +54,19 @@ |
54 | 54 |
</a> |
55 | 55 |
<ul class="dropdown-menu" role="menu"> |
56 | 56 |
<li> |
57 |
- <a href="../../articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
57 |
+ <a href="../../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
58 | 58 |
</li> |
59 | 59 |
<li> |
60 |
- <a href="../../articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
60 |
+ <a href="../../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
61 | 61 |
</li> |
62 | 62 |
</ul> |
63 | 63 |
</li> |
64 | 64 |
<li> |
65 | 65 |
<a href="../../reference/index.html">Reference</a> |
66 | 66 |
</li> |
67 |
+<li> |
|
68 |
+ <a href="../../news/index.html">News</a> |
|
69 |
+</li> |
|
67 | 70 |
<li> |
68 | 71 |
<a href="https://github.com/campbio/celda"> |
69 | 72 |
<span class="fas fa-github"></span> |
... | ... |
@@ -125,21 +128,21 @@ |
125 | 128 |
|
126 | 129 |
<span class="co"># Load PBMC data</span> |
127 | 130 |
<span class="kw"><a href="https://rdrr.io/r/base/library.html">library</a></span><span class="op">(</span><span class="va">TENxPBMCData</span><span class="op">)</span> |
128 |
-<span class="va">pbmc4k</span> <span class="op"><-</span> <span class="fu"><a href="https://rdrr.io/pkg/TENxPBMCData/man/TENxPBMCData.html">TENxPBMCData</a></span><span class="op">(</span><span class="st">"pbmc4k"</span><span class="op">)</span> |
|
129 |
-<span class="fu"><a href="https://rdrr.io/r/base/colnames.html">colnames</a></span><span class="op">(</span><span class="va">pbmc4k</span><span class="op">)</span> <span class="op"><-</span> <span class="fu"><a href="https://rdrr.io/r/base/paste.html">paste</a></span><span class="op">(</span><span class="va">pbmc4k</span><span class="op">$</span><span class="va">Sample</span>, <span class="va">pbmc4k</span><span class="op">$</span><span class="va">Barcode</span>, sep <span class="op">=</span> <span class="st">"_"</span><span class="op">)</span> |
|
130 |
-<span class="fu"><a href="https://rdrr.io/r/base/colnames.html">rownames</a></span><span class="op">(</span><span class="va">pbmc4k</span><span class="op">)</span> <span class="op"><-</span> <span class="fu">rowData</span><span class="op">(</span><span class="va">pbmc4k</span><span class="op">)</span><span class="op">$</span><span class="va">Symbol_TENx</span></code></pre></div> |
|
131 |
+<span class="va">sce</span> <span class="op"><-</span> <span class="fu"><a href="https://rdrr.io/pkg/TENxPBMCData/man/TENxPBMCData.html">TENxPBMCData</a></span><span class="op">(</span><span class="st">"pbmc4k"</span><span class="op">)</span> |
|
132 |
+<span class="fu"><a href="https://rdrr.io/r/base/colnames.html">colnames</a></span><span class="op">(</span><span class="va">sce</span><span class="op">)</span> <span class="op"><-</span> <span class="fu"><a href="https://rdrr.io/r/base/paste.html">paste</a></span><span class="op">(</span><span class="va">sce</span><span class="op">$</span><span class="va">Sample</span>, <span class="va">sce</span><span class="op">$</span><span class="va">Barcode</span>, sep <span class="op">=</span> <span class="st">"_"</span><span class="op">)</span> |
|
133 |
+<span class="fu"><a href="https://rdrr.io/r/base/colnames.html">rownames</a></span><span class="op">(</span><span class="va">sce</span><span class="op">)</span> <span class="op"><-</span> <span class="fu">rowData</span><span class="op">(</span><span class="va">sce</span><span class="op">)</span><span class="op">$</span><span class="va">Symbol_TENx</span></code></pre></div> |
|
131 | 134 |
</div> |
132 | 135 |
<div id="running-decontx" class="section level1"> |
133 | 136 |
<h1 class="hasAnchor"> |
134 | 137 |
<a href="#running-decontx" class="anchor"></a>Running decontX</h1> |
135 | 138 |
<p>A SingleCellExperiment (SCE) object or a sparse matrix containing the counts for filtered cells can be passed to decontX via the <code>x</code> parameter. There are two major ways to run decontX: with and without the raw/droplet matrix containing empty droplets. The raw/droplet matrix can be used to empirically estimate the distribution of ambient RNA, which is especially useful when cells that contributed to the ambient RNA are not accurately represented in the filtered count matrix containing the cells. For example, cells that were removed via flow cytometry or that were more sensitive to lysis during dissociation may have contributed to the ambient RNA but were not measured in the filtered/cell matrix. The raw/droplet matrix can be input as a sparse matrix or SCE object using the <code>background</code> parameter:</p> |
136 | 139 |
<div class="sourceCode" id="cb3"><pre class="downlit sourceCode r"> |
137 |
-<code class="sourceCode R"><span class="va">pbmc4k</span> <span class="op"><-</span> <span class="fu"><a href="../../reference/decontX.html">decontX</a></span><span class="op">(</span>x <span class="op">=</span> <span class="va">pbmc4k</span>, background <span class="op">=</span> <span class="va">raw</span><span class="op">)</span></code></pre></div> |
|
138 |
-<p>Note that if cell/column names in the raw/droplet matrix are also found in the filtered counts matrix, then they will be excluded from the raw/droplet matrix before calculation of the ambient RNA distribution. If the raw matrix is not available, then <code>decontX</code> will estimate the contamination distribution for each cell cluster based on the profiles of the other cell clusters in the filtered dataset:</p> |
|
140 |
+<code class="sourceCode R"><span class="va">sce</span> <span class="op"><-</span> <span class="fu"><a href="../../reference/decontX.html">decontX</a></span><span class="op">(</span><span class="va">sce</span>, background <span class="op">=</span> <span class="va">raw</span><span class="op">)</span></code></pre></div> |
|
141 |
+<p>If cell/column names in the raw/droplet matrix are also found in the filtered counts matrix, then they will be excluded from the raw/droplet matrix before calculation of the ambient RNA distribution. If the raw matrix is not available, then <code>decontX</code> will estimate the contamination distribution for each cell cluster based on the profiles of the other cell clusters in the filtered dataset:</p> |
|
139 | 142 |
<div class="sourceCode" id="cb4"><pre class="downlit sourceCode r"> |
140 |
-<code class="sourceCode R"><span class="va">pbmc4k</span> <span class="op"><-</span> <span class="fu"><a href="../../reference/decontX.html">decontX</a></span><span class="op">(</span>x <span class="op">=</span> <span class="va">pbmc4k</span><span class="op">)</span></code></pre></div> |
|
143 |
+<code class="sourceCode R"><span class="va">sce</span> <span class="op"><-</span> <span class="fu"><a href="../../reference/decontX.html">decontX</a></span><span class="op">(</span><span class="va">sce</span><span class="op">)</span></code></pre></div> |
|
141 | 144 |
<p>Note that in this case <code>decontX</code> will perform heuristic clustering to quickly define major cell clusters. However if you have your own cell cluster labels, they can be specified with the <code>z</code> parameter. If you supply a raw matrix via the <code>background</code> parameter, then the <code>z</code> parameter will not have an effect as clustering will not be performed.</p> |
142 |
-<p>The contamination can be found in the <code>colData(pbmc4k)$decontX_contamination</code> and the decontaminated counts can be accessed with <code><a href="../../reference/decontXcounts.html">decontXcounts(pbmc4k)</a></code>. If the input object was a matrix, make sure to save the output into a variable with a different name (e.g. result). The result object will be a list with contamination in <code>result$contamination</code> and the decontaminated counts in <code>result$decontXcounts</code>.</p> |
|
145 |
+<p>The contamination can be found in the <code>colData(sce)$decontX_contamination</code> and the decontaminated counts can be accessed with <code><a href="../../reference/decontXcounts.html">decontXcounts(sce)</a></code>. If the input object was a matrix, make sure to save the output into a variable with a different name (e.g. result). The result object will be a list with contamination in <code>result$contamination</code> and the decontaminated counts in <code>result$decontXcounts</code>.</p> |
|
143 | 146 |
</div> |
144 | 147 |
<div id="plotting-decontx-results" class="section level1"> |
145 | 148 |
<h1 class="hasAnchor"> |
... | ... |
@@ -149,8 +152,8 @@ |
149 | 152 |
<a href="#cluster-labels-on-umap" class="anchor"></a>Cluster labels on UMAP</h2> |
150 | 153 |
<p>DecontX creates a UMAP which we can use to plot the cluster labels automatically identified in the analysis. Note that the clustering approach used here is designed to find “broad” cell types rather than individual cell subpopulations within a cell type.</p> |
151 | 154 |
<div class="sourceCode" id="cb5"><pre class="downlit sourceCode r"> |
152 |
-<code class="sourceCode R"><span class="va">umap</span> <span class="op"><-</span> <span class="fu"><a href="https://rdrr.io/pkg/SingleCellExperiment/man/reducedDims.html">reducedDim</a></span><span class="op">(</span><span class="va">pbmc4k</span>, <span class="st">"decontX_UMAP"</span><span class="op">)</span> |
|
153 |
-<span class="fu"><a href="../../reference/plotDimReduceCluster.html">plotDimReduceCluster</a></span><span class="op">(</span>x <span class="op">=</span> <span class="va">pbmc4k</span><span class="op">$</span><span class="va">decontX_clusters</span>, |
|
155 |
+<code class="sourceCode R"><span class="va">umap</span> <span class="op"><-</span> <span class="fu"><a href="https://rdrr.io/pkg/SingleCellExperiment/man/reducedDims.html">reducedDim</a></span><span class="op">(</span><span class="va">sce</span>, <span class="st">"decontX_UMAP"</span><span class="op">)</span> |
|
156 |
+<span class="fu"><a href="../../reference/plotDimReduceCluster.html">plotDimReduceCluster</a></span><span class="op">(</span>x <span class="op">=</span> <span class="va">sce</span><span class="op">$</span><span class="va">decontX_clusters</span>, |
|
154 | 157 |
dim1 <span class="op">=</span> <span class="va">umap</span><span class="op">[</span>, <span class="fl">1</span><span class="op">]</span>, dim2 <span class="op">=</span> <span class="va">umap</span><span class="op">[</span>, <span class="fl">2</span><span class="op">]</span><span class="op">)</span></code></pre></div> |
155 | 158 |
<p><img src="decontX_pbmc4k_files/figure-html/UMAP_Clusters-1.png" width="700"></p> |
156 | 159 |
</div> |
... | ... |
@@ -159,8 +162,8 @@ |
159 | 162 |
<a href="#contamination-on-umap" class="anchor"></a>Contamination on UMAP</h2> |
160 | 163 |
<p>The percentage of contamination in each cell can be plotting on the UMAP to visualize what what clusters may have higher levels of ambient RNA.</p> |
161 | 164 |
<div class="sourceCode" id="cb6"><pre class="downlit sourceCode r"> |
162 |
-<code class="sourceCode R"><span class="fu"><a href="../../reference/plotDecontXContamination.html">plotDecontXContamination</a></span><span class="op">(</span><span class="va">pbmc4k</span><span class="op">)</span></code></pre></div> |
|
163 |
-<p><img src="decontX_pbmc4k_files/figure-html/unnamed-chunk-1-1.png" width="700"></p> |
|
165 |
+<code class="sourceCode R"><span class="fu"><a href="../../reference/plotDecontXContamination.html">plotDecontXContamination</a></span><span class="op">(</span><span class="va">sce</span><span class="op">)</span></code></pre></div> |
|
166 |
+<p><img src="decontX_pbmc4k_files/figure-html/plot_decon-1.png" width="700"></p> |
|
164 | 167 |
</div> |
165 | 168 |
<div id="expression-of-markers-on-umap" class="section level2"> |
166 | 169 |
<h2 class="hasAnchor"> |
... | ... |
@@ -168,15 +171,15 @@ |
168 | 171 |
<p>Known marker genes can also be plotted on the UMAP to identify the cell types for each cluster. We will use CD3D and CD3E for T-cells, LYZ, S100A8, and S100A9 for monocytes, CD79A, CD79B, and MS4A1 for B-cells, GNLY for NK-cells, and PPBP for megakaryocytes.</p> |
169 | 172 |
<div class="sourceCode" id="cb7"><pre class="downlit sourceCode r"> |
170 | 173 |
<code class="sourceCode R"><span class="kw"><a href="https://rdrr.io/r/base/library.html">library</a></span><span class="op">(</span><span class="va"><a href="http://bioconductor.org/packages/scater/">scater</a></span><span class="op">)</span> |
171 |
-<span class="va">pbmc4k</span> <span class="op"><-</span> <span class="fu"><a href="https://rdrr.io/pkg/scuttle/man/logNormCounts.html">logNormCounts</a></span><span class="op">(</span><span class="va">pbmc4k</span><span class="op">)</span> |
|
172 |
-<span class="fu"><a href="../../reference/plotDimReduceFeature.html">plotDimReduceFeature</a></span><span class="op">(</span><span class="fu"><a href="https://rdrr.io/r/base/matrix.html">as.matrix</a></span><span class="op">(</span><span class="fu"><a href="https://rdrr.io/pkg/SingleCellExperiment/man/assays.html">logcounts</a></span><span class="op">(</span><span class="va">pbmc4k</span><span class="op">)</span><span class="op">)</span>, |
|
174 |
+<span class="va">sce</span> <span class="op"><-</span> <span class="fu"><a href="https://rdrr.io/pkg/scuttle/man/logNormCounts.html">logNormCounts</a></span><span class="op">(</span><span class="va">sce</span><span class="op">)</span> |
|
175 |
+<span class="fu"><a href="../../reference/plotDimReduceFeature.html">plotDimReduceFeature</a></span><span class="op">(</span><span class="fu"><a href="https://rdrr.io/r/base/matrix.html">as.matrix</a></span><span class="op">(</span><span class="fu"><a href="https://rdrr.io/pkg/SingleCellExperiment/man/assays.html">logcounts</a></span><span class="op">(</span><span class="va">sce</span><span class="op">)</span><span class="op">)</span>, |
|
173 | 176 |
dim1 <span class="op">=</span> <span class="va">umap</span><span class="op">[</span>, <span class="fl">1</span><span class="op">]</span>, |
174 | 177 |
dim2 <span class="op">=</span> <span class="va">umap</span><span class="op">[</span>, <span class="fl">2</span><span class="op">]</span>, |
175 | 178 |
features <span class="op">=</span> <span class="fu"><a href="https://rdrr.io/r/base/c.html">c</a></span><span class="op">(</span><span class="st">"CD3D"</span>, <span class="st">"CD3E"</span>, <span class="st">"GNLY"</span>, |
176 | 179 |
<span class="st">"LYZ"</span>, <span class="st">"S100A8"</span>, <span class="st">"S100A9"</span>, |
177 | 180 |
<span class="st">"CD79A"</span>, <span class="st">"CD79B"</span>, <span class="st">"MS4A1"</span><span class="op">)</span>, |
178 | 181 |
exactMatch <span class="op">=</span> <span class="cn">TRUE</span><span class="op">)</span></code></pre></div> |
179 |
-<p><img src="decontX_pbmc4k_files/figure-html/unnamed-chunk-2-1.png" width="700"></p> |
|
182 |
+<p><img src="decontX_pbmc4k_files/figure-html/plot_feature-1.png" width="700"></p> |
|
180 | 183 |
</div> |
181 | 184 |
<div id="barplot-of-markers-detected-in-cell-clusters" class="section level2"> |
182 | 185 |
<h2 class="hasAnchor"> |
... | ... |
@@ -188,21 +191,21 @@ |
188 | 191 |
Monocyte_Markers <span class="op">=</span> <span class="fu"><a href="https://rdrr.io/r/base/c.html">c</a></span><span class="op">(</span><span class="st">"S100A8"</span>, <span class="st">"S100A9"</span>, <span class="st">"LYZ"</span><span class="op">)</span>, |
189 | 192 |
NKcell_Markers <span class="op">=</span> <span class="st">"GNLY"</span><span class="op">)</span> |
190 | 193 |
<span class="va">cellTypeMappings</span> <span class="op"><-</span> <span class="fu"><a href="https://rdrr.io/r/base/list.html">list</a></span><span class="op">(</span>Tcells <span class="op">=</span> <span class="fl">2</span>, Bcells <span class="op">=</span> <span class="fl">5</span>, Monocytes <span class="op">=</span> <span class="fl">1</span>, NKcells <span class="op">=</span> <span class="fl">6</span><span class="op">)</span> |
191 |
-<span class="fu"><a href="../../reference/plotDecontXMarkerPercentage.html">plotDecontXMarkerPercentage</a></span><span class="op">(</span><span class="va">pbmc4k</span>, |
|
194 |
+<span class="fu"><a href="../../reference/plotDecontXMarkerPercentage.html">plotDecontXMarkerPercentage</a></span><span class="op">(</span><span class="va">sce</span>, |
|
192 | 195 |
markers <span class="op">=</span> <span class="va">markers</span>, |
193 | 196 |
groupClusters <span class="op">=</span> <span class="va">cellTypeMappings</span>, |
194 | 197 |
assayName <span class="op">=</span> <span class="st">"counts"</span><span class="op">)</span></code></pre></div> |
195 | 198 |
<p><img src="decontX_pbmc4k_files/figure-html/barplotCounts-1.png" width="700"></p> |
196 |
-<p>We can then look to see how much DecontX removed aberrant expression of marker genes in each cell type by changing the <code>assayName</code> to <code>decontXcounts</code>:</p> |
|
199 |
+<p>We can then look to see how much decontX removed aberrant expression of marker genes in each cell type by changing the <code>assayName</code> to <code>decontXcounts</code>:</p> |
|
197 | 200 |
<div class="sourceCode" id="cb9"><pre class="downlit sourceCode r"> |
198 |
-<code class="sourceCode R"><span class="fu"><a href="../../reference/plotDecontXMarkerPercentage.html">plotDecontXMarkerPercentage</a></span><span class="op">(</span><span class="va">pbmc4k</span>, |
|
201 |
+<code class="sourceCode R"><span class="fu"><a href="../../reference/plotDecontXMarkerPercentage.html">plotDecontXMarkerPercentage</a></span><span class="op">(</span><span class="va">sce</span>, |
|
199 | 202 |
markers <span class="op">=</span> <span class="va">markers</span>, |
200 | 203 |
groupClusters <span class="op">=</span> <span class="va">cellTypeMappings</span>, |
201 | 204 |
assayName <span class="op">=</span> <span class="st">"decontXcounts"</span><span class="op">)</span></code></pre></div> |
202 | 205 |
<p><img src="decontX_pbmc4k_files/figure-html/barplotDecontCounts-1.png" width="700"></p> |
203 | 206 |
<p>Percentages of marker genes detected in other cell types were reduced or completely removed. For example, the percentage of cells that expressed Monocyte marker genes was greatly reduced in T-cells, B-cells, and NK-cells. The original counts and decontamined counts can be plotted side-by-side by listing multiple assays in the <code>assayName</code> parameter. This option is only available if the data is stored in <code>SingleCellExperiment</code> object.</p> |
204 | 207 |
<div class="sourceCode" id="cb10"><pre class="downlit sourceCode r"> |
205 |
-<code class="sourceCode R"><span class="fu"><a href="../../reference/plotDecontXMarkerPercentage.html">plotDecontXMarkerPercentage</a></span><span class="op">(</span><span class="va">pbmc4k</span>, |
|
208 |
+<code class="sourceCode R"><span class="fu"><a href="../../reference/plotDecontXMarkerPercentage.html">plotDecontXMarkerPercentage</a></span><span class="op">(</span><span class="va">sce</span>, |
|
206 | 209 |
markers <span class="op">=</span> <span class="va">markers</span>, |
207 | 210 |
groupClusters <span class="op">=</span> <span class="va">cellTypeMappings</span>, |
208 | 211 |
assayName <span class="op">=</span> <span class="fu"><a href="https://rdrr.io/r/base/c.html">c</a></span><span class="op">(</span><span class="st">"counts"</span>, <span class="st">"decontXcounts"</span><span class="op">)</span><span class="op">)</span></code></pre></div> |
... | ... |
@@ -220,7 +223,7 @@ |
220 | 223 |
<a href="#violin-plot-to-compare-the-distributions-of-original-and-decontaminated-counts" class="anchor"></a>Violin plot to compare the distributions of original and decontaminated counts</h2> |
221 | 224 |
<p>Another useful way to assess the amount of decontamination is to view the expression of marker genes before and after <code>decontX</code> across cell types. Here we view the monocyte markers in each cell type. The violin plot shows that the markers have been removed from T-cells, B-cells, and NK-cells, but are largely unaffected in monocytes.</p> |
222 | 225 |
<div class="sourceCode" id="cb11"><pre class="downlit sourceCode r"> |
223 |
-<code class="sourceCode R"><span class="fu"><a href="../../reference/plotDecontXMarkerExpression.html">plotDecontXMarkerExpression</a></span><span class="op">(</span><span class="va">pbmc4k</span>, |
|
226 |
+<code class="sourceCode R"><span class="fu"><a href="../../reference/plotDecontXMarkerExpression.html">plotDecontXMarkerExpression</a></span><span class="op">(</span><span class="va">sce</span>, |
|
224 | 227 |
markers <span class="op">=</span> <span class="va">markers</span><span class="op">[[</span><span class="st">"Monocyte_Markers"</span><span class="op">]</span><span class="op">]</span>, |
225 | 228 |
groupClusters <span class="op">=</span> <span class="va">cellTypeMappings</span>, |
226 | 229 |
ncol <span class="op">=</span> <span class="fl">3</span><span class="op">)</span></code></pre></div> |
... | ... |
@@ -234,11 +237,11 @@ |
234 | 237 |
<li>This function can plot any assay in a <code>SingleCellExperiment</code>. Therefore you could also examine normalized expression of the original and decontaminated counts. For example:</li> |
235 | 238 |
</ol> |
236 | 239 |
<div class="sourceCode" id="cb12"><pre class="downlit sourceCode r"> |
237 |
-<code class="sourceCode R"><span class="va">pbmc4k</span> <span class="op"><-</span> <span class="fu">scater</span><span class="fu">::</span><span class="fu"><a href="https://rdrr.io/pkg/scuttle/man/logNormCounts.html">logNormCounts</a></span><span class="op">(</span><span class="va">pbmc4k</span>, |
|
240 |
+<code class="sourceCode R"><span class="va">sce</span> <span class="op"><-</span> <span class="fu">scater</span><span class="fu">::</span><span class="fu"><a href="https://rdrr.io/pkg/scuttle/man/logNormCounts.html">logNormCounts</a></span><span class="op">(</span><span class="va">sce</span>, |
|
238 | 241 |
exprs_values <span class="op">=</span> <span class="st">"decontXcounts"</span>, |
239 | 242 |
name <span class="op">=</span> <span class="st">"dlogcounts"</span><span class="op">)</span> |
240 | 243 |
|
241 |
-<span class="fu"><a href="../../reference/plotDecontXMarkerExpression.html">plotDecontXMarkerExpression</a></span><span class="op">(</span><span class="va">pbmc4k</span>, |
|
244 |
+<span class="fu"><a href="../../reference/plotDecontXMarkerExpression.html">plotDecontXMarkerExpression</a></span><span class="op">(</span><span class="va">sce</span>, |
|
242 | 245 |
markers <span class="op">=</span> <span class="va">markers</span><span class="op">[[</span><span class="st">"Monocyte_Markers"</span><span class="op">]</span><span class="op">]</span>, |
243 | 246 |
groupClusters <span class="op">=</span> <span class="va">cellTypeMappings</span>, |
244 | 247 |
ncol <span class="op">=</span> <span class="fl">3</span>, |
... | ... |
@@ -258,13 +261,13 @@ |
258 | 261 |
<a href="#adjusting-the-priors-to-influence-contamination-estimates" class="anchor"></a>Adjusting the priors to influence contamination estimates</h2> |
259 | 262 |
<p>There are ways to force <code>decontX</code> to estimate more or less contamination across a dataset by manipulating the priors. The <code>delta</code> parameter is a numeric vector of length two. It is the concentration parameter for the Dirichlet distribution which serves as the prior for the proportions of native and contamination counts in each cell. The first element is the prior for the proportion of native counts while the second element is the prior for the proportion of contamination counts. These essentially act as pseudocounts for the native and contamination in each cell. If <code>estimateDelta = TRUE</code>, <code>delta</code> is only used to produce a random sample of proportions for an initial value of contamination in each cell. Then <code>delta</code> is updated in each iteration. If <code>estimateDelta = FALSE</code>, then <code>delta</code> is fixed with these values for the entire inference procedure. Fixing <code>delta</code> and setting a high number in the second element will force <code>decontX</code> to be more aggressive and estimate higher levels of contamination in each cell at the expense of potentially removing native expression. For example, in the previous PBMC example, we can see what the estimated <code>delta</code> was by looking in the estimates:</p> |
260 | 263 |
<div class="sourceCode" id="cb13"><pre class="downlit sourceCode r"> |
261 |
-<code class="sourceCode R"><span class="fu">metadata</span><span class="op">(</span><span class="va">pbmc4k</span><span class="op">)</span><span class="op">$</span><span class="va">decontX</span><span class="op">$</span><span class="va">estimates</span><span class="op">$</span><span class="va">all_cells</span><span class="op">$</span><span class="va">delta</span></code></pre></div> |
|
264 |
+<code class="sourceCode R"><span class="fu">metadata</span><span class="op">(</span><span class="va">sce</span><span class="op">)</span><span class="op">$</span><span class="va">decontX</span><span class="op">$</span><span class="va">estimates</span><span class="op">$</span><span class="va">all_cells</span><span class="op">$</span><span class="va">delta</span></code></pre></div> |
|
262 | 265 |
<pre><code>## [1] 9.287164 1.038217</code></pre> |
263 | 266 |
<p>Setting a higher value in the second element of delta and <code>estimateDelta = FALSE</code> will force <code>decontX</code> to estimate higher levels of contamination per cell:</p> |
264 | 267 |
<div class="sourceCode" id="cb15"><pre class="downlit sourceCode r"> |
265 |
-<code class="sourceCode R"><span class="va">pbmc4k.delta</span> <span class="op"><-</span> <span class="fu"><a href="../../reference/decontX.html">decontX</a></span><span class="op">(</span><span class="va">pbmc4k</span>, delta <span class="op">=</span> <span class="fu"><a href="https://rdrr.io/r/base/c.html">c</a></span><span class="op">(</span><span class="fl">9</span>, <span class="fl">20</span><span class="op">)</span>, estimateDelta <span class="op">=</span> <span class="cn">FALSE</span><span class="op">)</span> |
|
268 |
+<code class="sourceCode R"><span class="va">sce.delta</span> <span class="op"><-</span> <span class="fu"><a href="../../reference/decontX.html">decontX</a></span><span class="op">(</span><span class="va">sce</span>, delta <span class="op">=</span> <span class="fu"><a href="https://rdrr.io/r/base/c.html">c</a></span><span class="op">(</span><span class="fl">9</span>, <span class="fl">20</span><span class="op">)</span>, estimateDelta <span class="op">=</span> <span class="cn">FALSE</span><span class="op">)</span> |
|
266 | 269 |
|
267 |
-<span class="fu"><a href="https://rdrr.io/r/graphics/plot.default.html">plot</a></span><span class="op">(</span><span class="va">pbmc4k</span><span class="op">$</span><span class="va">decontX_contamination</span>, <span class="va">pbmc4k.delta</span><span class="op">$</span><span class="va">decontX_contamination</span>, |
|
270 |
+<span class="fu"><a href="https://rdrr.io/r/graphics/plot.default.html">plot</a></span><span class="op">(</span><span class="va">sce</span><span class="op">$</span><span class="va">decontX_contamination</span>, <span class="va">sce.delta</span><span class="op">$</span><span class="va">decontX_contamination</span>, |
|
268 | 271 |
xlab <span class="op">=</span> <span class="st">"DecontX estimated priors"</span>, |
269 | 272 |
ylab <span class="op">=</span> <span class="st">"Setting priors to estimate higher contamination"</span><span class="op">)</span> |
270 | 273 |
<span class="fu"><a href="https://rdrr.io/r/graphics/abline.html">abline</a></span><span class="op">(</span><span class="fl">0</span>, <span class="fl">1</span>, col <span class="op">=</span> <span class="st">"red"</span>, lwd <span class="op">=</span> <span class="fl">2</span><span class="op">)</span></code></pre></div> |
... | ... |
@@ -300,7 +303,7 @@ |
300 | 303 |
## [11] GenomicRanges_1.42.0 GenomeInfoDb_1.26.4 |
301 | 304 |
## [13] IRanges_2.24.1 S4Vectors_0.28.1 |
302 | 305 |
## [15] BiocGenerics_0.36.0 MatrixGenerics_1.2.1 |
303 |
-## [17] matrixStats_0.58.0 celda_1.9.1 |
|
306 |
+## [17] matrixStats_0.58.0 celda_1.9.2 |
|
304 | 307 |
## |
305 | 308 |
## loaded via a namespace (and not attached): |
306 | 309 |
## [1] AnnotationHub_2.22.0 BiocFileCache_1.14.0 |
... | ... |
@@ -31,7 +31,7 @@ |
31 | 31 |
</button> |
32 | 32 |
<span class="navbar-brand"> |
33 | 33 |
<a class="navbar-link" href="../../index.html">celda</a> |
34 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
34 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
35 | 35 |
</span> |
36 | 36 |
</div> |
37 | 37 |
|
... | ... |
@@ -44,7 +44,7 @@ |
44 | 44 |
</a> |
45 | 45 |
</li> |
46 | 46 |
<li> |
47 |
- <a href="../../index.html">Installation</a> |
|
47 |
+ <a href="../../articles/articles/installation.html">Installation</a> |
|
48 | 48 |
</li> |
49 | 49 |
<li class="dropdown"> |
50 | 50 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -54,16 +54,19 @@ |
54 | 54 |
</a> |
55 | 55 |
<ul class="dropdown-menu" role="menu"> |
56 | 56 |
<li> |
57 |
- <a href="../../articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
57 |
+ <a href="../../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
58 | 58 |
</li> |
59 | 59 |
<li> |
60 |
- <a href="../../articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
60 |
+ <a href="../../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
61 | 61 |
</li> |
62 | 62 |
</ul> |
63 | 63 |
</li> |
64 | 64 |
<li> |
65 | 65 |
<a href="../../reference/index.html">Reference</a> |
66 | 66 |
</li> |
67 |
+<li> |
|
68 |
+ <a href="../../news/index.html">News</a> |
|
69 |
+</li> |
|
67 | 70 |
<li> |
68 | 71 |
<a href="https://github.com/campbio/celda"> |
69 | 72 |
<span class="fas fa-github"></span> |
... | ... |
@@ -71,7 +71,7 @@ |
71 | 71 |
</button> |
72 | 72 |
<span class="navbar-brand"> |
73 | 73 |
<a class="navbar-link" href="../index.html">celda</a> |
74 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
74 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
75 | 75 |
</span> |
76 | 76 |
</div> |
77 | 77 |
|
... | ... |
@@ -84,7 +84,7 @@ |
84 | 84 |
</a> |
85 | 85 |
</li> |
86 | 86 |
<li> |
87 |
- <a href="../index.html">Installation</a> |
|
87 |
+ <a href="../articles/articles/installation.html">Installation</a> |
|
88 | 88 |
</li> |
89 | 89 |
<li class="dropdown"> |
90 | 90 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -94,16 +94,19 @@ |
94 | 94 |
</a> |
95 | 95 |
<ul class="dropdown-menu" role="menu"> |
96 | 96 |
<li> |
97 |
- <a href="../articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
97 |
+ <a href="../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
98 | 98 |
</li> |
99 | 99 |
<li> |
100 |
- <a href="../articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
100 |
+ <a href="../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
101 | 101 |
</li> |
102 | 102 |
</ul> |
103 | 103 |
</li> |
104 | 104 |
<li> |
105 | 105 |
<a href="../reference/index.html">Reference</a> |
106 | 106 |
</li> |
107 |
+<li> |
|
108 |
+ <a href="../news/index.html">News</a> |
|
109 |
+</li> |
|
107 | 110 |
<li> |
108 | 111 |
<a href="https://github.com/campbio/celda"> |
109 | 112 |
<span class="fas fa-github"></span> |
... | ... |
@@ -145,8 +148,6 @@ |
145 | 148 |
<dd></dt> |
146 | 149 |
<dt><a href="articles/installation.html">UNKNOWN TITLE</a></dt> |
147 | 150 |
<dd></dt> |
148 |
- <dt><a href="celda.html">Analysis of single-cell genomic data with celda</a></dt> |
|
149 |
- <dd></dt> |
|
150 | 151 |
</dl> |
151 | 152 |
</div> |
152 | 153 |
</div> |
... | ... |
@@ -71,7 +71,7 @@ |
71 | 71 |
</button> |
72 | 72 |
<span class="navbar-brand"> |
73 | 73 |
<a class="navbar-link" href="index.html">celda</a> |
74 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
74 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
75 | 75 |
</span> |
76 | 76 |
</div> |
77 | 77 |
|
... | ... |
@@ -94,16 +94,19 @@ |
94 | 94 |
</a> |
95 | 95 |
<ul class="dropdown-menu" role="menu"> |
96 | 96 |
<li> |
97 |
- <a href="articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
97 |
+ <a href="articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
98 | 98 |
</li> |
99 | 99 |
<li> |
100 |
- <a href="articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
100 |
+ <a href="articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
101 | 101 |
</li> |
102 | 102 |
</ul> |
103 | 103 |
</li> |
104 | 104 |
<li> |
105 | 105 |
<a href="reference/index.html">Reference</a> |
106 | 106 |
</li> |
107 |
+<li> |
|
108 |
+ <a href="news/index.html">News</a> |
|
109 |
+</li> |
|
107 | 110 |
<li> |
108 | 111 |
<a href="https://github.com/campbio/celda"> |
109 | 112 |
<span class="fas fa-github"></span> |
... | ... |
@@ -37,7 +37,7 @@ |
37 | 37 |
</button> |
38 | 38 |
<span class="navbar-brand"> |
39 | 39 |
<a class="navbar-link" href="index.html">celda</a> |
40 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
40 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
41 | 41 |
</span> |
42 | 42 |
</div> |
43 | 43 |
|
... | ... |
@@ -60,16 +60,19 @@ |
60 | 60 |
</a> |
61 | 61 |
<ul class="dropdown-menu" role="menu"> |
62 | 62 |
<li> |
63 |
- <a href="articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
63 |
+ <a href="articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
64 | 64 |
</li> |
65 | 65 |
<li> |
66 |
- <a href="articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
66 |
+ <a href="articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
67 | 67 |
</li> |
68 | 68 |
</ul> |
69 | 69 |
</li> |
70 | 70 |
<li> |
71 | 71 |
<a href="reference/index.html">Reference</a> |
72 | 72 |
</li> |
73 |
+<li> |
|
74 |
+ <a href="news/index.html">News</a> |
|
75 |
+</li> |
|
73 | 76 |
<li> |
74 | 77 |
<a href="https://github.com/campbio/celda"> |
75 | 78 |
<span class="fas fa-github"></span> |
... | ... |
@@ -128,8 +131,8 @@ install_github("campbio/celda")</a></code></pre> |
128 | 131 |
<pre><code><a href="https://devtools.r-lib.org/">library(devtools) |
129 | 132 |
install_github("campbio/celda", build_vignettes = TRUE)</a></code></pre> |
130 | 133 |
<p>Note that installation may take an extra 5-10 minutes for building of the vignettes. The Celda and DecontX vignettes can then be accessed via the following commands:</p> |
131 |
-<pre><code><a href="articles/celda.html">vignette("celda") |
|
132 |
-vignette("decontX")</a></code></pre> |
|
134 |
+<pre><code>vignette("celda") |
|
135 |
+vignette("decontX")</code></pre> |
|
133 | 136 |
</div> |
134 | 137 |
<div id="for-developers" class="section level2"> |
135 | 138 |
<h2 class="hasAnchor"> |
136 | 139 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,182 @@ |
1 |
+<!-- Generated by pkgdown: do not edit by hand --> |
|
2 |
+<!DOCTYPE html> |
|
3 |
+<html lang="en"> |
|
4 |
+ <head> |
|
5 |
+ <meta charset="utf-8"> |
|
6 |
+<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
7 |
+<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
8 |
+ |
|
9 |
+<title>Changelog • celda</title> |
|
10 |
+ |
|
11 |
+ |
|
12 |
+<!-- jquery --> |
|
13 |
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> |
|
14 |
+<!-- Bootstrap --> |
|
15 |
+<link href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.4.0/yeti/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous" /> |
|
16 |
+ |
|
17 |
+ |
|
18 |
+<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha256-nuL8/2cJ5NDSSwnKD8VqreErSWHtnEP9E7AySL+1ev4=" crossorigin="anonymous"></script> |
|
19 |
+ |
|
20 |
+<!-- bootstrap-toc --> |
|
21 |
+<link rel="stylesheet" href="../bootstrap-toc.css"> |
|
22 |
+<script src="../bootstrap-toc.js"></script> |
|
23 |
+ |
|
24 |
+<!-- Font Awesome icons --> |
|
25 |
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" crossorigin="anonymous" /> |
|
26 |
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/v4-shims.min.css" integrity="sha256-wZjR52fzng1pJHwx4aV2AO3yyTOXrcDW7jBpJtTwVxw=" crossorigin="anonymous" /> |
|
27 |
+ |
|
28 |
+<!-- clipboard.js --> |
|
29 |
+<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js" integrity="sha256-inc5kl9MA1hkeYUt+EC3BhlIgyp/2jDIyBLS6k3UxPI=" crossorigin="anonymous"></script> |
|
30 |
+ |
|
31 |
+<!-- headroom.js --> |
|
32 |
+<script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/headroom.min.js" integrity="sha256-AsUX4SJE1+yuDu5+mAVzJbuYNPHj/WroHuZ8Ir/CkE0=" crossorigin="anonymous"></script> |
|
33 |
+<script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/jQuery.headroom.min.js" integrity="sha256-ZX/yNShbjqsohH1k95liqY9Gd8uOiE1S4vZc+9KQ1K4=" crossorigin="anonymous"></script> |
|
34 |
+ |
|
35 |
+<!-- pkgdown --> |
|
36 |
+<link href="../pkgdown.css" rel="stylesheet"> |
|
37 |
+<script src="../pkgdown.js"></script> |
|
38 |
+ |
|
39 |
+ |
|
40 |
+ |
|
41 |
+ |
|
42 |
+<meta property="og:title" content="Changelog" /> |
|
43 |
+ |
|
44 |
+ |
|
45 |
+ |
|
46 |
+ |
|
47 |
+<!-- mathjax --> |
|
48 |
+<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script> |
|
49 |
+<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script> |
|
50 |
+ |
|
51 |
+<!--[if lt IE 9]> |
|
52 |
+<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> |
|
53 |
+<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
|
54 |
+<![endif]--> |
|
55 |
+ |
|
56 |
+ |
|
57 |
+ |
|
58 |
+ </head> |
|
59 |
+ |
|
60 |
+ <body data-spy="scroll" data-target="#toc"> |
|
61 |
+ <div class="container template-news"> |
|
62 |
+ <header> |
|
63 |
+ <div class="navbar navbar-default navbar-fixed-top" role="navigation"> |
|
64 |
+ <div class="container"> |
|
65 |
+ <div class="navbar-header"> |
|
66 |
+ <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false"> |
|
67 |
+ <span class="sr-only">Toggle navigation</span> |
|
68 |
+ <span class="icon-bar"></span> |
|
69 |
+ <span class="icon-bar"></span> |
|
70 |
+ <span class="icon-bar"></span> |
|
71 |
+ </button> |
|
72 |
+ <span class="navbar-brand"> |
|
73 |
+ <a class="navbar-link" href="../index.html">celda</a> |
|
74 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
75 |
+ </span> |
|
76 |
+ </div> |
|
77 |
+ |
|
78 |
+ <div id="navbar" class="navbar-collapse collapse"> |
|
79 |
+ <ul class="nav navbar-nav"> |
|
80 |
+ <li> |
|
81 |
+ <a href="../index.html"> |
|
82 |
+ <span class="fas fa-home fa-lg"></span> |
|
83 |
+ |
|
84 |
+ </a> |
|
85 |
+</li> |
|
86 |
+<li> |
|
87 |
+ <a href="../articles/articles/installation.html">Installation</a> |
|
88 |
+</li> |
|
89 |
+<li class="dropdown"> |
|
90 |
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
|
91 |
+ Vignettes |
|
92 |
+ |
|
93 |
+ <span class="caret"></span> |
|
94 |
+ </a> |
|
95 |
+ <ul class="dropdown-menu" role="menu"> |
|
96 |
+ <li> |
|
97 |
+ <a href="../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
98 |
+ </li> |
|
99 |
+ <li> |
|
100 |
+ <a href="../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
101 |
+ </li> |
|
102 |
+ </ul> |
|
103 |
+</li> |
|
104 |
+<li> |
|
105 |
+ <a href="../reference/index.html">Reference</a> |
|
106 |
+</li> |
|
107 |
+<li> |
|
108 |
+ <a href="../news/index.html">News</a> |
|
109 |
+</li> |
|
110 |
+<li> |
|
111 |
+ <a href="https://github.com/campbio/celda"> |
|
112 |
+ <span class="fas fa-github"></span> |
|
113 |
+ |
|
114 |
+ </a> |
|
115 |
+</li> |
|
116 |
+ </ul> |
|
117 |
+ <ul class="nav navbar-nav navbar-right"> |
|
118 |
+ <li> |
|
119 |
+ <a href="https://github.com/campbio/celda/"> |
|
120 |
+ <span class="fab fa-github fa-lg"></span> |
|
121 |
+ |
|
122 |
+ </a> |
|
123 |
+</li> |
|
124 |
+ </ul> |
|
125 |
+ |
|
126 |
+ </div><!--/.nav-collapse --> |
|
127 |
+ </div><!--/.container --> |
|
128 |
+</div><!--/.navbar --> |
|
129 |
+ |
|
130 |
+ |
|
131 |
+ |
|
132 |
+ </header> |
|
133 |
+ |
|
134 |
+<div class="row"> |
|
135 |
+ <div class="col-md-9 contents"> |
|
136 |
+ <div class="page-header"> |
|
137 |
+ <h1 data-toc-skip>Changelog <small></small></h1> |
|
138 |
+ <small>Source: <a href='https://github.com/campbio/celda/blob/master/NEWS.md'><code>NEWS.md</code></a></small> |
|
139 |
+ </div> |
|
140 |
+ |
|
141 |
+ <div id="celda-192" class="section level1"> |
|
142 |
+<h1 class="page-header" data-toc-text="1.9.2"> |
|
143 |
+<a href="#celda-192" class="anchor"></a>celda 1.9.2</h1> |
|
144 |
+<ul> |
|
145 |
+<li>Added a <code>NEWS.md</code> file to track changes to the package.</li> |
|
146 |
+<li>Added new tutorials and documentation generated with pkgdown.</li> |
|
147 |
+<li>Removed warnings in plotRPC functions.</li> |
|
148 |
+<li>Added use of “displayName” to several functions that show feature names.</li> |
|
149 |
+<li>Minor bug fix when the input matrix was sparse and contained non-integer values.</li> |
|
150 |
+<li>Several improvements to plotting functions.</li> |
|
151 |
+</ul> |
|
152 |
+</div> |
|
153 |
+ </div> |
|
154 |
+ |
|
155 |
+ <div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar"> |
|
156 |
+ <nav id="toc" data-toggle="toc" class="sticky-top"> |
|
157 |
+ <h2 data-toc-skip>Contents</h2> |
|
158 |
+ </nav> |
|
159 |
+ </div> |
|
160 |
+ |
|
161 |
+</div> |
|
162 |
+ |
|
163 |
+ |
|
164 |
+ <footer> |
|
165 |
+ <div class="copyright"> |
|
166 |
+ <p>Developed by Joshua Campbell, Sean Corbett, Yusuke Koga, Shiyi Yang, Eric Reed, Zhe Wang.</p> |
|
167 |
+</div> |
|
168 |
+ |
|
169 |
+<div class="pkgdown"> |
|
170 |
+ <p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.6.1.</p> |
|
171 |
+</div> |
|
172 |
+ |
|
173 |
+ </footer> |
|
174 |
+ </div> |
|
175 |
+ |
|
176 |
+ |
|
177 |
+ |
|
178 |
+ |
|
179 |
+ </body> |
|
180 |
+</html> |
|
181 |
+ |
|
182 |
+ |
... | ... |
@@ -73,7 +73,7 @@ |
73 | 73 |
</button> |
74 | 74 |
<span class="navbar-brand"> |
75 | 75 |
<a class="navbar-link" href="../index.html">celda</a> |
76 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
76 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
77 | 77 |
</span> |
78 | 78 |
</div> |
79 | 79 |
|
... | ... |
@@ -86,7 +86,7 @@ |
86 | 86 |
</a> |
87 | 87 |
</li> |
88 | 88 |
<li> |
89 |
- <a href="../index.html">Installation</a> |
|
89 |
+ <a href="../articles/articles/installation.html">Installation</a> |
|
90 | 90 |
</li> |
91 | 91 |
<li class="dropdown"> |
92 | 92 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -96,16 +96,19 @@ |
96 | 96 |
</a> |
97 | 97 |
<ul class="dropdown-menu" role="menu"> |
98 | 98 |
<li> |
99 |
- <a href="../articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
99 |
+ <a href="../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
100 | 100 |
</li> |
101 | 101 |
<li> |
102 |
- <a href="../articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
102 |
+ <a href="../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
103 | 103 |
</li> |
104 | 104 |
</ul> |
105 | 105 |
</li> |
106 | 106 |
<li> |
107 | 107 |
<a href="../reference/index.html">Reference</a> |
108 | 108 |
</li> |
109 |
+<li> |
|
110 |
+ <a href="../news/index.html">News</a> |
|
111 |
+</li> |
|
109 | 112 |
<li> |
110 | 113 |
<a href="https://github.com/campbio/celda"> |
111 | 114 |
<span class="fas fa-github"></span> |
... | ... |
@@ -72,7 +72,7 @@ |
72 | 72 |
</button> |
73 | 73 |
<span class="navbar-brand"> |
74 | 74 |
<a class="navbar-link" href="../index.html">celda</a> |
75 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
75 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
76 | 76 |
</span> |
77 | 77 |
</div> |
78 | 78 |
|
... | ... |
@@ -85,7 +85,7 @@ |
85 | 85 |
</a> |
86 | 86 |
</li> |
87 | 87 |
<li> |
88 |
- <a href="../index.html">Installation</a> |
|
88 |
+ <a href="../articles/articles/installation.html">Installation</a> |
|
89 | 89 |
</li> |
90 | 90 |
<li class="dropdown"> |
91 | 91 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -95,16 +95,19 @@ |
95 | 95 |
</a> |
96 | 96 |
<ul class="dropdown-menu" role="menu"> |
97 | 97 |
<li> |
98 |
- <a href="../articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
98 |
+ <a href="../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
99 | 99 |
</li> |
100 | 100 |
<li> |
101 |
- <a href="../articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
101 |
+ <a href="../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
102 | 102 |
</li> |
103 | 103 |
</ul> |
104 | 104 |
</li> |
105 | 105 |
<li> |
106 | 106 |
<a href="../reference/index.html">Reference</a> |
107 | 107 |
</li> |
108 |
+<li> |
|
109 |
+ <a href="../news/index.html">News</a> |
|
110 |
+</li> |
|
108 | 111 |
<li> |
109 | 112 |
<a href="https://github.com/campbio/celda"> |
110 | 113 |
<span class="fas fa-github"></span> |
... | ... |
@@ -73,7 +73,7 @@ |
73 | 73 |
</button> |
74 | 74 |
<span class="navbar-brand"> |
75 | 75 |
<a class="navbar-link" href="../index.html">celda</a> |
76 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
76 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
77 | 77 |
</span> |
78 | 78 |
</div> |
79 | 79 |
|
... | ... |
@@ -86,7 +86,7 @@ |
86 | 86 |
</a> |
87 | 87 |
</li> |
88 | 88 |
<li> |
89 |
- <a href="../index.html">Installation</a> |
|
89 |
+ <a href="../articles/articles/installation.html">Installation</a> |
|
90 | 90 |
</li> |
91 | 91 |
<li class="dropdown"> |
92 | 92 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -96,16 +96,19 @@ |
96 | 96 |
</a> |
97 | 97 |
<ul class="dropdown-menu" role="menu"> |
98 | 98 |
<li> |
99 |
- <a href="../articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
99 |
+ <a href="../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
100 | 100 |
</li> |
101 | 101 |
<li> |
102 |
- <a href="../articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
102 |
+ <a href="../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
103 | 103 |
</li> |
104 | 104 |
</ul> |
105 | 105 |
</li> |
106 | 106 |
<li> |
107 | 107 |
<a href="../reference/index.html">Reference</a> |
108 | 108 |
</li> |
109 |
+<li> |
|
110 |
+ <a href="../news/index.html">News</a> |
|
111 |
+</li> |
|
109 | 112 |
<li> |
110 | 113 |
<a href="https://github.com/campbio/celda"> |
111 | 114 |
<span class="fas fa-github"></span> |
... | ... |
@@ -72,7 +72,7 @@ |
72 | 72 |
</button> |
73 | 73 |
<span class="navbar-brand"> |
74 | 74 |
<a class="navbar-link" href="../index.html">celda</a> |
75 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
75 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
76 | 76 |
</span> |
77 | 77 |
</div> |
78 | 78 |
|
... | ... |
@@ -85,7 +85,7 @@ |
85 | 85 |
</a> |
86 | 86 |
</li> |
87 | 87 |
<li> |
88 |
- <a href="../index.html">Installation</a> |
|
88 |
+ <a href="../articles/articles/installation.html">Installation</a> |
|
89 | 89 |
</li> |
90 | 90 |
<li class="dropdown"> |
91 | 91 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -95,16 +95,19 @@ |
95 | 95 |
</a> |
96 | 96 |
<ul class="dropdown-menu" role="menu"> |
97 | 97 |
<li> |
98 |
- <a href="../articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
98 |
+ <a href="../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
99 | 99 |
</li> |
100 | 100 |
<li> |
101 |
- <a href="../articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
101 |
+ <a href="../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
102 | 102 |
</li> |
103 | 103 |
</ul> |
104 | 104 |
</li> |
105 | 105 |
<li> |
106 | 106 |
<a href="../reference/index.html">Reference</a> |
107 | 107 |
</li> |
108 |
+<li> |
|
109 |
+ <a href="../news/index.html">News</a> |
|
110 |
+</li> |
|
108 | 111 |
<li> |
109 | 112 |
<a href="https://github.com/campbio/celda"> |
110 | 113 |
<span class="fas fa-github"></span> |
... | ... |
@@ -72,7 +72,7 @@ |
72 | 72 |
</button> |
73 | 73 |
<span class="navbar-brand"> |
74 | 74 |
<a class="navbar-link" href="../index.html">celda</a> |
75 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
75 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
76 | 76 |
</span> |
77 | 77 |
</div> |
78 | 78 |
|
... | ... |
@@ -85,7 +85,7 @@ |
85 | 85 |
</a> |
86 | 86 |
</li> |
87 | 87 |
<li> |
88 |
- <a href="../index.html">Installation</a> |
|
88 |
+ <a href="../articles/articles/installation.html">Installation</a> |
|
89 | 89 |
</li> |
90 | 90 |
<li class="dropdown"> |
91 | 91 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -95,16 +95,19 @@ |
95 | 95 |
</a> |
96 | 96 |
<ul class="dropdown-menu" role="menu"> |
97 | 97 |
<li> |
98 |
- <a href="../articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
98 |
+ <a href="../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
99 | 99 |
</li> |
100 | 100 |
<li> |
101 |
- <a href="../articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
101 |
+ <a href="../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
102 | 102 |
</li> |
103 | 103 |
</ul> |
104 | 104 |
</li> |
105 | 105 |
<li> |
106 | 106 |
<a href="../reference/index.html">Reference</a> |
107 | 107 |
</li> |
108 |
+<li> |
|
109 |
+ <a href="../news/index.html">News</a> |
|
110 |
+</li> |
|
108 | 111 |
<li> |
109 | 112 |
<a href="https://github.com/campbio/celda"> |
110 | 113 |
<span class="fas fa-github"></span> |
... | ... |
@@ -73,7 +73,7 @@ |
73 | 73 |
</button> |
74 | 74 |
<span class="navbar-brand"> |
75 | 75 |
<a class="navbar-link" href="../index.html">celda</a> |
76 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
76 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
77 | 77 |
</span> |
78 | 78 |
</div> |
79 | 79 |
|
... | ... |
@@ -86,7 +86,7 @@ |
86 | 86 |
</a> |
87 | 87 |
</li> |
88 | 88 |
<li> |
89 |
- <a href="../index.html">Installation</a> |
|
89 |
+ <a href="../articles/articles/installation.html">Installation</a> |
|
90 | 90 |
</li> |
91 | 91 |
<li class="dropdown"> |
92 | 92 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -96,16 +96,19 @@ |
96 | 96 |
</a> |
97 | 97 |
<ul class="dropdown-menu" role="menu"> |
98 | 98 |
<li> |
99 |
- <a href="../articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
99 |
+ <a href="../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
100 | 100 |
</li> |
101 | 101 |
<li> |
102 |
- <a href="../articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
102 |
+ <a href="../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
103 | 103 |
</li> |
104 | 104 |
</ul> |
105 | 105 |
</li> |
106 | 106 |
<li> |
107 | 107 |
<a href="../reference/index.html">Reference</a> |
108 | 108 |
</li> |
109 |
+<li> |
|
110 |
+ <a href="../news/index.html">News</a> |
|
111 |
+</li> |
|
109 | 112 |
<li> |
110 | 113 |
<a href="https://github.com/campbio/celda"> |
111 | 114 |
<span class="fas fa-github"></span> |
... | ... |
@@ -73,7 +73,7 @@ |
73 | 73 |
</button> |
74 | 74 |
<span class="navbar-brand"> |
75 | 75 |
<a class="navbar-link" href="../index.html">celda</a> |
76 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
76 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
77 | 77 |
</span> |
78 | 78 |
</div> |
79 | 79 |
|
... | ... |
@@ -86,7 +86,7 @@ |
86 | 86 |
</a> |
87 | 87 |
</li> |
88 | 88 |
<li> |
89 |
- <a href="../index.html">Installation</a> |
|
89 |
+ <a href="../articles/articles/installation.html">Installation</a> |
|
90 | 90 |
</li> |
91 | 91 |
<li class="dropdown"> |
92 | 92 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -96,16 +96,19 @@ |
96 | 96 |
</a> |
97 | 97 |
<ul class="dropdown-menu" role="menu"> |
98 | 98 |
<li> |
99 |
- <a href="../articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
99 |
+ <a href="../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
100 | 100 |
</li> |
101 | 101 |
<li> |
102 |
- <a href="../articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
102 |
+ <a href="../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
103 | 103 |
</li> |
104 | 104 |
</ul> |
105 | 105 |
</li> |
106 | 106 |
<li> |
107 | 107 |
<a href="../reference/index.html">Reference</a> |
108 | 108 |
</li> |
109 |
+<li> |
|
110 |
+ <a href="../news/index.html">News</a> |
|
111 |
+</li> |
|
109 | 112 |
<li> |
110 | 113 |
<a href="https://github.com/campbio/celda"> |
111 | 114 |
<span class="fas fa-github"></span> |
... | ... |
@@ -72,7 +72,7 @@ |
72 | 72 |
</button> |
73 | 73 |
<span class="navbar-brand"> |
74 | 74 |
<a class="navbar-link" href="../index.html">celda</a> |
75 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
75 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
76 | 76 |
</span> |
77 | 77 |
</div> |
78 | 78 |
|
... | ... |
@@ -85,7 +85,7 @@ |
85 | 85 |
</a> |
86 | 86 |
</li> |
87 | 87 |
<li> |
88 |
- <a href="../index.html">Installation</a> |
|
88 |
+ <a href="../articles/articles/installation.html">Installation</a> |
|
89 | 89 |
</li> |
90 | 90 |
<li class="dropdown"> |
91 | 91 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -95,16 +95,19 @@ |
95 | 95 |
</a> |
96 | 96 |
<ul class="dropdown-menu" role="menu"> |
97 | 97 |
<li> |
98 |
- <a href="../articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
98 |
+ <a href="../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
99 | 99 |
</li> |
100 | 100 |
<li> |
101 |
- <a href="../articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
101 |
+ <a href="../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
102 | 102 |
</li> |
103 | 103 |
</ul> |
104 | 104 |
</li> |
105 | 105 |
<li> |
106 | 106 |
<a href="../reference/index.html">Reference</a> |
107 | 107 |
</li> |
108 |
+<li> |
|
109 |
+ <a href="../news/index.html">News</a> |
|
110 |
+</li> |
|
108 | 111 |
<li> |
109 | 112 |
<a href="https://github.com/campbio/celda"> |
110 | 113 |
<span class="fas fa-github"></span> |
... | ... |
@@ -72,7 +72,7 @@ |
72 | 72 |
</button> |
73 | 73 |
<span class="navbar-brand"> |
74 | 74 |
<a class="navbar-link" href="../index.html">celda</a> |
75 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
75 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
76 | 76 |
</span> |
77 | 77 |
</div> |
78 | 78 |
|
... | ... |
@@ -85,7 +85,7 @@ |
85 | 85 |
</a> |
86 | 86 |
</li> |
87 | 87 |
<li> |
88 |
- <a href="../index.html">Installation</a> |
|
88 |
+ <a href="../articles/articles/installation.html">Installation</a> |
|
89 | 89 |
</li> |
90 | 90 |
<li class="dropdown"> |
91 | 91 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -95,16 +95,19 @@ |
95 | 95 |
</a> |
96 | 96 |
<ul class="dropdown-menu" role="menu"> |
97 | 97 |
<li> |
98 |
- <a href="../articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
98 |
+ <a href="../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
99 | 99 |
</li> |
100 | 100 |
<li> |
101 |
- <a href="../articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
101 |
+ <a href="../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
102 | 102 |
</li> |
103 | 103 |
</ul> |
104 | 104 |
</li> |
105 | 105 |
<li> |
106 | 106 |
<a href="../reference/index.html">Reference</a> |
107 | 107 |
</li> |
108 |
+<li> |
|
109 |
+ <a href="../news/index.html">News</a> |
|
110 |
+</li> |
|
108 | 111 |
<li> |
109 | 112 |
<a href="https://github.com/campbio/celda"> |
110 | 113 |
<span class="fas fa-github"></span> |
... | ... |
@@ -77,7 +77,7 @@ |
77 | 77 |
</button> |
78 | 78 |
<span class="navbar-brand"> |
79 | 79 |
<a class="navbar-link" href="../index.html">celda</a> |
80 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
80 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
81 | 81 |
</span> |
82 | 82 |
</div> |
83 | 83 |
|
... | ... |
@@ -90,7 +90,7 @@ |
90 | 90 |
</a> |
91 | 91 |
</li> |
92 | 92 |
<li> |
93 |
- <a href="../index.html">Installation</a> |
|
93 |
+ <a href="../articles/articles/installation.html">Installation</a> |
|
94 | 94 |
</li> |
95 | 95 |
<li class="dropdown"> |
96 | 96 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -100,16 +100,19 @@ |
100 | 100 |
</a> |
101 | 101 |
<ul class="dropdown-menu" role="menu"> |
102 | 102 |
<li> |
103 |
- <a href="../articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
103 |
+ <a href="../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
104 | 104 |
</li> |
105 | 105 |
<li> |
106 |
- <a href="../articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
106 |
+ <a href="../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
107 | 107 |
</li> |
108 | 108 |
</ul> |
109 | 109 |
</li> |
110 | 110 |
<li> |
111 | 111 |
<a href="../reference/index.html">Reference</a> |
112 | 112 |
</li> |
113 |
+<li> |
|
114 |
+ <a href="../news/index.html">News</a> |
|
115 |
+</li> |
|
113 | 116 |
<li> |
114 | 117 |
<a href="https://github.com/campbio/celda"> |
115 | 118 |
<span class="fas fa-github"></span> |
... | ... |
@@ -72,7 +72,7 @@ |
72 | 72 |
</button> |
73 | 73 |
<span class="navbar-brand"> |
74 | 74 |
<a class="navbar-link" href="../index.html">celda</a> |
75 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
75 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
76 | 76 |
</span> |
77 | 77 |
</div> |
78 | 78 |
|
... | ... |
@@ -85,7 +85,7 @@ |
85 | 85 |
</a> |
86 | 86 |
</li> |
87 | 87 |
<li> |
88 |
- <a href="../index.html">Installation</a> |
|
88 |
+ <a href="../articles/articles/installation.html">Installation</a> |
|
89 | 89 |
</li> |
90 | 90 |
<li class="dropdown"> |
91 | 91 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -95,16 +95,19 @@ |
95 | 95 |
</a> |
96 | 96 |
<ul class="dropdown-menu" role="menu"> |
97 | 97 |
<li> |
98 |
- <a href="../articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
98 |
+ <a href="../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
99 | 99 |
</li> |
100 | 100 |
<li> |
101 |
- <a href="../articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
101 |
+ <a href="../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
102 | 102 |
</li> |
103 | 103 |
</ul> |
104 | 104 |
</li> |
105 | 105 |
<li> |
106 | 106 |
<a href="../reference/index.html">Reference</a> |
107 | 107 |
</li> |
108 |
+<li> |
|
109 |
+ <a href="../news/index.html">News</a> |
|
110 |
+</li> |
|
108 | 111 |
<li> |
109 | 112 |
<a href="https://github.com/campbio/celda"> |
110 | 113 |
<span class="fas fa-github"></span> |
... | ... |
@@ -72,7 +72,7 @@ |
72 | 72 |
</button> |
73 | 73 |
<span class="navbar-brand"> |
74 | 74 |
<a class="navbar-link" href="../index.html">celda</a> |
75 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
75 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
76 | 76 |
</span> |
77 | 77 |
</div> |
78 | 78 |
|
... | ... |
@@ -85,7 +85,7 @@ |
85 | 85 |
</a> |
86 | 86 |
</li> |
87 | 87 |
<li> |
88 |
- <a href="../index.html">Installation</a> |
|
88 |
+ <a href="../articles/articles/installation.html">Installation</a> |
|
89 | 89 |
</li> |
90 | 90 |
<li class="dropdown"> |
91 | 91 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -95,16 +95,19 @@ |
95 | 95 |
</a> |
96 | 96 |
<ul class="dropdown-menu" role="menu"> |
97 | 97 |
<li> |
98 |
- <a href="../articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
98 |
+ <a href="../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
99 | 99 |
</li> |
100 | 100 |
<li> |
101 |
- <a href="../articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
101 |
+ <a href="../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
102 | 102 |
</li> |
103 | 103 |
</ul> |
104 | 104 |
</li> |
105 | 105 |
<li> |
106 | 106 |
<a href="../reference/index.html">Reference</a> |
107 | 107 |
</li> |
108 |
+<li> |
|
109 |
+ <a href="../news/index.html">News</a> |
|
110 |
+</li> |
|
108 | 111 |
<li> |
109 | 112 |
<a href="https://github.com/campbio/celda"> |
110 | 113 |
<span class="fas fa-github"></span> |
... | ... |
@@ -79,7 +79,7 @@ |
79 | 79 |
</button> |
80 | 80 |
<span class="navbar-brand"> |
81 | 81 |
<a class="navbar-link" href="../index.html">celda</a> |
82 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
82 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
83 | 83 |
</span> |
84 | 84 |
</div> |
85 | 85 |
|
... | ... |
@@ -92,7 +92,7 @@ |
92 | 92 |
</a> |
93 | 93 |
</li> |
94 | 94 |
<li> |
95 |
- <a href="../index.html">Installation</a> |
|
95 |
+ <a href="../articles/articles/installation.html">Installation</a> |
|
96 | 96 |
</li> |
97 | 97 |
<li class="dropdown"> |
98 | 98 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -102,16 +102,19 @@ |
102 | 102 |
</a> |
103 | 103 |
<ul class="dropdown-menu" role="menu"> |
104 | 104 |
<li> |
105 |
- <a href="../articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
105 |
+ <a href="../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
106 | 106 |
</li> |
107 | 107 |
<li> |
108 |
- <a href="../articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
108 |
+ <a href="../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
109 | 109 |
</li> |
110 | 110 |
</ul> |
111 | 111 |
</li> |
112 | 112 |
<li> |
113 | 113 |
<a href="../reference/index.html">Reference</a> |
114 | 114 |
</li> |
115 |
+<li> |
|
116 |
+ <a href="../news/index.html">News</a> |
|
117 |
+</li> |
|
115 | 118 |
<li> |
116 | 119 |
<a href="https://github.com/campbio/celda"> |
117 | 120 |
<span class="fas fa-github"></span> |
... | ... |
@@ -73,7 +73,7 @@ |
73 | 73 |
</button> |
74 | 74 |
<span class="navbar-brand"> |
75 | 75 |
<a class="navbar-link" href="../index.html">celda</a> |
76 |
- <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.1</span> |
|
76 |
+ <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.9.2</span> |
|
77 | 77 |
</span> |
78 | 78 |
</div> |
79 | 79 |
|
... | ... |
@@ -86,7 +86,7 @@ |
86 | 86 |
</a> |
87 | 87 |
</li> |
88 | 88 |
<li> |
89 |
- <a href="../index.html">Installation</a> |
|
89 |
+ <a href="../articles/articles/installation.html">Installation</a> |
|
90 | 90 |
</li> |
91 | 91 |
<li class="dropdown"> |
92 | 92 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> |
... | ... |
@@ -96,16 +96,19 @@ |
96 | 96 |
</a> |
97 | 97 |
<ul class="dropdown-menu" role="menu"> |
98 | 98 |
<li> |
99 |
- <a href="../articles/articles/celda_pbmc3k.html">Analysis of PBMC3K with Celda</a> |
|
99 |
+ <a href="../articles/articles/celda_pbmc3k.html">Celda - Analysis of PBMC3K</a> |
|
100 | 100 |
</li> |
101 | 101 |
<li> |
102 |
- <a href="../articles/articles/decontX_pbmc4k.html">Decontamination of PBMC4K with DecontX</a> |
|
102 |
+ <a href="../articles/articles/decontX_pbmc4k.html">DecontX - Decontamination of PBMC4K</a> |
|
103 | 103 |
</li> |
104 | 104 |
</ul> |
105 | 105 |
</li> |
106 | 106 |
<li> |
107 | 107 |
<a href="../reference/index.html">Reference</a> |
108 | 108 |
</li> |
109 |
+<li> |
|
110 |
+ <a href="../news/index.html">News</a> |
|
111 |
+</li> |
|
109 | 112 |
<li> |
110 | 113 |
<a href="https://github.com/campbio/celda"> |
111 | 114 |
<span class="fas fa-github"></span> |