Skip to content

nicwulab/H3N2_2020_RBS_epistasis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mapping mutations that can confer H3N2 A/Italy/11871/2020 (Italy20) with L194P compatibility

Obejctives

We introduced 10 amino acid substitutions found betweeen H3N2 A/Italy/11871/2020 (Italy20) and H3N2 A/Singapore/INFIMH-16-0019/2016 (Sing16) to generate all possible combinations (1024 variants) and probe for mutations that can confer compatibility with egg-adaptive mutation L194P.

Dependencies

Input files

Merging the Illumina NGS raw reads using PEAR

  1. Merge overlapping paired-end reads using PEAR
    pear -f [FASTQ FILE FOR FORWARD READ] -r [FASTQ FILE FOR FORWARD READ] -o [OUTPUT FASTQ FILE]
    • Output files should be placed in a folder named fastq_merged/

Counting and calculate enrichment for both replicates

  1. Trim off 5' and 3' flanking region, count variants based on nucleotide sequences, then translate the nucleotide seqeunces into amino acid seqeunces, and finally identify mutations python3 script/Italy20_HA_fastq2enrich.py

Filtering the enrichment results

  1. Filter out the variants that contains L194P python3 script/Italy20_HA_filter.py

  2. Find variants that are highly enriched across both replicates Rscript script/Italy20_HA_CutOff.R

Ploting the enrichment data

  1. Plot the enrichment data across replicates Rscript script/Italy20_plot_compare_rep.R

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published