Skip to content

cluhaowie/PhaseDenovo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published