Description Usage Arguments Value
View source: R/peptide_signature.R
Generate and score candidate artificial peptide substrate sequences
1 2 3 4 5 6 7 8 | generate_substrates(
fisher_tables,
uniprot_dt,
screener_dt,
target_kinase,
screening_kinase = "ALL",
n_hits = NULL
)
|
fisher_tables |
A list containing two data tables: 1) Exact Test P-values and 2) Fisher Exact Odds. |
uniprot_dt |
A data.table containing in silico negative peptide sequences for each 'uniprot_id' found in the 'substrates_dt' file. |
screener_dt |
A four-element list generated using the 'multi_screener()' function. |
target_kinase |
Abbreviation (typically 3 letter) for the enzyme the substrate is to be optimized for. |
screening_kinase |
A vector of kinases to optimize against. Setting screening_kinase = "ALL" will screen against every enzyme in the existing screener file. |
n_hits |
The top 'n_hits' substrates scored to be active for 'target_kinase and the lowest substrate scores for all other enzymes in the screener panel. |
A four-element list containing: 1) Position-specific candidate amino acid residues, 2) Table of generated substrate scores for enzymes specified by 'screening_kinase', 3) Table of generated substrate sequences, and 4) The top 'n_hits' candidate substrates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.