Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…2018 into dev
  • Loading branch information
renewiegandt committed Dec 14, 2018
2 parents 906942e + 8669b3e commit d67f477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/merge.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ difference = formatC(sumb/suma, digits=4)
loss = formatC(1 - suma/sumb, digits=2)
lengthb = formatC(mean(before$V3-before$V2), digits=4)
lengtha = formatC(mean(splitted$length), digits=4)
stats=data.frame(sum_nt_input=sumb, sum_nt_filtered=suma, factor=difference, loss=loss, mean_length_input=lengthb, mean_length_filtered=lengtha)
stats=data.frame(sum_nt_input=sumb, sum_nt_filtered=suma, factor=difference, loss=loss, mean_length_input=lengthb, mean_length_filtered=lengtha, flag_1_ratio=length(which(splitted$containsMaxpos == 1))/dim(splitted)[1])
write.table(stats, "../FilterMotifs.stats", row.names=FALSE, quote=FALSE, sep='\t')

0 comments on commit d67f477

Please sign in to comment.