Compare triplets
Compare vertexFeature-vertexFeature-edgeFeature between two treatments, that is, find the shared triplets between two different CoNI runs.
Compare_Triplets( Treat1_path, Treat2_path, OutputName = "Shared_Genes_and_Edges_Treat1vsTreat2.csv" )
Treat1_path
: TableForNetwork_file1 (file generated by CoNI) with path for Treatment 1Treat2_path
: TableForNetwork_file2 (file generated by CoNI) with path for Treatment 2OutputName
: Output file name with pathA data.frame with the shared triplets (vertex1 vertex2 edge_feature) between two CoNI runs
#For an example see the vignette
Useful links