Reconstruct protein sequence
reconstruct_sequence.RdReconstruct protein sequence from experimental data
Usage
reconstruct_sequence(
dat,
protein = dat[["Protein"]][1],
states = unique(dat[["State"]]),
end = NULL
)Value
a character object.
Details
The function reconstruct_sequence
generates protein sequence from supplied experimental data.
For a position not covered, letter x is shown.
If the C-terminus of protein is not covered, there is a
possibility to manually fix the protein length by passing
a value to the `end` parameter.