read_netmhc2pan_xls_output {netmhc2pan}R Documentation

Read MHC2pan output

Description

Read the output produced by MHC2pan, which is an XLS file by default.

Usage

read_netmhc2pan_xls_output(xls_filename)

Arguments

xls_filename

name of an xls file

Value

a table

Examples

xls_filename <- system.file("extdata", "example.xls", package = "netmhc2pan")
read_netmhc2pan_xls_output(xls_filename)

[Package netmhc2pan version 1.3.2 Index]