Usage Arguments Value Author(s) Examples
View source: R/getEnzymeCuts.R
1 | getEnzymeCuts(sequence,topo = FALSE, topodb = NULL, rmsignal=T, signalend=24)
|
sequence |
amino acid sequence |
topo |
boolean for a dataframe generated with getTopologyPlotDB() |
topodb |
name of the getTopologyPlotDB() dataframe |
rmsignal |
boolean for the removal of the signal peptide chain |
signalend |
final amino acid residue of the signal chain |
The functions returns a data.frame with amino acid positiob (AA.Number) and indicator variables if that position could be enzymatically cut by Pepsin (P), Trypsin (T), or Chymotrypsin (Ch). "Enzyme" column is a cancatenation of P,T,and Ch columns.
Maria Suprun, Randall J. Ellis, Mayte Suárez-Fariñas
1 2 3 4 5 6 7 | aa.seq<-"MAMAGVFVLFSFVLCGFLPDAAFGAEVDCSRFPNA
TDKEGKDVLVCNKDLRPICGTDGVTYTNDCLLCAYSIEFGTNIS
KEHDGECKETVPMNCSSYANTTSEDGKVMVLCNRAFNPVCGTDG
VTYDNECLLCAHKVEQGASVDKRHDGGCRKELAAVSVDCSEYPK
PDCTAEDRPLCGSDNKTYGNKCNFCNAVVESNGTLTLSHFGKC"
getEnzymeCuts(aa.seq, topo = FALSE,
rmsignal = TRUE, signalend = 24)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.