View source: R/impact_prediction.R
impact_prediction | R Documentation |
Function that makes the final prediction
impact_prediction(final_df, distance_cutoff = 5, network_approach = "all")
final_df |
data.frame contains all the required features for impact prediction |
distance_cutoff |
distance cutoff for setting edges (default = 5) |
network_approach |
network building approach; "all" (default) for using all atoms only or "ca" for using ca atoms only |
This function takes a data.frame which contains all the required features and compute the impact of a mutation.
data.frame contains the prediction results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.