x = rpois(100,10);
y = rpois(100,5);
exon_start = 1;
exon_end = 50;
gamma = perform_permutation_ds(x,y,exon_start,exon_end,50,60);
cat("Shape parameter = ",gamma$shape,"Scale parameter = ",gamma$scale);
Run the code above in your browser using DataLab