Browse Source

Canviar thr variable al plot

main
root 2 years ago
parent
commit
c01a133038
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      chromatoR/app.R

+ 1
- 1
chromatoR/app.R

@ -229,7 +229,7 @@ server <- function(input, output) {
geom_text(data=picks, aes(label=Base, y=3800, color=factor(Base,levels=c("G","A","T","C"))))+
geom_text(data=picks, aes(label=num, y=4250), size=3, angle=90, hjust=0.5, vjust=0.5)+
scale_color_manual(values=c("G"="black", "A"="#66CC00", "T"="red","C"="blue"))+
geom_hline(yintercept = peakthr)+
geom_hline(yintercept = input$thr)+
theme_classic()
print("Final Imagen")
}

Loading…
Cancel
Save