powered by
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" )
TableForNetwork_file1 (file generated by CoNI) with path for Treatment 1
TableForNetwork_file2 (file generated by CoNI) with path for Treatment 2
Output file name with path
A data.frame with the shared triplets (vertex1 vertex2 edge_feature) between two CoNI runs
# NOT RUN { #For an example see the vignette # }
Run the code above in your browser using DataLab