Analysis Surrounding HRP2 and HRP3 deletions
  • Home
  • Final Manuscript
  • Window Analysis
    • Windows
    • Running Haplotype Reconstruction on Windows
    • Genomic Locations Of Final Windows

    • Window analysis by coverage
    • Processing Coverage Initial Windows
    • Processing Coverage on Sub Windows

    • Window analysis of deletion patterns
    • Telomere healing
    • Processing Samples with HRP2 Deletions TARE1
    • Processing Samples with Chr11 Deletions TARE1
    • Processing Samples for chr13 TARE1 presence
    • pfmdr1 duplication
    • Processing Samples with pfhrp3 13-5++ deletion pattern

    • Final Coverage Windows
    • Processing Coverage on Sub Windows - final

    • Window analysis by sequence/variation
    • Plotting haplotype variation within regions

    • Analysis by SNP variant analysis
    • Calling variants and Estimating COI
    • Plotting BiAllelic Variant Plots
  • HB3/SD01 Longreads analysis
    • Set up
    • Creating Hybrid genomes

    • Spanning Raw Reads analysis
    • Processing Spanning Reads
    • SD01 spanning specific

    • HB3
    • Processing chr11 and chr13
    • Final Process Assembly

    • SD01
    • Running SD01 assemblies
    • Processing SD01 assemblies

    • Both
    • Illumina against HB3/SD01 Assemblies
    • Comparison To 3D7 Simplified View
  • rRNA Segmental Duplications

    • Chr11/13 Duplicated Region
    • Characterizing Duplicated Region
  • Related Genomic Regions Vis
    • Analysis
    • Finding shared regions genome wide
    • Mapping out surrounding Genes on Assembled Strains

    • Misc
    • Plotting HRPs Tandem Repeats
    • Info on all rRNA
  • Comparing to related Plasmodiums
    • Comparing to all 6 Plasmodium Laverania
    • Comparing to all 6 Plasmodium Laverania Gene Arrangements chr05,07,08,11,13
    • Comparing to HRP2/3 falciparum sequences
  • References
    • Getting Raw Data References
    • References
    • R Session and Commandline tools info

Contents

  • tandem repeat finder
  • nucmer

Plasmodium Laverania

  • Show All Code
  • Hide All Code

  • View Source

Comparing to genome assembly of all other six Plasmodium species within the subgenus Laverania(Otto et al. 2018)

Theoretical timeline of the P. Laverania subgenus

tree of rRNA of all of P. laverania
Code
genomes = readr::read_tsv("assembly_study_links.txt")
create_dt(genomes)

/tank/data/plasmodium/genomes/pLaverania/genomes/PadleriG01.fasta
/tank/data/plasmodium/genomes/pLaverania/genomes/PbillcollinsiG01.fasta
/tank/data/plasmodium/genomes/pLaverania/genomes/PblacklockiG01.fasta
/tank/data/plasmodium/genomes/pLaverania/genomes/PgaboniG01.fasta
/tank/data/plasmodium/genomes/pLaverania/genomes/PpraefalciparumG01.fasta
/tank/data/plasmodium/genomes/pLaverania/genomes/PreichenowiG01.fasta

tandem repeat finder

Code
/bin/ls /tank/data/plasmodium/genomes/pLaverania/genomes/*.fasta | sed 's/.*\//g'  | sed 's/.fasta/g' > species.txt

runTRFCmds.txt

Code
CMD:elucidator runTRF --fasta /tank/data/plasmodium/genomes/pLaverania/genomes/{SPECIES}.fasta --supplement --dout trf_{SPECIES} --overWriteDir
{SPECIES}:species.txt 
Code
nohup elucidator runMultipleCommands --cmdFile runTRFCmds.txt --numThreads 6 &

nucmer

runNucmerCmds.txt

Code
CMD:nucmer /tank/data/genomes/plasmodium/genomes/pf/genomes/Pf3D7.fasta /tank/data/genomes/plasmodium/genomes/pLaverania/genomes/{SPECIES}.fasta --prefix {SPECIES}_to_Pf3D7_nucmer > nuclog_{SPECIES}.txt 2>&1 && show-coords -T -l  -c -H {SPECIES}_to_Pf3D7_nucmer.delta | elucidator parseNucmerResultsToBed  --coordsOutput STDIN --overWrite --out {SPECIES}_to_Pf3D7_nucmer.delta.bed  && elucidator splitColumnContainingMeta --file {SPECIES}_to_Pf3D7_nucmer.delta.bed --delim tab --column col.6 --removeEmptyColumn  --addHeader  --overWrite --out {SPECIES}_to_Pf3D7_nucmer.delta.tsv && elucidator filterBedRecordsByLength --bed {SPECIES}_to_Pf3D7_nucmer.delta.bed --minLen 2000 --overWrite --out minlen2000_{SPECIES}_to_Pf3D7_nucmer.delta.bed && elucidator bedGetIntersectingGenesInGff --gff /tank/data/genomes/plasmodium/genomes/pf/info/gff/Pf3D7.gff --extraAttributes description --bed minlen2000_{SPECIES}_to_Pf3D7_nucmer.delta.bed --out minlen2000_{SPECIES}_to_Pf3D7_nucmer.delta_withGeneInfo.bed
{SPECIES}:species.txt 
Code
nohup elucidator runMultipleCommands --cmdFile runNucmerCmds.txt --numThreads 6 &

References

Otto, Thomas D, Aude Gilabert, Thomas Crellen, Ulrike Böhme, Céline Arnathau, Mandy Sanders, Samuel O Oyola, et al. 2018. “Genomes of All Known Members of a Plasmodium Subgenus Reveal Paths to Virulent Human Malaria.” Nat Microbiol 3 (6): 687–97.
Source Code
---
title: "*Plasmodium Laverania*"
---

```{r setup, echo=FALSE, message=FALSE}
source("../common.R")
```


Comparing to genome assembly of all other six *Plasmodium* species within the subgenus Laverania[@Otto2018-mb]

Theoretical timeline of the *P. Laverania* subgenus  
![](41564_2018_162_Fig6_HTML.png)


![tree of rRNA of all of *P. laverania*](rRna_tree_laverania_plusAllPf.png)

```{r}
genomes = readr::read_tsv("assembly_study_links.txt")
create_dt(genomes)
```

/tank/data/plasmodium/genomes/pLaverania/genomes/PadleriG01.fasta  
/tank/data/plasmodium/genomes/pLaverania/genomes/PbillcollinsiG01.fasta  
/tank/data/plasmodium/genomes/pLaverania/genomes/PblacklockiG01.fasta  
/tank/data/plasmodium/genomes/pLaverania/genomes/PgaboniG01.fasta  
/tank/data/plasmodium/genomes/pLaverania/genomes/PpraefalciparumG01.fasta  
/tank/data/plasmodium/genomes/pLaverania/genomes/PreichenowiG01.fasta  

## tandem repeat finder  

```{bash, eval = F}
/bin/ls /tank/data/plasmodium/genomes/pLaverania/genomes/*.fasta | sed 's/.*\//g'  | sed 's/.fasta/g' > species.txt

```

**runTRFCmds.txt**
```{bash, eval = F}
CMD:elucidator runTRF --fasta /tank/data/plasmodium/genomes/pLaverania/genomes/{SPECIES}.fasta --supplement --dout trf_{SPECIES} --overWriteDir
{SPECIES}:species.txt 
```

```{bash, eval = F}
nohup elucidator runMultipleCommands --cmdFile runTRFCmds.txt --numThreads 6 &
```

## nucmer  

**runNucmerCmds.txt** 
```{bash, eval = F}
CMD:nucmer /tank/data/genomes/plasmodium/genomes/pf/genomes/Pf3D7.fasta /tank/data/genomes/plasmodium/genomes/pLaverania/genomes/{SPECIES}.fasta --prefix {SPECIES}_to_Pf3D7_nucmer > nuclog_{SPECIES}.txt 2>&1 && show-coords -T -l  -c -H {SPECIES}_to_Pf3D7_nucmer.delta | elucidator parseNucmerResultsToBed  --coordsOutput STDIN --overWrite --out {SPECIES}_to_Pf3D7_nucmer.delta.bed  && elucidator splitColumnContainingMeta --file {SPECIES}_to_Pf3D7_nucmer.delta.bed --delim tab --column col.6 --removeEmptyColumn  --addHeader  --overWrite --out {SPECIES}_to_Pf3D7_nucmer.delta.tsv && elucidator filterBedRecordsByLength --bed {SPECIES}_to_Pf3D7_nucmer.delta.bed --minLen 2000 --overWrite --out minlen2000_{SPECIES}_to_Pf3D7_nucmer.delta.bed && elucidator bedGetIntersectingGenesInGff --gff /tank/data/genomes/plasmodium/genomes/pf/info/gff/Pf3D7.gff --extraAttributes description --bed minlen2000_{SPECIES}_to_Pf3D7_nucmer.delta.bed --out minlen2000_{SPECIES}_to_Pf3D7_nucmer.delta_withGeneInfo.bed
{SPECIES}:species.txt 
```

```{bash, eval = F}
nohup elucidator runMultipleCommands --cmdFile runNucmerCmds.txt --numThreads 6 &
```