Compare_Triplets: Compare triplets

Description Usage Arguments Value Examples

Description

Compare vertexFeature-vertexFeature-edgeFeature between two treatments, that is, find the shared triplets between two different CoNI runs.

Usage

1
2
3
4
5
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

1
#For an example see the vignette

CoNI documentation built on Sept. 30, 2021, 5:09 p.m.