Description Slots Objects from the Class Author(s)
Class dagPeptides.
An S4 class to represent formatted, aligned peptides for dagLogo analysis.
dataA data frame with column names: IDs, anchorAA, anchorPos, peptide and anchor.
peptidesA matrix of character, each element is a single-character symbol for a amino acid.
upstreamOffsetAn integer, the upstream offset relative to the anchoring position.
downstreamOffsetAn integer, the downstream offset relative to the anchoring position.
typeA character vector of length 1. Available options :"UniProt",
and "fasta" if the dagPeptides object is generated using
the function formatSequence, or "entrezgene" and
"uniprotswissprot" if generated by the function fetchSequence.
Objects can be created by calls of the form
new("dagPeptides", data, peptides, upstreamOffset, downstreamOffset, type).
Jianhong Ou
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.