PIK | R Documentation |
Pathway induced kernel (Manica et al. 2019)
PIK(x, L, rwr_smoothing = FALSE, rwr_restart_prob = 0.75, ...)
PIK_KEGG(x, gene_key = "SYMBOL", ...)
PIK_from_networks(x, networks, normalized_laplacian = TRUE, parallel = 1, ...)
PIK_GNGS(x, gene_network, gene_sets, ...)
x |
gene feature matrix |
L |
pathway graph Laplacian matrix |
rwr_smoothing |
apply feature smoothing |
rwr_restart_prob |
restart probability for smoothing |
... |
passed on to |
gene_key |
column in |
networks |
list of igraph objects corresponding to pathway graphs |
normalized_laplacian |
normalize Laplacian for calculations |
parallel |
number of parallel threads |
gene_network |
|
gene_sets |
|
kernel matrix
list
of KEGG-based pathway-kernel matrices
list of kernel matrices
list of kernel matrices
PIK_KEGG()
: Use KEGG pathways to form pathway induced kernels
PIK_from_networks()
: Pathway induced kernel from networks
PIK_GNGS()
: Extract subnetworks based on pathway genesets and compute PIKs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.