Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
malachig committed Jul 18, 2023
1 parent 4a39b8a commit 1b28375
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _posts/0009-08-01-Integrated_Assignment_Answers.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ grep -w "PCA3" Homo_sapiens.GRCh38.92.gtf | grep -w "exon" | cut -f 9 | cut -d "

**Q3.)** How many samples do you see under the data directory?

**A3.)** The answer is 6. The samples are paired per file, and are named based on their accession number.
**A3.)** The answer is 6 samples. The number of files is 12 because the sequence data is paired (an R1 and R2 file for each sample). The files are named based on their SRA accession number.

```bash
cd $RNA_INT_ASSIGNMENT/raw_reads/
cd $RNA_INT_ASSIGNMENT/data/
ls -l
ls -l | wc -l
ls -1 | wc -l
```

NOTE: The fastq files you have copied above contain only the first 1000000 reads. Keep this in mind when you are combing through the results of the differential expression analysis.
NOTE: The fastq files you have copied above contain only the first 1,000,000 reads. Keep this in mind when you are combing through the results of the differential expression analysis.

## Part 1 : Data preprocessing

Expand Down

0 comments on commit 1b28375

Please sign in to comment.