read_netmhc2pan_xls_output: Read MHC2pan output

View source: R/read_netmhc2pan_xls_output.R

read_netmhc2pan_xls_outputR 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)

netmhc2pan documentation built on July 2, 2026, 5:06 p.m.