calc_contribution {pKSEA} | R Documentation |
Calculate score contributions by phosphorylation site
Description
Calculate score contributions by phosphorylation site
Usage
calc_contribution(matched_data)
Arguments
matched_data |
Input |
Value
matched_data
with contribution scores calculated
Examples
#Read in example summary statistics dataset from csv
summarydata_ex <- read.csv(system.file("extdata", "example_data1.csv", package="pKSEA"))
#Get matched data using predictions from NetworKIN
matched_data_ex <- get_matched_data(summarydata_ex, NetworKINPred_db)
#Calculate contributions
calc_ex <- calc_contribution(matched_data_ex)
[Package pKSEA version 0.0.1 Index]