Skip to content

Commit

Permalink
Minor updates to argument naming
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-jackson committed Sep 8, 2024
1 parent d14e3aa commit 9473015
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions R/concordex-internals.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
x,
labels,
...,
n_neighbors=30,
compute_similarity=FALSE,
BLUSPARAM,
BNINDEX,
n_neighbors=30,
compute_similarity=FALSE,
BNPARAM=KmknnParam(),
BPPARAM=SerialParam(),
precomputed=FALSE,
Expand Down
16 changes: 8 additions & 8 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ recent bioRxiv preprint
> Jackson, K.; Booeshaghi, A. S.; Gálvez-Merchán, Á.; Moses, L.; Chari, T.; Pachter, L. Quantitative assessment of single-cell RNA-seq clustering with CONCORDEX. bioRxiv (Cold Spring Harbor Laboratory) 2023. https://doi.org/10.1101/2023.06.28.546949.
@article {Jackson2023.06.28.546949,
author = {Jackson, Kayla C. and Booeshaghi, A. Sina and G{\'a}lvez-Merch{\'a}n, {\'A}ngel and Moses, Lambda and Chari, Tara and Kim, Alexandra and Pachter, Lior},
title = {Identification of spatial homogeneous regions in tissues with concordex},
year = {2024},
doi = {10.1101/2023.06.28.546949},
publisher = {Cold Spring Harbor Laboratory},
URL = {https://www.biorxiv.org/content/early/2024/07/18/2023.06.28.546949},
journal = {bioRxiv}
}
author = {Jackson, Kayla C. and Booeshaghi, A. Sina and G{\'a}lvez-Merch{\'a}n, {\'A}ngel and Moses, Lambda and Chari, Tara and Kim, Alexandra and Pachter, Lior},
title = {Identification of spatial homogeneous regions in tissues with concordex},
year = {2024},
doi = {10.1101/2023.06.28.546949},
publisher = {Cold Spring Harbor Laboratory},
URL = {https://www.biorxiv.org/content/early/2024/07/18/2023.06.28.546949},
journal = {bioRxiv}
}

## Maintainer

Expand Down

0 comments on commit 9473015

Please sign in to comment.