scTHI_plotCluster: scTHI_plotCluster

Description Usage Arguments Value Examples

View source: R/scTHI_plotCluster.R

Description

Graphs the output of scTHI_runTsne, labeling cells by clusters.

Usage

1
2
scTHI_plotCluster(scTHIresult, cexPoint = 0.8, legendPos = c("topleft",
  "topright", "bottomright", "bottomleft"))

Arguments

scTHIresult

scTHI object.

cexPoint

Set the point size.

legendPos

Character string to custom the legend position.

Value

None

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
library(scTHI.data)
data(scExample)
result <-  scTHI_score(scExample,
                       cellCusterA = colnames(scExample)[1:30],
                       cellCusterB = colnames(scExample)[31:100],
                       cellCusterAName = "ClusterA",
                       cellCusterBName = "ClusterB", filterCutoff = 0,
                       pvalueCutoff = 1, nPermu = 100, ncore = 8)
result <- scTHI_runTsne(result)
scTHI_plotCluster(result)

scTHI documentation built on Nov. 8, 2020, 7:37 p.m.