parseTRED: parseTRED

View source: R/parseKBs.R

parseTREDR Documentation

parseTRED

Description

Process TRED data into a format usable by this enrichment pipeline.

Usage

parseTRED(in.file)

Arguments

in.file

A csv file containing the TRED database.

Value

A list of two dataframes, ents and rels. The ents dataframe is all the entries from the selected database. The rels table describes the relations between the entries

Examples


entsRels <- parseTRED("TRED.csv")
ents <- entsRels$ents
rels <- entsRels$rels


umbibio/CIE-R-Package documentation built on Sept. 26, 2023, 3:37 a.m.