ChIPseeker
ChIPseeker copied to clipboard
change of linetype for plotAvgProf
Hi, I have two condition I want separate line type along with colour. I used this,
plotAvgProf(gL1, xlim=c(-100, 100), xlab="Genomic Region (5'->3')", ylab = "Xlinks Count Frequency") + ggtitle ("3ss") + theme(axis.text.x = element_blank(), plot.title = element_text(hjust = 1)) + scale_linetype_manual(values=c("solid", "dashed")) + scale_color_manual(values=c("#00AFBB","#FC4E07"))
Color is changing but line type is not working, any suggestion.