Skip to content

Commit

Permalink
Merge branch 'release/3.0' of github.com:satijalab/seurat into releas…
Browse files Browse the repository at this point in the history
…e/3.0
  • Loading branch information
Paul Hoffman committed Feb 22, 2019
2 parents bd5ddfd + 456da39 commit 2c67111
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions R/clustering.R
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ FindClusters.Seurat <- function(
FindNeighbors.default <- function(
object,
distance.matrix = FALSE,
k.param = 10,
k.param = 20,
compute.SNN = TRUE,
prune.SNN = 1/15,
nn.eps = 0,
Expand Down Expand Up @@ -286,7 +286,7 @@ FindNeighbors.default <- function(
FindNeighbors.Assay <- function(
object,
features = NULL,
k.param = 10,
k.param = 20,
compute.SNN = TRUE,
prune.SNN = 1/15,
nn.eps = 0,
Expand Down Expand Up @@ -314,7 +314,7 @@ FindNeighbors.Assay <- function(
#'
FindNeighbors.dist <- function(
object,
k.param = 10,
k.param = 20,
compute.SNN = TRUE,
prune.SNN = 1/15,
nn.eps = 0,
Expand Down Expand Up @@ -355,7 +355,7 @@ FindNeighbors.Seurat <- function(
dims = 1:10,
assay = NULL,
features = NULL,
k.param = 30,
k.param = 20,
compute.SNN = TRUE,
prune.SNN = 1/15,
nn.eps = 0,
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ environment:
global:
R_ARCH: x64
USE_RTOOLS: true
BIOC_USE_DEVEL: "FALSE"
_R_CHECK_FORCE_SUGGESTS_: false
PYTHON: "C:\\Python36-x64"
RETICULATE_PYTHON: "C:\\Python36-x64"
Expand Down
8 changes: 4 additions & 4 deletions man/FindNeighbors.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c67111

Please sign in to comment.