Skip to content

Commit bbc305c

Browse files
author
timbitz
committed
change default minimum exon-exon junction count to 2percent
1 parent 665c29a commit bbc305c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/events.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ end
644644

645645
function _process_spliced( sg::SpliceGraph, sgquant::SpliceGraphQuant,
646646
node::NodeInt, motif::EdgeMotif, bias::Float64, isnodeok::Bool,
647-
minedgeweight::Float64=0.025 )
647+
minedgeweight::Float64=0.02 )
648648

649649
inc_graph = Nullable{PsiGraph}()
650650
exc_graph = Nullable{PsiGraph}()

0 commit comments

Comments
 (0)