impact_prediction: Impact Prediction

View source: R/impact_prediction.R

impact_predictionR Documentation

Impact Prediction

Description

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

Details

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

Value

data.frame contains the prediction results


berkgurdamar/predatoR documentation built on Jan. 10, 2023, 10:51 p.m.