-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreread_sequencing.Rmd
51 lines (35 loc) · 1.38 KB
/
preread_sequencing.Rmd
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
title: "Next Generation Sequencing"
author: "`r paste0('<b>Pre-read</b> • ',format(Sys.time(), '%d-%b-%Y'))`"
institute: Zifo RnD Solutions
output:
xaringan::moon_reader:
encoding: 'UTF-8'
self_contained: true
chakra: 'assets/remark-latest.min.js'
css: 'assets/slide.css'
lib_dir: libs
include: NULL
nature:
ratio: '4:3'
highlightLanguage: r
highlightStyle: github
highlightLines: true
countIncrementalSlides: false
slideNumberFormat: "%current%/%total%"
---
<!--------------- Only edit title, subtitle & author above this --------------->
---
### Sequencing (NGS)
* https://geneticeducation.co.in/what-is-sequencing-read-in-ngs/#
* https://www.technologynetworks.com/genomics/articles/an-overview-of-next-generation-sequencing-346532
* https://thebiologynotes.com/next-generation-sequencing-ngs/
### Sequence Read Archive (SRA)
* https://www.ncbi.nlm.nih.gov/sra/docs/sradownload/
* https://btep.ccr.cancer.gov/docs/b4b/Module1_Unix_Biowulf/Lesson6/#what-is-the-sra
* https://linsalrob.github.io/ComputationalGenomicsManual/Databases/SRA.html
### Entrez Direct
* https://www.ncbi.nlm.nih.gov/books/NBK179288/
* https://anaconda.org/bioconda/entrez-direct
* https://bioconda.github.io/recipes/entrez-direct/README.html
---