View source: R/bagOfGenesEnrichment.R
computeKSEA | R Documentation |
compute kinase substrate enrichment - osama's code wrapped in package.
computeKSEA(
genes.with.values,
ksea_FDR = 0.05,
prefix = "",
order_by = "z.score",
height = 8.5,
width = 11,
NetworKIN = TRUE,
linkedSubs = 5,
suffix = "png"
)
genes.with.values |
data frame containing a Gene column, as well as a Residue.Both column and FC column (see KSEA app). |
prot.univ |
the space of all proteins we are considering |
KSEA output type stuff * KSEA using not only the known substrates in PSP but also the predicted substrates in NetworKIN
Osama
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.