Browse code

bug fix

atuldeshpande authored on 10/02/2025 15:02:31
Showing 1 changed files

... ...
@@ -122,7 +122,6 @@ findGenesOfInterest<-function(
122 122
     interactGenes <- buildInteractGenesdf(res_kruskal,res_dunn_test,ind,
123 123
                                           fdr.level,pattern1,pattern2,
124 124
                                           analysis)
125
-    }
126 125
 
127 126
     return(interactGenes)
128 127
 }