Description Usage Arguments Author(s)
View source: R/pdb_functions2.R
This function makes an input and eluate table based on the make_sequence_hit_list() function
1 2 3 4 5 6 7 | rbd.makeIETable(
sequence_hit_list,
prefixes,
proteases = c("ArgC", "LysC"),
output_file_name = "pipeline_output_file.csv",
experiment_directory = NULL
)
|
sequence_hit_list |
Output from rbd.makeSeqHitList() function |
prefixes |
Prefix in file name identifying the experiments |
proteases |
Proteases used in the experiment. Defaults to c('ArgC','LysC') |
outline_file_name |
Name of output file. Defaults to 'pipeline_output_file.csv' |
Emma Gail
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.