Skip to content

Commit

Permalink
Merge pull request #3 from landau-lab/update-readme
Browse files Browse the repository at this point in the history
Fixing the headers in the readme
  • Loading branch information
allyhawkins authored Jun 3, 2022
2 parents 91fd6c1 + afbf83f commit adc980f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
- [Reference files and general setup](#reference-files-and-general-setup)
- [GoT-Splice Pipeline overview](#got-splice-pipeline-overview)
- [Junction Calling in Single Cells](#junction-calling-in-single-cells)
- [Annotation of Intron Junctions](#annotation-of-intron-junctions)
- [Annotation of Junctions](#annotation-of-junctions)
- [Differential Transcript Usage](#differential-transcript-usage)
- [Option A: Individual Patient](#option-a-individual-patient)
- [Option A: Individual Samples](#option-a-individual-samples)
- [Option B: Combine Samples](#option-b-combine-samples)
- [Option C: Within Cell Types/ Clusters](#option-c-within-cell-types-clusters)
- [Running the full GoT-Splice pipeline](#running-the-full-got-splice-pipeline)
Expand Down Expand Up @@ -84,9 +84,9 @@ Rscript junc_calling_script.R \
```
Final ouptput: Counts matrix with each row as a junction and each column as a cell, metadata containing junction information, including gene, transcript ID, and chromosomal location.

### Annotation of Intron Junctions
### Annotation of Junctions

Annotation of intron junctions identified in sample.
Annotation of junctions identified in sample.
Here the reference gtf is used to classify each 5' and 3' end of the intron.
Output will add on additional columns to the metadata table including startClass and endClass, classifying the junction ends as the canonical (main) or alternative (not_main_3_prime/not_main_5_prime) end.
Events will also be classified as exon skipping events or alternative splicing events.
Expand Down Expand Up @@ -143,7 +143,7 @@ Rscript strand_adjustment.R \
<path/to/output>
```

#### Option A: Individual Patient
#### Option A: Individual Samples

2. Run Differential transcript usage analysis.
This requires the strand adjusted metadata matrix, full counts matrix from intron junction calling, and a table with cell barcodes, genotype information, and cell type assignment (produced from short read data analysis using GoT).
Expand Down

0 comments on commit adc980f

Please sign in to comment.