Description Usage Arguments Value Examples
View source: R/plot_singlepeptides.R
plot_singlepeptides
generates a stacked barplot with of protein(s) to
which peptides map to.
1 | plot_singlepeptides(Qfeature, SV_seq, ProtFeatures, ENSG = TRUE, plot = TRUE)
|
Qfeature |
QFeatures, Data object. |
SV_seq |
AAStringSet, DNAString object. |
ProtFeatures |
list, ProtFeatures$ProtSeq us a DNAString object. |
ENSG |
Logical, Whether or not peptide-mapping proteins are mapped to genes. |
plot |
Logical(1),
If |
a stacked bar chart
1 2 3 | if(interactive()){
plot_singlepeptides(QWCLpeptidesfiltered_clean,SV_seq,ProtFeatures)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.