Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
afust committed Jan 30, 2019
1 parent 3623cbe commit 050c55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/uropa_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ features <- c()

# plot
density <- subset(df.uropa.final[,c("distance","feature")], (df.uropa.final[,"distance"]<y.lim))
dpq <- qplot(distance,data=density, geom="density", color=feature, xlab = "Distance to feature", ylab = "Relative count")
dpq <- qplot (distance,data=density, geom="density", color=feature, xlab = "Distance to feature", ylab = "Relative count")
print(dpq + ggtitle("Distance to features across finalhits"))

# plot 2
Expand Down

0 comments on commit 050c55a

Please sign in to comment.