reconstruct_sequence {HaDeX}R Documentation

Reconstruct protein sequence

Description

Reconstructs protein sequence from supplied file.

Usage

reconstruct_sequence(dat, protein = dat[["Protein"]][1])

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.

Value

reconstructed sequence - character object.

See Also

read_hdx

Examples

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


[Package HaDeX version 1.2.2 Index]