Learn R Programming

PAPi (version 1.12.0)

papiResults: An example of the data frame produced by papi.

Description

An example of the data frame produced by papi, where the first column contains the name of the metabolic pathways identified and the following columns contains their respective Activity Score (AS) in the different samples analyzed.

Usage

data(papiResults)

Arguments

Format

A data frame where the first column contains the name of the metabolic pathways identified and the following columns contains their respective Activity Score (AS) in the different samples analyzed.
pathwayname
a list of metabolic pathways identified.
Sample1
the AS of each metabolic pathway in Sample 1
Sample2
the AS of each metabolic pathway in Sample 2
Sample3
the AS of each metabolic pathway in Sample 3
Sample4
the AS of each metabolic pathway in Sample 4
Sample5
the AS of each metabolic pathway in Sample 5
Sample6
the AS of each metabolic pathway in Sample 6

Examples

Run this code
data(papiResults)
print(papiResults)

Run the code above in your browser using DataLab