Skip to contents

Function that makes the final prediction

Usage

impact_prediction(final_df, distance_cutoff = 5, network_approach = "all")

Arguments

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

Value

data.frame contains the prediction results

Details

This function takes a data.frame which contains all the required features and compute the impact of a mutation.