ValidateSpecificClusters: Specific Cluster Validation

Description Usage Arguments Value

Description

Methods for validating the legitimacy of two specific clusters using classification. SVMs are used as the basis for the classification. Merging is done based on the connectivity from an SNN graph.

Usage

1
2
ValidateSpecificClusters(object, cluster1 = NULL, cluster2 = 1,
  pc.use = 2, top.genes = 30, acc.cutoff = 0.9)

Arguments

object

Seurat object

cluster1

First cluster to check classification

cluster2

Second cluster to check with classification

pc.use

Which PCs to use for model construction

top.genes

Use the top X genes for model construction

acc.cutoff

Accuracy cutoff for classifier

Value

Returns a Seurat object, object@ident has been updated with new cluster info


paodan/studySeu documentation built on May 23, 2019, 3:06 p.m.