Description Usage Arguments Value Author(s) See Also Examples
View source: R/make_kmer_dataframe.R
convert a peptide data frame to kmer data frame
1 | make_kmer_dataframe(peptides, kmer_length = 12, overlap = 6)
|
peptides |
a tibble of peptides with two columns named "id" and "pep_aa" |
kmer_length |
length of desired kmer |
overlap |
number of overlapped residuals between two consecutive kmers |
a data frame of kmers with the desired structure for alignment
Jennifer L. Remmel, Siyang Xia sxia@hsph.harvard.edu
1 2 3 | data(peptide_df)
kmer_df <- make_kmer_dataframe(peptides = peptide_df)
head(kmer_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.