Description Usage Arguments Value
This function performs propagation of the patient's profiles passed as columns of a matrix
1 2 3 4 5 6 7 8 9 10 11 |
net |
Gene interaction network as adjacency matrix |
geno |
Numeric matrix of genetic profiles |
norm |
Default row, options: row or column or laplacian, it indicates the graph normalization performed on the network |
n_cores |
Default 2, An integer value greater than 0 indicating the number of cores to use for parallel computing |
r |
Default 0.8, A double value lower than 1 indicating the percentage of information that a gene keeps (0.8 is 80 percentage) |
stop_step |
Default 200, An integer value greater than 0 indicating the number of iterations of the propagation |
stop_delta |
Default 1e-06, A double value lower than 0 indicating the threshold under which all imputed propagation values are set 0 |
keep_zero_profiles |
Default FALSE, Boolean: TRUE if to keep profiles without information |
keep_no_nodes |
Default FALSE, Boolean: TRUE if to keep profile's rows without node in the network |
A list with elements describing the input data which are by the method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.