tibble_to_row_clusters: Given a tibble of gene expression matrix, perform row wise...

View source: R/global.R

tibble_to_row_clustersR Documentation

Given a tibble of gene expression matrix, perform row wise clustering

Description

Given a tibble of gene expression matrix, perform row wise clustering

Usage

tibble_to_row_clusters(
  x,
  row_ident = 1,
  cols_to_use,
  use_z_score_for_clustering = TRUE,
  output_cols = "zscore",
  num_of_top_var_rows = -1,
  nclust = 4
)

Arguments

x

internal

row_ident

internal

cols_to_use

internal

use_z_score_for_clustering

internal

output_cols

internal

num_of_top_var_rows

internal

nclust

internal

Value

internal


cparsania/FungiExpresZ documentation built on March 15, 2024, 5:48 p.m.