-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun.R
More file actions
16 lines (12 loc) · 769 Bytes
/
run.R
File metadata and controls
16 lines (12 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 1) Generate standard profiles
system2("Rscript", system.file("scripts","generate_synthetic_networks_and_profiles.R",
package="RobustnessProfiles"))
# 2) Generate entanglement profiles (requires Entanglement/*_MI-profile.csv files)
system2("Rscript", system.file("scripts","batch_entanglement_profiles.R",
package="RobustnessProfiles"))
# 3) Build normalized ribbons (standard)
system2("Rscript", system.file("scripts","build_profiles.R",
package="RobustnessProfiles"))
# 4) Build raw ribbons + pc bars (standard + entanglement)
system2("Rscript", system.file("scripts","build_profiles_with_entanglement.R",
package="RobustnessProfiles"))