RT_clustering: Hclustering to identify RT signatures

View source: R/Clustering.R

RT_clusteringR Documentation

Hclustering to identify RT signatures

Description

Hclustering to identify RT signatures

Usage

RT_clustering(
  ...,
  deltaRT_th = 0.1,
  CrossingRT = T,
  n_clusters = NULL,
  colors = NULL
)

Arguments

...,

bulk/pseudo-bulk RTs dataframes (chr,start,end,RT,group)

deltaRT_th,

min RT change for a region to be considered

CrossingRT,

IF true, only changes that are crossing the mid RT value will be considered

n_clusters,

number of clusters

colors,

min, midpoint and max colors

Value

list


Derfen3001/Kronos.scRT documentation built on Aug. 5, 2022, 8:30 a.m.