| calculate_activity | R Documentation | 
Calculates activities for each signature in an ADAGE model for each sample in the input_data
calculate_activity(input_data, model, HW_cutoff = 2.5)
| input_data | a data.frame with gene IDs in the first column and expression values from the second column. | 
| model | the ADAGE model to be used for calculating signature activity | 
| HW_cutoff | number of standard deviations away from mean in a node's weight distribution to be considered as high-weight (default to 2.5). Signature activities are calculated only using HW genes. | 
a data.frame with the first column being signature names and the rest columns storing signature activities for every sample in the input_data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.