forked from rarias/bscpkgs
Saiph: adding granularity experiment and figures
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user