Skip to content

Commit

Permalink
plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Aug 22, 2024
1 parent c187a90 commit b901512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/rd.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ if (length(args)>1) {

# Whole genome
maxCN = as.integer(max(x[,6])+1)
#maxCN = 16
p = ggplot(data=x, aes(x=start, y=x[,6]))
p = p + geom_point(pch=21, color="black", fill="black", size=0.5)
p = p + xlab("Chromosome")
Expand Down

0 comments on commit b901512

Please sign in to comment.