Skip to content

Commit

Permalink
Merge pull request #1 from EllaSchwab/main
Browse files Browse the repository at this point in the history
Updated readme
  • Loading branch information
nahid18 authored Jun 17, 2024
2 parents 8c67f3d + 0d789ba commit d2af7fe
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# reTCR
# TCR Repertoire Analysis in R

TCR Repertoire Analysis in R

<img width="346" alt="reTCR_logo" src="https://github.com/EllaSchwab/reTCR/assets/118077332/2e96e990-14ad-4f52-97ff-1b0af108dc57">

This package provides a streamlined resource for uniformly processed publicly available TCR-seq data from SRA with attention to known library preparation method and normalization by read number. The goal of reTCR is to provide users with a wealth of easy to access, end-to-end, uniformly processed data for exploratory analysis.

The raw sequencing data were processed with MiXCR using a specifc library preset for each study and further downsampled by read number allowing for comparison between samples. Normalization is crucial for separating biological signal from technical noise. Next, output from MiXCR is reformatted and input into [pyTCR](https://github.com/Mangul-Lab-USC/pyTCR) for downstream analysis. Users can browse attributes such as study metadata, clonotype count per sample, and several diveristy metrics.

> [!WARNING]
> The package work is in progress.
Expand Down Expand Up @@ -172,3 +177,4 @@ reTCR::get_bottom_n_clonotypes(proj@data, 20, "cmv_status")
# get hill numbers
print(proj@hill)
```

0 comments on commit d2af7fe

Please sign in to comment.