rpep | R Documentation |
Get random peptides from protein sequences
rpep(dt, mer_len, random_num, pepseq_col, id_col)
dt |
A dataframe with at least 1 column containg protein sequence |
mer_len |
An integer number, the length of random peptide |
random_num |
An integer number, the number of random peptides needed |
A dataframe with a column named random_pep, containg the random peptides of sepecific length extracted from given proteins.
res <- rpep(uniprot_protein_test,mer_len=9,random_num=100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.