read_svmtrip: Read saved output from SVMtrip

View source: R/read_svmtrip.R

read_svmtripR Documentation

Read saved output from SVMtrip

Description

This function is used to read the saved HTML output from SVMtrip

Usage

read_svmtrip(res.file, protID, proteins, ...)

Arguments

res.file

path to the results file. Must be an HTML file containing the SVMtrip output.

protID

ID of the protein represented in res.file

proteins

data frame containing protein data related to the predictions in res.file. Each position in a protein must be represented by a row in this data frame. Must have at least the columns Info_UID (with protein IDs) and Info_center_pos (with position on the protein).

...

Currently unused.

Author(s)

Felipe Campelo (f.campelo@aston.ac.uk)


fcampelo/epitopes documentation built on April 22, 2023, 12:23 a.m.