Skip to content

Commit

Permalink
Build site again
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgatti committed Oct 16, 2024
1 parent 6bdad73 commit 4f4ae03
Show file tree
Hide file tree
Showing 24 changed files with 1,756 additions and 1,405 deletions.
968 changes: 537 additions & 431 deletions _episodes/03-Overview-scRNA-seq-Data.md

Large diffs are not rendered by default.

1,241 changes: 704 additions & 537 deletions _episodes/04-Quality-Control.md

Large diffs are not rendered by default.

928 changes: 503 additions & 425 deletions _episodes/05-Common-Analyses.md

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions _episodes/06-Biology-Driven-Analyses.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,28 +306,28 @@ Computing SNN


~~~
20:56:47 UMAP embedding parameters a = 0.9922 b = 1.112
01:55:19 UMAP embedding parameters a = 0.9922 b = 1.112
~~~
{: .output}



~~~
20:56:47 Read 44253 rows and found 24 numeric columns
01:55:19 Read 44253 rows and found 24 numeric columns
~~~
{: .output}



~~~
20:56:47 Using Annoy for neighbor search, n_neighbors = 30
01:55:19 Using Annoy for neighbor search, n_neighbors = 30
~~~
{: .output}



~~~
20:56:47 Building Annoy index with metric = cosine, n_trees = 50
01:55:19 Building Annoy index with metric = cosine, n_trees = 50
~~~
{: .output}

Expand All @@ -349,13 +349,13 @@ Computing SNN

~~~
**************************************************|
20:56:51 Writing NN index file to temp file C:\Users\c-dgatti\AppData\Local\Temp\Rtmp8WP5Tb\filed6853f42e29
20:56:51 Searching Annoy index using 1 thread, search_k = 3000
20:57:03 Annoy recall = 100%
20:57:04 Commencing smooth kNN distance calibration using 1 thread with target n_neighbors = 30
20:57:06 Initializing from normalized Laplacian + noise (using RSpectra)
20:57:17 Commencing optimization for 200 epochs, with 1888044 positive edges
20:57:55 Optimization finished
01:55:23 Writing NN index file to temp file C:\Users\c-dgatti\AppData\Local\Temp\RtmpWWaahB\file3260428514ec
01:55:23 Searching Annoy index using 1 thread, search_k = 3000
01:55:33 Annoy recall = 100%
01:55:34 Commencing smooth kNN distance calibration using 1 thread with target n_neighbors = 30
01:55:37 Initializing from normalized Laplacian + noise (using RSpectra)
01:55:47 Commencing optimization for 200 epochs, with 1888044 positive edges
01:56:25 Optimization finished
~~~
{: .output}

Expand Down
2 changes: 1 addition & 1 deletion _episodes_rmd/04-Quality-Control.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ suppressPackageStartupMessages(library(Matrix))
suppressPackageStartupMessages(library(SingleCellExperiment))
suppressPackageStartupMessages(library(scds))
suppressPackageStartupMessages(library(Seurat))
data_dir <- '../data'
```


```{r load_data,include=FALSE}
# Only needed to build lessons.
# Don't use in course.
data_dir <- '../data'
load(file.path(data_dir, 'lesson03.Rdata'))
```

Expand Down
Binary file modified fig/rmd-03-cell_counts-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/rmd-03-cell_counts-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/rmd-03-counts_image-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/rmd-04-doublet_plot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/rmd-04-filter_gene_counts-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/rmd-04-filter_gene_counts_5k-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/rmd-04-filter_umi-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/rmd-04-gene_count_hist_2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/rmd-04-genes_umi-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/rmd-04-seurat_counts_plots-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/rmd-04-seurat_counts_plots2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/rmd-04-sum_cell_counts-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/rmd-05-elbow-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/rmd-05-elbow2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/rmd-05-elbow3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/rmd-05-pcplot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/rmd-05-plot_umap-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/rmd-05-unnamed-chunk-2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/rmd-05-var_features-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4f4ae03

Please sign in to comment.