calc_contribution: Calculate score contributions by phosphorylation site

Description Usage Arguments Value Examples

Description

Calculate score contributions by phosphorylation site

Usage

1
calc_contribution(matched_data)

Arguments

matched_data

Input

Value

matched_data with contribution scores calculated

Examples

1
2
3
4
5
6
7
8
#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)

pll21/pKSEA documentation built on May 27, 2019, 8:46 a.m.