scandal_cna_compute_scores: Compute the cell CNA score

Description Usage Arguments Value Author(s)

View source: R/cnv_inference.R

Description

Computes the CNA score for each cell which is composed of the CNA signal (the sum of squares of computed CNAs) and CNA correlation (the pearson's correlation between the cell CNA profile and the tumor's CNA profile).

Usage

1
2
3
4
5
6
scandal_cna_compute_scores(
  object,
  cna_matrix = NULL,
  hotspot_threshold = 0.9,
  verbose = FALSE
)

Arguments

verbose

Value

A tibble with three columns:

  1. CellID

  2. Signal

  3. Correlation

Author(s)

Avishay Spitzer


dravishays/scandal documentation built on Jan. 8, 2020, 1:30 p.m.