Skip to content

phase de novo variant with long and short read sequencing

Notifications You must be signed in to change notification settings

BCM-Lupskilab/PhaseDenovo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhaseDenovo

This repo includes the R script to phase de novo variant based on long and short-read sequencing data.

Input files

  1. A bed file includes de novo variants:
  • Chrom
  • pos
  • REF
  • ALT
  1. vcf file with variant phased using whatshap(v.1.0) run whatshap using short-read and long-read data to get the physical phased variant (0|1, 1|0, etc.)

[~]$ whatshap phase -o phased.vcf --reference=reference.fasta input.vcf nanopore.bam pacbio.cram illumina.bam

Run on Rstudio

Example of running the script in Rstudio.

Session infor

About

phase de novo variant with long and short read sequencing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.5%
  • R 0.5%