Doublet_Detection_SCDShybrid: A Doublet_Detection_SCDShybrid Function

View source: R/Doublet_Detection_SCDShybrid.R

Doublet_Detection_SCDShybridR Documentation

A Doublet_Detection_SCDShybrid Function

Description

This function allows you to detect doublets using both Doublet_Finder algorithm.

Usage

Doublet_Detection_SCDShybrid(
  SeuratObject,
  saveDIR,
  Sample,
  Species = "hsa",
  FeatureUseCount = 2500,
  PCAnum = 10,
  resClus = 0.5,
  ClusPallette = ClusPallette,
  SCDShybrid = TRUE,
  plotCCgene = TRUE
)

Arguments

SeuratObject

Seurat Object.

saveDIR

Path to save Quality plots and RDS data.

Sample

Sample Name.

Species

Species Name. Valid options are hsa or mmu.

FeatureUseCount

Number of features to select as top variable features; only used when selection.method is set to 'dispersion' or 'vst'

PCAnum

Number of PCs to be used

resClus

Resolution to be used for clustering

ClusPallette

Color pallete to be used for clusters

SCDShybrid

Run SCDShybrid Doublet Detection Algorithm

plotCCgene

Plots TOP2A gene or not

Examples

Doublet_Detection_SCDShybrid()

parveendabas/SCA documentation built on Sept. 19, 2022, 8:31 a.m.