localScore (version 1.0.6)

loadScoreFromFile: Load score from file

Description

Reads a csv file with 2-3 columns and returns it as a list object of vectors, with names corresponding to the first column of the file. For details view section "File Formats" in vignette.

Usage

loadScoreFromFile(filepath, ...)

Arguments

filepath

optional: location of file on disk. If not provided, a file picker dialog will be opened.

...

optional: use arguments from read.csv

Value

A List Object - Names correspond to the first column, usually Letters. If probabilities are provided, they will be loaded too and presumed to be in the third column