RgeNMF | R Documentation |
RgeNMF(E,
O,
Symbol,
PeakName,
Symbol_location,
Peak_location,
feature_cut_perc=0.01,
corr_cut_k=100000,
cell_num_smooth=sqrt(dim(E)[2]),
core=8)
E |
|
O |
|
Symbol |
|
PeakName |
|
Symbol_location |
|
Peak_location |
|
feature_cut_perc |
value of filter |
corr_cut_k |
value of filter |
cell_num_smooth |
value of filter |
core |
Number of core to use |
W123h$H |
H, which is result of RegNMF |
W123H$W1 |
W1, which is result of RegNMF |
W123H$W2 |
W2, which is result of RegNMF |
W123H$W3 |
W3, which is result of RegNMF |
W123H$Reg_adj |
Regulations of each cell |
W123H$Reg_gene_name |
target genes of each Reg |
W123H$Reg_peak_name |
peak_name of each Reg |
W123H$Gene_name |
Reg_gene_name |
W123H$peak_name |
Reg_peak_name |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.