rpep: Get random peptides from protein sequences

View source: R/rpep.R

rpepR Documentation

Get random peptides from protein sequences

Description

Get random peptides from protein sequences

Usage

rpep(dt, mer_len, random_num, pepseq_col, id_col)

Arguments

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

Value

A dataframe with a column named random_pep, containg the random peptides of sepecific length extracted from given proteins.

Examples

res <- rpep(uniprot_protein_test,mer_len=9,random_num=100)



wt12318/Easy_Bioinfo documentation built on June 17, 2022, 9:22 a.m.