feat: add function to calculate mean and variance
Compare changes
- Reto Tschannen authored
+ 8
− 10
@@ -23,29 +23,29 @@ def mean_variance(filepath):
@@ -65,12 +65,10 @@ def mean_variance(filepath):
Add function to calculate mean and variance from a directory with files of gene expression(Work in progress)