build: Build function

View source: R/build.R

buildR Documentation

Build function

Description

This function is used to finalize the Omics Screening component of OBIF, and prepares a complete dataset that will be used for the Feature Discovery component of OBIF.

Usage

build(featIDs, meta.data, dataAR, obffa.res, synex.res)

Arguments

featIDs

A vector object containing the unique IDs or names of the features of the Omics dataset

meta.data

A data frame containing the additional metadata to be associated with each feature

dataAR

A data frame containing the OBIF-scaled analysis ready expression values of all features per samples

obffa.res

A data frame with all, or selected, results from the Full Factorial Analysis

synex.res

A data frame with all, or selected, results from the relative expression calculations and scorings

Value

A data frame containing the merged columns of all the inputs. This dataset is to be used for Feature Discovery analysis.


EvansLaboratory/OBIF documentation built on March 29, 2022, 8:38 a.m.