load_flist | R Documentation |
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:
load_flist(path_to_flist, verbose = FALSE)
path_to_flist |
A path to an flist file. |
verbose |
Print progress to console. |
"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.
A data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.