You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```combineBCR()``` includes several arguments to filter and clean the contig data during processing.
214
+
215
+
`combineBCR()` includes several arguments to filter and clean the contig data during processing.
215
216
*`filterNonproductive = TRUE` (Default): Removes any contigs that are not classified as productive, ensuring that only functional receptor chains are included in the analysis.
216
217
*`filterMulti = TRUE` (Default): For cells with more than one heavy or light chain detected, this automatically selects the chain with the highest UMI count (read abundance) and discards the others. This helps resolve cellular multiplets or technical artifacts.
217
218
@@ -685,7 +686,7 @@ Key Parameters for `percenVJ()`:
685
686
*`chain`: Specifies the immune receptor chain (e.g., **"TRB"**, **"TRA"**, **"IGH"**, **"IGL"**). This dictates which V and J gene segments are analyzed (e.g., **TRBV** and **TRBJ** for `chain` = "TRB")
```clonalSizeDistribution()``` offers a sophisticated approach to modeling immune repertoire composition, distinguishing between the distribution of rare and expanded clones. By applying a spliced statistical model, it provides a more accurate representation of the repertoire's underlying clonal architecture, enabling robust comparisons and a deeper understanding of immune system dynamics.
989
+
`clonalSizeDistribution()` offers a sophisticated approach to modeling immune repertoire composition, distinguishing between the distribution of rare and expanded clones. By applying a spliced statistical model, it provides a more accurate representation of the repertoire's underlying clonal architecture, enabling robust comparisons and a deeper understanding of immune system dynamics.
989
990
990
991
## clonalOverlap: Exploring Sequence Overlap
991
992
@@ -1048,9 +1049,9 @@ To mitigate this issue, a common strategy is to exclude VDJ genes from the set o
1048
1049
1049
1050
### Functions to Exclude VDJ Genes
1050
1051
1051
-
*```quietVDJgenes()``` – Removes both TCR and BCR VDJ genes.
1052
-
*```quietTCRgenes()``` – Removes only TCR VDJ genes.
1053
-
*```quietBCRgenes()``` – Removes only BCR VDJ genes, but retains BCR VDJ pseudogenes in the variable features.
1052
+
*`quietVDJgenes()` – Removes both TCR and BCR VDJ genes.
1053
+
*`quietTCRgenes()` – Removes only TCR VDJ genes.
1054
+
*`quietBCRgenes()` – Removes only BCR VDJ genes, but retains BCR VDJ pseudogenes in the variable features.
1054
1055
1055
1056
Let's first check the top 10 variable features in the scRep_example Seurat object before any removal:
Overall, `clonalCluster()` is a versatile function for defining and analyzing clonal relationships based on sequence similarity. It allows researchers to move beyond exact sequence matches, providing a more comprehensive understanding of clonal families. The ability to customize parameters like `threshold`, `chain` selection, and `group.by` ensures adaptability to diverse research questions. Furthermore, the option to export `igraph` objects or sparse adjacency matrices provides advanced users with the tools for in-depth network analysis.
0 commit comments