Compare_Triplets {CoNI} | R Documentation |
Compare triplets
Description
Compare vertexFeature-vertexFeature-edgeFeature between two treatments, that is, find the shared triplets between two different CoNI runs.
Usage
Compare_Triplets(
Treat1_path,
Treat2_path,
OutputName = "Shared_Genes_and_Edges_Treat1vsTreat2.csv"
)
Arguments
Treat1_path |
TableForNetwork_file1 (file generated by CoNI) with path for Treatment 1 |
Treat2_path |
TableForNetwork_file2 (file generated by CoNI) with path for Treatment 2 |
OutputName |
Output file name with path |
Value
A data.frame with the shared triplets (vertex1 vertex2 edge_feature) between two CoNI runs
Examples
#For an example see the vignette
[Package CoNI version 0.1.0 Index]