Skip to content

Commit

Permalink
fix links to old ccb-hms repo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewGhazi committed Nov 22, 2024
1 parent 76665d4 commit b7bd303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion episodes/hca.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ bulk counts are also available to facilitate large-scale, summary analyses of
transcriptional profiles.

```{r, echo = FALSE}
knitr::include_graphics("https://raw.githubusercontent.com/ccb-hms/osca-workbench/main/episodes/figures/curatedAtlasQuery.png")
knitr::include_graphics("https://raw.githubusercontent.com/carpentries-incubator/bioc-scrnaseq/main/episodes/figures/curatedAtlasQuery.png")
```

## Data Sources in R / Bioconductor
Expand Down
2 changes: 1 addition & 1 deletion episodes/intro-sce.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ counts(sce)[1:3, 1:3]
You will notice that in this case we have a sparse matrix of class `dgTMatrix`
inside the object. More generally, any "matrix-like" object can be used, e.g.,
dense matrices or HDF5-backed matrices (as we will explore later in the
[Working with large data](https://ccb-hms.github.io/osca-workbench/large_data.html)
[Working with large data](https://carpentries-incubator.github.io/bioc-scrnaseq/large_data.html)
episode).

### `colData` and `rowData`
Expand Down

0 comments on commit b7bd303

Please sign in to comment.