load_data_ext: Read and preprocess data about fragments contributions from a...

Description Usage Arguments Details Value Examples

View source: R/functions.R

Description

Read and preprocess data about fragments contributions from a text file created with spci-ext Python scripts

Usage

1
load_data_ext(file_name, sep = "###")

Arguments

file_name

name of the input text file with fragments contributions.

sep

separator between molecule and fragment names. Default is ###.

Details

An input file doesn't have a header and consists of two columns with names and values

Value

data.frame in long format

Examples

1
2
3
4
## Not run: 
  df <- load_data_ext(file_name)

## End(Not run)

DrrDom/rspci documentation built on April 27, 2021, 4:26 a.m.