Learn R Programming

HaDeX (version 1.2.3)

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.

See Also

read_hdx

Examples

Run this code
dat <- read_hdx(system.file(package = "HaDeX", "HaDeX/data/KD_180110_CD160_HVEM.csv"))
reconstruct_sequence(dat)

Run the code above in your browser using DataLab