read_ipa: Read IPA Expression Analysis

View source: R/read_ipa.R

read_ipaR Documentation

Read IPA Expression Analysis

Description

Read an IPA Expression Analysis export all and optionally write to an Excel file with each table in a separate tab.

Usage

read_ipa(file, excel = FALSE, mylists = FALSE)

Arguments

file

IPA output file (created using Export All on the main Summary tab)

excel

write to Excel file

mylists

include optional My Pathways and My Lists

Value

a list of tibbles or Excel file

Author(s)

Chris Stubben

Examples

 ## Not run: 
 x <- read_ipa("RPR2_vs_RPM.txt")
 names(x)
 read_ipa("RPR2_vs_RPM.txt",  excel=TRUE)
 
## End(Not run)

HuntsmanCancerInstitute/hciR documentation built on March 26, 2024, 3:09 a.m.