Skip to content

wchnicholas/IGHV3-53_sequence_features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Characterization of sequence features in IGHV3-53/66 antibodies that bind to SARS-CoV-2 RBD

Dependencies

Installation

Easiest way to install PEAR is through Anaconda

And the following to install the needed package:

conda install -c bioconda pear

INPUT FILES

Analyzing IGHV3-53/3-66 RBD antibodies from literature

  1. categorize antibodies based on CDR H3 length and light chain germline

    • run python script script/summarize_LC_vs_CDRH3_length.py
    • run R script script/plot_LC_vs_CDRH3_length.R for plotting
  2. analyzing SHM for antibodies with different CDR H3 length

    • run python script script/format_SHM_table.py
    • run R script script/plot_SHM_heatmap.R for plotting

Analyzing yeast display screening NGS data

  1. merge overlapping paired-end reads

    • pear -f [READ1 FASTQ FILE] -r [READ2 FASTQ FILE] -o fastq/S10
  2. run analysis for the assembled files

    • run python script script/fastq2count.py to count the frequence of each variant of CDRH3 loop
    • run python script script/merge&calculate.py to calculate the relative enrichment of each variant
  3. plotting results

    • run R script script/plot_yeast_display.R

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published