reconstruct_sequence: Reconstruct protein sequence
Description
Reconstructs protein sequence from supplied file.
Usage
reconstruct_sequence(dat, protein = dat[["Protein"]][1])
Value
reconstructed sequence - character object.
Arguments
dat
data read by read_hdx
protein
the protein of which the structure is to be reconstructed
Details
The function reconstructs protein sequence from supplied experimental data. If a position is not covered, x is shown.
First version doesn't support manual sequence length correction.