JaccardAnalysis: Jaccard Analysis Function

Description Usage Arguments Value Examples

Description

This function conducts Jaccard analysis to calculate the Jaccard similarity between cells

Usage

1
2
JaccardAnalysis(whitelisted.celltag.data, save.mtx = TRUE,
  plot.corr = TRUE, save.plot = TRUE)

Arguments

whitelisted.celltag.data

The single-cell data with whitelisted celltag.

save.mtx

Would you like to save the jaccard matrix? Default to TRUE. Save the matrix to the working directory.

plot.corr

Would you like to plot the correlation matrix?

save.plot

Would you like to save the plot? Save the plot to the working directory.

Value

The jaccard matrix

Examples

1
JaccardAnalysis(celltags.whitelisted)

morris-lab/CloneHunter documentation built on June 12, 2019, 11:01 a.m.