Learn R Programming

netmhc2pan (version 1.3.2)

read_netmhc2pan_xls_output: Read MHC2pan output

Description

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

Usage

read_netmhc2pan_xls_output(xls_filename)

Value

a table

Arguments

xls_filename

name of an xls file

Examples

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

Run the code above in your browser using DataLab