Results for "vcf"

Blogs

Bookmarks

  • Bioinformatics Protocols

    ...up* GATK: Unified Genotyper* FreeBayesEach of these tools takes as its input a BAM file of aligned reads and generates a list of likely variants in VCF format Pipelines are for tho...

    3657 days ago

  • CrossMap

    ...(GRCh37), Mouse mm9 (MGSCv37) <> mm10 (GRCm38)). It supports most commonly used file formats including SAM/BAM, Wiggle/BigWig, BED, GFF/GTF, VCF. CrossMap is designed to lif...

    3013 days ago

  • +26 more Bookmarks

Pages

Top-level pages

Wire posts

News

Bio-Scripts

Tags

  • Genome Browsers

    Genome Browser is the platform/database used for searching and retreiving sequences and annotation of genomes belong to various eukaryotes, prokaryotes, etc. Following are the weblink for different available browsers: http://www.ensembl.org/index.html http://ensemblgenomes.org/ http://genome....

    Tags: Genome Browser, Organism, Plant, Animal, Bacteria, fungi, Genome Sequence, DNA, Sequencing, Annotation, SNP, gff, gtf, gff3, vcf, bed

    3919 days ago

  • Convert VCF to tab-deilimited table

    Performed with GATK : java -Xmx8g -jar GenomeAnalysisTK.jar \ -T VariantsToTable \ -R reference.fa \ -V reference_genomes_GT.vcf \ -F CHROM -F POS -F REF -F ALT -GF GT \ -o reference_genomes_GT.table multiple_sample.vcf should also be converted to multiple_sample_GT.table using this...

    Tags: Convert, VCF, tab-deilimited, table

    2186 days ago

Comments