Description Usage Arguments Details Value Examples
Read and preprocess data about fragments contributions from a text file created with spci-ext Python scripts
1 | load_data_ext(file_name, sep = "###")
|
file_name |
name of the input text file with fragments contributions. |
sep |
separator between molecule and fragment names. Default is ###. |
An input file doesn't have a header and consists of two columns with names and values
data.frame in long format
1 2 3 4 | ## Not run:
df <- load_data_ext(file_name)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.