Skip to content

Commit

Permalink
update vignettes for 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ncborcherding committed May 4, 2024
1 parent f0d69fa commit 7cf56eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vignettes/articles/Loading.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,12 @@ contig_list <- list(S1, S2, S3, S4)
Beyond the default 10x Genomic Cell Ranger pipeline outputs, scRepertoire supports the following **single-cell** formats:

* AIRR
* BD Rhapsody Multiomic Immune Profiling
* [BD Rhapsody](https://www.bd-rhapsody.com/) Multiomic Immune Profiling
* [Immcantation](https://immcantation.readthedocs.io/en/stable/index.html)
* JSON-formatted contig data
* [MiXCR](https://pubmed.ncbi.nlm.nih.gov/25924071/)
* [Omniscope](https://www.omniscope.ai/)
* [Omniscope](https://www.omniscope.ai/) OS-T/OS-B
* [Parse](https://www.parsebiosciences.com/) Evercode TCR/BCR
* [TRUST4](https://pubmed.ncbi.nlm.nih.gov/33986545/)
* [WAT3R](https://pubmed.ncbi.nlm.nih.gov/35674381/)

Expand Down
1 change: 1 addition & 0 deletions vignettes/articles/Running_Escape.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ ggplot(data = as.data.frame(enrichment.scores),
theme_classic() +
theme()
```

Multi-core support is for all methods is available through [BiocParallel](https://bioconductor.org/packages/release/bioc/html/BiocParallel.html). To add more cores, use the argument **BPPARAM** to ```escape.matrix()```. Here we will use the ```SnowParam()``` for it's support across platforms and explicitly call 2 workers (or cores).

```{r tidy=FALSE, eval=FALSE}
Expand Down

0 comments on commit 7cf56eb

Please sign in to comment.