prepare_data: Prepare the data for downstream analysis

View source: R/prepare_data.R

prepare_dataR Documentation

Prepare the data for downstream analysis

Description

This function takes vectors of gene names, log Fold-change values and optionally p-values and formats them into a tibble for downstream analysis.

Usage

prepare_data(genes, logfc, pvalues = NULL)

Arguments

genes

a character vector of gene names

logfc

a numeric vector of log fold-change values

pvalues

(optional) a numeric vector of p-values

Details

The function returns an object of class BPNList that will update as the analysis proceeds

Value

An object of class BPNList with the following slot set:

input

Examples

TRUE

AliSajid/BioPathNet documentation built on July 4, 2023, 6:40 a.m.