Skip to content

Commit

Permalink
missed umap for rmDoublets
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaopaul committed May 25, 2021
1 parent d80c3d4 commit f92af2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/src/rmDoublets.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ if(any(class(input.obj) == 'Seurat')) {
reg.var = 'nCount_ATAC')
seurat.obj = FindNeighbors(seurat.obj, reduction = 'pca', dims = 1:30, k.param = 20)
seurat.obj = FindClusters(seurat.obj, resolusion = 0.6)
seurat.obj = RunTSNE(seurat.obj, dims = 1:30, reduction = 'pca', check_duplicates = FALSE)
seurat.obj = RunUMAP(seurat.obj, dims = 1:30, reduction = 'pca', verbose = F)

}

seurat.obj = FindDoublets_Atac(seurat.obj, PCs = 1:10, exp_rate = drate,
Expand Down

0 comments on commit f92af2b

Please sign in to comment.