Results for "tab-deilimited"

Blogs

Bookmarks

  • methylKit

    methylKit is an R package for DNA methylation analysis and annotation from high-throughput bisulfite sequencing. The package is designed to deal with sequencing data from R...

    2902 days ago

  • CIRCOS Visualize !!

    Before uploading a data file, check the samples gallery to make sure that your data format is compatible. Your file must be plain text. Your data values...

    2812 days ago

  • +8 more Bookmarks

Top-level pages

Wire posts

  • Convert space separated data to tab separated: perl -p -i -e 's/\s+/\t/g' file.txt #Perl #Tipsoftheday #Perlonliner

    3873 days ago

  • #Extract #Chromosome #Number And Start Position #Reads: samtools view bamfile.bam|awk '{print $3 "\t" $4 "\t" $4+length($10)-1}' > newfile.tab

    2876 days ago

  • +5 more Wire posts

News

Bio-Scripts

Tags

  • 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

    2192 days ago

Comments