thunder_feature_selection: Step One of THUNDER algorithm.

Description Usage Arguments

View source: R/thunder.R

Description

Step One of THUNDER algorithm.

Usage

1
2
3
4
5
6
7
thunder_feature_selection(
  path_to_mixture,
  subset_mix_out_path = NULL,
  n_cell_types,
  itter = 200,
  out_init_nmf = NULL
)

Arguments

path_to_mixture

String. Path to .tsv file of bulk Hi-C samples.

n_cell_types

Integer. The number of columns in the basis matrix of the deconvolution. Corresponds to the number of cell types in bulk Hi-C mixture.

itter

Integer. Number of itterations for NMF algorithm. Default is 200.

out_init_nmf

String. Default is NULL. If character, then saves the initial NMF fit as a .RDS object to specified file path.


brycerowland/thundeR documentation built on Dec. 14, 2021, 4:59 p.m.