Description Usage Arguments Details Value See Also Examples
View source: R/reconstruct_sequence.R
Reconstructs protein sequence from supplied file.
1 | reconstruct_sequence(dat, protein = dat[["Protein"]][1])
|
dat |
data read by |
protein |
the protein of which the structure is to be reconstructed |
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.
reconstructed sequence - character
object.
1 2 | dat <- read_hdx(system.file(package = "HaDeX", "HaDeX/data/KD_180110_CD160_HVEM.csv"))
reconstruct_sequence(dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.