Skip to content

Commit

Permalink
last minute changes for v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ncborcherding committed Nov 4, 2024
1 parent 7b4214a commit f3df650
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ reference:
- combineBCR
- combineTCR
- createHTOContigList
- getContigDoublets
- exportClones
- loadContigs
- subsetClones
Expand Down
41 changes: 20 additions & 21 deletions inst/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
pandoc: 3.1.1
pkgdown: 2.0.9
pandoc: 3.1.11
pkgdown: 2.1.0
pkgdown_sha: ~
articles:
Attaching_SC: Attaching_SC.html
Clonal_Bias: Clonal_Bias.html
Clonal_Cluster: Clonal_Cluster.html
Clonal_Diversity: Clonal_Diversity.html
Clonal_Dynamics: Clonal_Dynamics.html
Clonal_Visualizations: Clonal_Visualizations.html
Combining_Contigs: Combining_Contigs.html
FAQ: FAQ.html
Ibex: Ibex.html
immApex: immApex.html
Installation: Installation.html
Loading: Loading.html
Processing: Processing.html
Repertoire_Summary: Repertoire_Summary.html
Running_Escape: Running_Escape.html
SC_Visualizations: SC_Visualizations.html
Trex: Trex.html
articles/Attaching_SC: Attaching_SC.html
articles/Clonal_Bias: Clonal_Bias.html
articles/Clonal_Cluster: Clonal_Cluster.html
articles/Clonal_Diversity: Clonal_Diversity.html
articles/Clonal_Dynamics: Clonal_Dynamics.html
articles/Clonal_Visualizations: Clonal_Visualizations.html
articles/Combining_Contigs: Combining_Contigs.html
articles/FAQ: FAQ.html
articles/Ibex: Ibex.html
articles/immApex: immApex.html
articles/Installation: Installation.html
articles/Loading: Loading.html
articles/Processing: Processing.html
articles/Repertoire_Summary: Repertoire_Summary.html
articles/Running_Escape: Running_Escape.html
articles/SC_Visualizations: SC_Visualizations.html
articles/Trex: Trex.html
vignette: vignette.html
last_built: 2024-08-09T12:11Z
last_built: 2024-11-04T17:59Z
urls:
reference: https://www.borch.dev/uploads/scRepertoire/reference
article: https://www.borch.dev/uploads/scRepertoire/articles

1 change: 1 addition & 0 deletions vignettes/articles/immApex.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ Parameters for ```formatGenes()```
Here, we will use the built-in example from Adaptive Biotechnologies and reformat and simplify the **v** region. ```formatGenes()``` will add 2 columns to the end of the data frame per region selected - 1) **v_IMGT** will be the formatted gene calls and 2) **v_IMGT.check** is a binary for if the formatted region appears in the IMGT database. In the example below, "TRBV2-1" is not recognized as a designation within IMGT.

```{r tidy = FALSE}
data("immapex_example.data")
Adaptive_example <- formatGenes(immapex_example.data[["Adaptive"]],
region = "v",
technology = "Adaptive",
Expand Down

0 comments on commit f3df650

Please sign in to comment.