Skip to content

Commit fbf8567

Browse files
committed
Removed internal seed setting
1 parent ca4a54c commit fbf8567

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

R/BLOBFISH.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ RunBLOBFISH <- function(geneSet, networks, alpha, hopConstraint, nullDistributio
8080
GenerateNullPANDADistribution <- function(ppiFile, motifFile, sampSize = 20,
8181
numberOfPandas = 10){
8282

83-
# Set the seed.
84-
set.seed(1)
85-
8683
# Read the motif.
8784
motif <- utils::read.table(motifFile, sep = "\t")
8885
ppi <- utils::read.table(ppiFile, sep = "\t")

0 commit comments

Comments
 (0)