This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Original code: https://drmowinckels.io/blog/christmas-tree-in-ggplot/ | |
| ## Original tweet: https://twitter.com/drmowinckels/status/1073261218276798465?s=12 | |
| ## Other links: | |
| # https://rladies-baltimore.github.io/post/making-holiday-cards-in-r-2018/ | |
| # https://twitter.com/fellgernon/status/1062769524917833728 | |
| # https://blogs.sas.com/content/iml/2012/12/14/a-fractal-christmas-tree.html | |
| # https://twitter.com/thomasp85/status/811537760783912960 | |
| ## Link to tweet about this code: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| You are welcome to redistribute it under certain conditions. | |
| Type 'license()' or 'licence()' for distribution details. | |
| Natural language support but running in an English locale | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| title: "LIBD rstats club" | |
| author: "L. Collado-Torres" | |
| date: "11/30/2018" | |
| output: | |
| powerpoint_presentation: | |
| reference_doc: template.potx | |
| --- | |
| ```{r setup, include=FALSE} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| title: "LIBD rstats club" | |
| author: "L. Collado-Torres" | |
| date: "11/30/2018" | |
| output: | |
| powerpoint_presentation: | |
| reference_doc: template.potx | |
| --- | |
| ```{r setup, include=FALSE} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ source activate encode-atac-seq-pipeline | |
| $ for i in *.sh; do echo $i; qsub $i; done | |
| test_qsub_no_v.sh | |
| Your job 6225766 ("test_qsub_no_v.sh") has been submitted | |
| test_qsub_v_activate.sh | |
| Your job 6225767 ("test_qsub_v_activate.sh") has been submitted | |
| test_qsub_v.sh | |
| Your job 6225768 ("test_qsub_v.sh") has been submitted | |
| 15:51 test_qsub_v $ pwd | |
| /users/lcollado/test_qsub_v |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| arg_name | n_functions | default_consistent | default_consistent_percent | ||
|---|---|---|---|---|---|
| 1 | x | 163 | FALSE | 95.7055214723926 | |
| 2 | pattern | 1 | TRUE | 100 | |
| 3 | ... | 227 | TRUE | 100 | |
| 4 | i | 8 | FALSE | 62.5 | |
| 5 | value | 5 | TRUE | 100 | |
| 6 | e1 | 3 | TRUE | 100 | |
| 7 | e2 | 3 | TRUE | 100 | |
| 8 | a | 5 | TRUE | 100 | |
| 9 | b | 5 | FALSE | 80 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| draft: yes | |
| title: LIBD rstats club remote useR!2018 notes | |
| author: '' | |
| date: '2018-07-13' | |
| slug: libd-rstats-club-remote-user-2018-notes | |
| categories: | |
| - rstats | |
| tags: | |
| - conference |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| output: | |
| pdf_document | |
| title: "Usable human gene expression data and annotation-agnostic methods" | |
| author: Leonardo Collado-Torres | |
| date: "`r format(Sys.time(), '%B %d, %Y')`" | |
| geometry: margin=1in | |
| fontfamily: mathpazo | |
| fontsize: 11pt | |
| bibliography: essay.bib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +++ | |
| title = "{{ replace .TranslationBaseName "-" " " | title }}" | |
| date = {{ .Date }} | |
| draft = false | |
| # Tags and categories | |
| # For example, use `tags = []` for no tags, or the form `tags = ["A Tag", "Another Tag"]` for one or more tags. | |
| tags = [] | |
| categories = [] |