forked from kew24/Intro_to_Linux_for_HPC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.Rmd
More file actions
28 lines (24 loc) · 841 Bytes
/
index.Rmd
File metadata and controls
28 lines (24 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: "Introductory Bioinformatics for VAI Users"
author: "The Bioinformatics and Biostatistics Core (BBC)"
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
bibliography: [packages.bib]
biblio-style: apalike
link-citations: yes
github-repo: vari-bbc/Intro_to_Linux_for_HPC
theme: "yeti"
description: "Bioinformatics tutorials with hands-on exercises and examples."
---
# **Introduction**
This book is divided into three sections:
1. Basic command-line commands on the High-Performance Computing System (HPC).
2. Performing a simple RNA-Seq analysis from read alignment to the identification of differentially expressed genes (DEGs).
3. TBD
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```