Compare_Triplets function

Compare triplets

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" )

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

Returns

A data.frame with the shared triplets (vertex1 vertex2 edge_feature) between two CoNI runs

Examples

#For an example see the vignette
  • Maintainer: José Manuel Monroy Kuhn
  • License: GPL-3
  • Last published: 2021-09-30

Useful links