A Good computational biologist is only as good as the tools he uses (or maybe how good he is at google) rofl kidding ...
Life is always easier when you find the correct tool.
I also adopt the path of least resistance when trying to solve problems that are more common than I imagine.
There's always the good old linux tools for comparing SNPs called from different programs / options
grep | sed | awk | cut | diff | comm
see http://ged.msu.edu/angus/tutorials-2011/snp_tutorial.html
and if you are working with NGS data, you most probably already have samtools installed on your system and you might have used bcftools
Did you also know that there's also a (unrelated) set of tools called vcftools?
http://vcftools.sourceforge.net/
Then there's also the highly used BEDTools http://code.google.com/p/bedtools/
which I highly recommend to keep as part of your tools collection. Check out the link below
Do watch out for this 'oversight' in vcftools as pointed out in seqanswers.
Overlap number discrepancy between VCFTools and BEDTools
Life is always easier when you find the correct tool.
I also adopt the path of least resistance when trying to solve problems that are more common than I imagine.
There's always the good old linux tools for comparing SNPs called from different programs / options
grep | sed | awk | cut | diff | comm
see http://ged.msu.edu/angus/tutorials-2011/snp_tutorial.html
and if you are working with NGS data, you most probably already have samtools installed on your system and you might have used bcftools
Did you also know that there's also a (unrelated) set of tools called vcftools?
http://vcftools.sourceforge.net/
The VCFtools package is broadly split into two sections:
- The vcftools binary program, generally used to analyse VCF files.
- The Vcf.pm perl module, which is a general Perl API containing a core of the utilities vcf-convert, vcf-merge, vcf-compare, vcf-isec, and others.
Documentation
Examples of usage by topic
Then there's also the highly used BEDTools http://code.google.com/p/bedtools/
which I highly recommend to keep as part of your tools collection. Check out the link below
Do watch out for this 'oversight' in vcftools as pointed out in seqanswers.
Overlap number discrepancy between VCFTools and BEDTools
Usage | Examples of common usage. Featured |
No comments:
Post a Comment