Saiph: adding granularity experiment and figures

This commit is contained in:
Sandra
2020-11-12 19:37:30 +01:00
parent 86d1d426ec
commit 4ae66adb9a
4 changed files with 192 additions and 7 deletions

View File

@@ -330,6 +330,7 @@ let
saiph = {
numcomm = callPackage ./garlic/exp/saiph/numcomm.nix { };
granularity = callPackage ./garlic/exp/saiph/granularity.nix { };
};
creams = {
@@ -371,6 +372,7 @@ let
saiph = with exp.saiph; {
numcomm = merge [ numcomm ];
granularity = merge [ granularity ];
};
heat = with exp.heat; {
@@ -402,6 +404,13 @@ let
};
};
saiph = {
granularity = with ds.saiph; pp.rPlot {
script = ./garlic/fig/saiph/granularity.R;
dataset = granularity;
};
};
heat = {
test = with ds.heat; pp.rPlot {
script = ./garlic/fig/heat/test.R;