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


CL-CHEN-Lab/User_interface_for_Kronos_scRT documentation built on Aug. 1, 2022, 2:08 p.m.