Skip to content

Commit

Permalink
merge issues
Browse files Browse the repository at this point in the history
clonalQuant test
vignette clonalBias parameters
  • Loading branch information
ncborcherding committed Jan 10, 2024
1 parent b593089 commit da5a22e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions R/clonalQuant.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ clonalQuant <- function(input.data,
if (scale) {
y <- "scaled"
mat$scaled <- mat$contigs/mat$total*100
ylab <- "Percent of Unique clone"
ylab <- "Percent of Unique Clones"
} else {
y <- "contigs"
ylab <- "Unique Clonotypes"
ylab <- "Unique Clones"
}

if (exportTable) {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion vignettes/vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ clonalBias(scRep_example,
split.by = "Patient",
group.by = "seurat_clusters",
n.boots = 10,
min.expand =5)
min.expand =0)
```

***
Expand Down Expand Up @@ -1170,6 +1170,7 @@ legend("topleft", legend = levels(color.legend), pch = 16, col = unique(col_samp
```

***

# Conclusion

This has been a general overview of the capabilities of scRepertoire from the initial processing and visualization to attach to the mRNA expression values in a single-cell object. If you have any questions, comments, or suggestions, please visit the GitHub repository or [email me](mailto:ncborch@gmail.com).
Expand Down

0 comments on commit da5a22e

Please sign in to comment.