Skip to content

Commit

Permalink
Update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
xie186 committed Sep 16, 2024
1 parent 0f1f65f commit 350c889
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 481 deletions.
50 changes: 45 additions & 5 deletions docs/bulkRNAseq_lab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,15 @@
},
{
"cell_type": "markdown",
"id": "302aaf00",
"id": "3f1c8a42",
"metadata": {},
"source": [
"## Download raw fastq files"
]
},
{
"cell_type": "markdown",
"id": "80708d91",
"id": "d85fdda7",
"metadata": {},
"source": [
"```\n",
Expand All @@ -214,19 +214,59 @@
},
{
"cell_type": "markdown",
"id": "4b73f096",
"id": "e574da47",
"metadata": {},
"source": [
"## Quality control "
]
},
{
"cell_type": "markdown",
"id": "c2849452",
"id": "c9298b90",
"metadata": {},
"source": [
"FASTQC -> CTrim Galore -> FASTQC "
"1. Use FastQC to check the quality of fastq files:"
]
},
{
"cell_type": "markdown",
"id": "6951d0e5",
"metadata": {},
"source": [
"```\n",
"%%bash\n",
"cd /scratch/zt1/project/bioi611/user/$USER\n",
"sbatch ../../shared/scripts/bulkRNA_s1_fastqc.sub\n",
"```"
]
},
{
"cell_type": "markdown",
"id": "3a223f5a",
"metadata": {},
"source": [
"2. Use `trim galore` to remove adaptors, low quality bases and low quality reads. "
]
},
{
"cell_type": "markdown",
"id": "2f673a41",
"metadata": {},
"source": [
"```\n",
"%%bash\n",
"cd /scratch/zt1/project/bioi611/user/$USER\n",
"sbatch ../../shared/scripts/bulkRNA_s2_trim_galore.sub\n",
"```"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "84fb878c",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
476 changes: 0 additions & 476 deletions docs/s1_lab_RNAseq_lab.ipynb

This file was deleted.

0 comments on commit 350c889

Please sign in to comment.