Step One of THUNDER algorithm.
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
)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.