Mercurial > repos > mingchen0919 > aurora_fastqc_site
diff 10_adapter_content.Rmd @ 3:b9c9d1dacda6 draft
reformat code
| author | mingchen0919 |
|---|---|
| date | Fri, 09 Mar 2018 17:47:50 -0500 |
| parents | 645291efd2e7 |
| children | 94762f1cb779 |
line wrap: on
line diff
--- a/10_adapter_content.Rmd Tue Feb 27 10:39:23 2018 -0500 +++ b/10_adapter_content.Rmd Fri Mar 09 17:47:50 2018 -0500 @@ -10,7 +10,7 @@ ) ``` -# Adapter Content +### Adapter Content ```{r 'Adapter Content', fig.width=10} ## reads 1 @@ -36,6 +36,10 @@ xlim(min(comb_ac$id), max(comb_ac$id)) + ylim(0, 1) + xlab('Position in read (bp)') + - ylab('') + ylab('') + + scale_color_discrete(name = '') + + theme(axis.text.x = element_text(size = 5), + panel.background = element_rect(fill = NA), + axis.line = element_line()) ggplotly(p) -``` \ No newline at end of file +```
