Skip to content

Commit 02641a1

Browse files
committed
increased default for the n parameter for correlations filtering to 200000
1 parent b964764 commit 02641a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/allClasses.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ setClass('AssignmentParameters',
3838
prototype = list(
3939
technique = 'FIE',
4040
correlations = list(method = 'pearson',pAdjustMethod = 'bonferroni',corPvalue = 0.05),
41-
filter = list(rthresh = 0.7,n = 100000,rIncrement = 0.01,nIncrement = 20000),
41+
filter = list(rthresh = 0.7,n = 200000,rIncrement = 0.01,nIncrement = 20000),
4242
maxM = 1000,
4343
maxMFscore = 5,
4444
ppm = 5,

0 commit comments

Comments
 (0)