coverage_lit_seq_plot: Displays the literature sequence with identified residues for...

View source: R/coverage_lit_seq_plot.R

coverage_lit_seq_plotR Documentation

Displays the literature sequence with identified residues for a specific protein

Description

A plot of the literature sequence with identified fragment residues in green

Usage

coverage_lit_seq_plot(PeptideCoverage)

Arguments

PeptideCoverage

A "peptide_coverage" object generated by get_peptide_coverage. Required.

Examples

## Not run: 

# Make Peptide Coverage Object
PeptideCoverage <- get_peptide_coverage(ScanMetadata = BU_ScanMetadata, ProteinTable = ProteinTable, ProteinID = "SO_0225")

# Make plot
coverage_lit_seq_plot(PeptideCoverage)


## End(Not run)


EMSL-Computing/pspecterlib documentation built on Jan. 28, 2024, 8:13 p.m.