Skip to main content

An HPV integration sites detection tool for targeted capture sequencing data

Project description

SearcHPV

An HPV integration point detection tool for targeted capture sequencing data

Introdution

  • SearcHPV detects HPV fusion sites on both human genome and HPV genome
  • SearcHPV is able to provide locally assembled contigs for each integration events. It will report at least one and at most two contigs for each integration sites. The two contigs will provide information captured for left and right sides of the event.

Getting started

  1. Required resources
  • Unix like environment
  • Third-party tools:
Python/3.7.3 https://www.python.org/downloads/release/python-373/
samtools/1.5 https://github.com/samtools/samtools/releases/tag/1.5
BWA/0.7.15-r1140 https://github.com/lh3/bwa/releases/tag/v0.7.15
java/1.8.0_252 https://www.oracle.com/java/technologies/javase/8all-relnotes.html
Picard Tools/2.23.8 https://github.com/broadinstitute/picard/releases/tag/2.23.8
PEAR/0.9.2 https://github.com/tseemann/PEAR
CAP3/02/10/15 http://seq.cs.iastate.edu/cap3.html

  1. Download and install Firstly, download and install the required resources. Then, tap these commands in your terminal:
pip install searcHPV

  1. Usage SearcHPV have four main steps. You could either run it start-to-finish or run it step-by-step.
  • Usage:
searcHPV <options> ...
  • Standard options:
 -fastq1 <str>  sequencing data: fastq/fq.gz file
 -fastq2 <str>  sequencing data: fastq/fq.gz file
 -humRef <str>  human reference genome: fasta file
 -virRef <str>  HPV reference genome: fasta file
  • Optional options:
-window <int>   the length of region searching for informative reads, default=300
-output <str>   output directory, default "./"
-align  run the alignment step, step1
-genomeFusion   call the genome fusion points, step2
-assemble local assemble for each integration event, step3
-hpvFusion call the HPV fusion points, step4

  • Examples:
  1. Run it start-to-finish:
searcHPV -fastq1 Sample_81279.R1.fastq.gz -fastq2 Sample_81279.R2.fastq.gz -humRef hs37d5.fa -virRef HPV.fa -output /home/scratch/HPV_fusion/Sample_81279

  1. Run it step-by-step:
searchHPV -align -fastq1 Sample_81279.R1.fastq.gz -fastq2 Sample_81279.R2.fastq.gz -humRef hs37d5.fa -virRef HPV.fa -output /home/scratch/HPV_fusion/Sample_81279
searchHPV -genomeFusion -fastq1 Sample_81279.R1.fastq.gz -fastq2 Sample_81279.R2.fastq.gz -humRef hs37d5.fa -virRef HPV.fa -output /home/scratch/HPV_fusion/Sample_81279
searchHPV -assemble -fastq1 Sample_81279.R1.fastq.gz -fastq2 Sample_81279.R2.fastq.gz -humRef hs37d5.fa -virRef HPV.fa -output /home/scratch/HPV_fusion/Sample_81279
searchHPV -hpvFusion -fastq1 Sample_81279.R1.fastq.gz -fastq2 Sample_81279.R2.fastq.gz -humRef hs37d5.fa -virRef HPV.fa -output /home/scratch/HPV_fusion/Sample_81279

Output

  1. Alignment: the marked dupliaction alignment bam file and customized reference genome.\
  2. Genome Fusion Point Calling: orignal callset, filtered callset, filtered clustered callset.\
  3. Assemble: supportive reads, contigs for each integration events (unfiltered).\
  4. HPV fusion Point Calling: alignment bam file for contigs againt human and HPV genome.\ Final output: summary of all the integration events, contig sequences for all the integration events.

Citation

Contact

wenjingu@umich.edu

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

searcHPV-1.0.0.dev2.tar.gz (19.5 kB view details)

Uploaded Source

Built Distributions

searcHPV-1.0.0.dev2-py3.7.egg (37.9 kB view details)

Uploaded Source

searcHPV-1.0.0.dev2-py3-none-any.whl (20.8 kB view details)

Uploaded Python 3

File details

Details for the file searcHPV-1.0.0.dev2.tar.gz.

File metadata

  • Download URL: searcHPV-1.0.0.dev2.tar.gz
  • Upload date:
  • Size: 19.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for searcHPV-1.0.0.dev2.tar.gz
Algorithm Hash digest
SHA256 68f162d44562e2a83b06592564f8f6499bbbf434ed86be539bb00ddebc641a9d
MD5 94eaa15163cf20324f3089cab5d4b93b
BLAKE2b-256 a5581ba25873d83c5c39dc8bc42bd622bd36f0c4bb99159eb16ccf320170dc54

See more details on using hashes here.

Provenance

File details

Details for the file searcHPV-1.0.0.dev2-py3.7.egg.

File metadata

  • Download URL: searcHPV-1.0.0.dev2-py3.7.egg
  • Upload date:
  • Size: 37.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for searcHPV-1.0.0.dev2-py3.7.egg
Algorithm Hash digest
SHA256 0f08a6af388025af6d4aa9d53ea214358dae87c8f7f492bd5814f63a60532f8e
MD5 1f758559a6fe3900449368b3ded060c1
BLAKE2b-256 f761b8ea9c6b9460bf7b57339574fa5217f0eb057b82d7d071021c783ab7b55a

See more details on using hashes here.

Provenance

File details

Details for the file searcHPV-1.0.0.dev2-py3-none-any.whl.

File metadata

  • Download URL: searcHPV-1.0.0.dev2-py3-none-any.whl
  • Upload date:
  • Size: 20.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for searcHPV-1.0.0.dev2-py3-none-any.whl
Algorithm Hash digest
SHA256 6731ff9fc7c54783e972966d483cd714d9c83918dd7508f966de1f8d404c737b
MD5 555de43d1ab804fa0ac1b8383789e7dd
BLAKE2b-256 0d12cbd16e2cc98c6e5ce8da5df4bbfdef0b78beee1b14357d2904f300d8f512

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page