parseTRRUST: parseTRRUST

View source: R/parseTRRUST.R

parseTRRUSTR Documentation

parseTRRUST

Description

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

Usage

parseTRED(in.file)

Arguments

in.file

A tab seperated file containing the TRRUST 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 <- parseTRRUST("trrust_rawdata.human.tsv")
ents <- entsRels$ents
rels <- entsRels$rels


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