View source: R/update_hdexaminer_file.R
| update_hdexaminer_file | R Documentation |
Update data from HDeXaminer file
update_hdexaminer_file(
dat,
fd_time,
old_protein_name = NULL,
new_protein_name = NULL,
old_state_name = NULL,
new_state_name = NULL,
confidence = c("High", "Medium")
)
dat |
data imported by the |
fd_time |
time point [min] for fully deuterated sample |
old_protein_name |
protein name to be changed |
new_protein_name |
new name for old_protein_name |
old_state_name |
state names to be changed |
new_state_name |
new names for old_state_name |
confidence |
vector of accepted confidence values (internal flag from HDeXaminer). By default only accepted values are 'Medium' and 'High', with 'Low' excluded |
The function update_hdexaminer_file
changes the data read from HDeXaminer file.
Data from HDeXaminer is condensed and automated
data retrieving may be corrected by the user.
The original file has a mark "FD" for fully deuterated
data instead of numerical value for time point
(provided in minutes) that is not consistent for workflow
and not enough for precise data description.
Moreover, the data about both protein and state is included
in one column and for detailed information
function update_hdexaminer_file allows to change them.
a data.frame object
read_hdx
calculate_kinetics
plot_coverage
plot_position_frequency
reconstruct_sequence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.