Skip to content

Commit 5013b73

Browse files
committed
norm_scores_non=list(norm_score)
1 parent d678387 commit 5013b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compare_junctions_hist.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ a <- function(x, all_cse_identify_data){
139139

140140
# Aggregate data across junction-samples
141141
if (nrow(variant_junctions_data)[[1]] > 0){
142-
non_variant_junctions_aggr = non_variant_junctions_data[, list(mean_norm_score_non=mean(norm_score),sd_norm_score_non=sd(norm_score),norm_scores_non=sd(norm_score),total_score_non=sum(score)),
142+
non_variant_junctions_aggr = non_variant_junctions_data[, list(mean_norm_score_non=mean(norm_score),sd_norm_score_non=sd(norm_score),norm_scores_non=list(norm_score),total_score_non=sum(score)),
143143
by=list(chrom,start,end,strand,anchor,variant_info,info)]
144144
} else {
145145
return(data.table())

0 commit comments

Comments
 (0)