View source: R/prot_seq_check.R
prot_seq_check | R Documentation |
The protein sequence dataset is filtered by eliminating sequences containing the non-amino acid characters (digits and blank spaces) from the amino acid sequences. A valid amino acid sequence means a string that only contains capital letters of an alphabet and a hyphen for a gap.
prot_seq_check(prot_seq, label = NULL)
prot_seq |
amino acid sequences |
label |
label (default: NULL) |
valid sequences
Dongmin Jung
Mukhopadhyay, C. S., Choudhary, R. K., & Iquebal, M. A. (2017). Basic Applied Bioinformatics. John Wiley & Sons.
prot_seq_check(example_PTEN[1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.