load_flist: Load flist

View source: R/RWR_netstats.R

load_flistR Documentation

Load flist

Description

load_flist loads an flist file from a given path. An flist file is a tab-delimited file that describes a multiplex network. It should have the following three columns:

Usage

load_flist(path_to_flist, verbose = FALSE)

Arguments

path_to_flist

A path to an flist file.

verbose

Print progress to console.

Details

"path to file" "short name of network" 'group"

'groups' are either 1, 2, or 3. All 1's will form one multiplex network (e.g. gene-to-gene), All 2's will form a separate multiplex network (e.g. disease-to-disease), And all 3's will be used to join the 1's and 2's together (e.g. gene-to-disease) You don't have to have both 1's and 2's. But if you do have 1's and 2's, you SHOULD have at least one 3 to join them up.

Value

A data.table


dkainer/RWRtoolkit documentation built on Jan. 11, 2025, 3:26 a.m.