Skip to content

Commit

Permalink
reorg rnaseq project
Browse files Browse the repository at this point in the history
  • Loading branch information
lpantano committed Apr 17, 2024
1 parent b378d8d commit a055d97
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 5 deletions.
3 changes: 2 additions & 1 deletion R/hello.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hello, world!
#
# This is an example function named 'hello'
# This is an example function named 'hello'
# which prints 'Hello, world!'.
#
# You can learn more about package authoring with RStudio at:
Expand All @@ -15,4 +15,5 @@

hello <- function() {
print("Hello, world!")

}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ params:
denominator: bar
subset_value: nah
params_file: params_de.R

---

```{r echo = F}
Expand Down
25 changes: 25 additions & 0 deletions inst/rmarkdown/templates/rnaseq/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "General Project Information"
author: "Harvard Chan Bioinformatics Core"
date: "`r Sys.Date()`"
output:
html_document:
code_folding: hide
df_print: paged
highlights: pygments
number_sections: true
self_contained: true
theme: default
toc: true
toc_float:
collapsed: true
smooth_scroll: true
editor_options:
chunk_output_type: console
params:
params_file: params_de.R
---

```{r echo = F}
source(params$params_file)
```
3 changes: 3 additions & 0 deletions inst/rmarkdown/templates/rnaseq/template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: bcbio RNAseq
description: Standard RNAseq down-stream analyses
create_dir: true
3 changes: 0 additions & 3 deletions inst/rmarkdown/templates/rnaseq_qc/template.yaml

This file was deleted.

0 comments on commit a055d97

Please sign in to comment.