Jackknife_patient_coclustering: Get jackknifed patient co-clustering probability.

View source: R/getter_functions.R

Jackknife_patient_coclusteringR Documentation

Get jackknifed patient co-clustering probability.

Description

After jackknife computations via revolver_jackknife, this function extracts a matrix reporting the co-clustering probability for the input patients.

Usage

Jackknife_patient_coclustering(x)

Arguments

x

A REVOLVER cohort with fits, clusters and jackknife results.

Value

A matrix of co-clustering probability.

See Also

Other Jackknife statistics: Jackknife_cluster_stability(), Jackknife_trajectories_stability()

Examples

# Data released in the 'evoverse.datasets'
data('TRACERx_NEJM_2017_REVOLVER', package = 'evoverse.datasets')

Jackknife_patient_coclustering(TRACERx_NEJM_2017_REVOLVER)

caravagn/revolver documentation built on May 21, 2022, 5:48 p.m.