ganet.ComLinks: Common Links finder from two list of interactions

Description Usage Arguments Details Value Note Author(s) References See Also Examples

Description

It takes two arguments as input. First one is the list of interactions that the function will find its common interactions with the second list of iterations that is entered as the second argument to the function.

Usage

1
ganet.ComLinks(netlist, netdata)

Arguments

netlist

It is a matrix of which first and second columns have the interactions for each gene pair. The rest is just ignored. It must have unique interactions.

netdata

It is a matrix of which first and second columns have the interactions for each gene pair. The rest is just ignored. It must have unique interactions.

Details

This may be used for instance to search for whether the predicted gene/protein interactions are overlapping in a biological interaction database.

Value

It results three columns matrix. The first and the second columns have the overlapping interactions. The last one has the indices showing the overlapping positions in the first argument.

Note

This package is intended to be updated with respect to feedbacks and also with updates of the current databases.

Author(s)

Gokmen Altay

References

1. G. Altay, N. Altay, D.E. Neal, Global assessment of network inference algorithms based on available literature of gene/protein interactions, Turk J Biol, 37:547-555, 2013. 2. G. Altay, J Zapardel, B Peters, "Determining preprocessing combinations and sample size for Gene Network Inference over ...", bioArxiv, 2017.

See Also

ganet.FEtest, ganet.combine, ganet.UniqNetSimp

Examples

1
2
3
4
5
#data(ganet.ex.net)  # assume this is the predicted protein interactions
#data(hprd)          # This is the HPRD database to search for in it.

#Validated <- ganet.ComLinks(netlist= as.matrix(ganet.ex.net), 
#netdata=as.matrix(hprd))

altayg/ganet documentation built on May 11, 2019, 11:29 p.m.