warning_filter_correlated_cell_scExp: warning_filter_correlated_cell_scExp

Description Usage Arguments Value

View source: R/correlation_filtering_clustering.R

Description

warning_filter_correlated_cell_scExp

Usage

1
2
3
4
5
6
7
8
warning_filter_correlated_cell_scExp(
  scExp,
  random_iter,
  corr_threshold,
  percent_correlation,
  run_tsne,
  verbose
)

Arguments

scExp

A SingleCellExperiment object containing 'Cor', a correlation matrix, in reducedDims.

random_iter

Number of random matrices to create to calculate random correlation scores. (50)

corr_threshold

Quantile of random correlation score above which a cell is considered to be 'correlated' with another cell. (99)

percent_correlation

Percentage of the cells that any cell must be 'correlated' to in order to not be filtered. (1)

run_tsne

Re-run tsne ? (FALSE)

verbose

(TRUE)

Value

Warnings or Errors if the input are not correct


ChromSCape documentation built on Nov. 8, 2020, 6:57 p.m.