get_R {prioGene}R Documentation

Title get the final genetic disease risk scores

Description

Title get the final genetic disease risk scores

Usage

get_R(Q, bet, R_0, node_weight, threshold = 10^(-9))

Arguments

Q

the disease risk transition probability matrix

bet

a parameter to measure the importance of genes and interactions

R_0

the vector of initial disease risk scores for all genes

node_weight

a matrix, genes and their weights

threshold

a threshold for terminating iterations

Value

a matrix

Examples

get_R(Q,0.5,R_0,node_weight,10^(-9))

[Package prioGene version 0.99.0 Index]