|
| 1 | +# Bioinformatics - Extra Resources |
| 2 | + |
| 3 | +# Software Documentation |
| 4 | +* [Circos](http://circos.ca/documentation/course/) |
| 5 | +* [OpenGene Libraries](https://github.com/OpenGene) |
| 6 | +* [GATK Tools](https://www.broadinstitute.org/gatk/guide/tooldocs/index) |
| 7 | +* [ADAM](http://bdgenomics.org/) Big-Data Genomics |
| 8 | +* [FastQC](http://www.bioinformatics.babraham.ac.uk/projects/fastqc/) |
| 9 | +* samtools 1:[BioBits'](http://biobits.org/samtools_primer.html) 2:[DaveTang's](https://github.com/davetang/learning_bam_file) 3:[YanhuiFan's](https://felixfan.github.io/bam-sam/) 4:[BinaryFlags](https://broadinstitute.github.io/picard/explain-flags.html) |
| 10 | +* [bcftools](https://samtools.github.io/bcftools/howtos/variant-calling.html) 1:[GATK](http://gatkforums.broadinstitute.org/gatk/discussion/1268/what-is-a-vcf-and-how-should-i-interpret-it) 2:[DaveTang's](https://github.com/davetang/learning_vcf_file) 3:[Paper](https://www.researchgate.net/publication/230658044_A_beginners_guide_to_SNP_calling_from_high-Throughput_DNA-sequencing_data) |
| 11 | +* bedtools 1:[Quinlan](http://quinlanlab.org/tutorials/bedtools/bedtools.html) 2:[YanhuiFan's](https://felixfan.github.io/bedtools/) |
| 12 | +* BWA |
| 13 | +* bowtie2 |
| 14 | +* [Tuxedo Suite](http://cole-trapnell-lab.github.io/cufflinks/) 1:[YanhuiFan's](http://felixfan.github.io/tophat-cufflinks/) |
| 15 | +* [bedops](https://bedops.readthedocs.org/en/latest/content/usage-examples.html) |
| 16 | +* [picard](http://broadinstitute.github.io/picard/) |
| 17 | +* [jvarkit](https://github.com/lindenb/jvarkit) |
| 18 | +* [Exomiser](http://www.sanger.ac.uk/science/tools/exomiser) disease causing variants |
| 19 | +* [PopSV](https://github.com/jmonlong/PopSV) structural variants |
| 20 | +* [Silva](http://compbio.cs.toronto.edu/silva/) silent mutations |
| 21 | +* [Variant Effect Predictor](http://www.ensembl.org/info/docs/tools/vep/index.html) |
| 22 | +* [ANNOVAR](http://annovar.openbioinformatics.org/en/latest/) |
| 23 | +* [BioGPS](http://biogps.org/help/) |
| 24 | +* [ABySS](http://sjackman.ca/abyss-activity/) |
| 25 | +* [GEMINI](https://gemini.readthedocs.io/en/latest/) annotation db |
| 26 | +* Graphical User Interface (GUI) apps |
| 27 | + * [Integrative Genomics Viewer (IGV)](https://www.broadinstitute.org/software/igv/) |
| 28 | + * [NCBI Genome Workbench](https://www.ncbi.nlm.nih.gov/tools/gbench/) |
| 29 | + * [Savant](http://genomesavant.com/p/savant/index) |
| 30 | + * [JBrowse](http://jbrowse.org/) |
| 31 | + |
| 32 | +# Other Non-specific Tools |
| 33 | +* [Atom](http://atom.io/) modern text editor |
| 34 | +* [Reference Manager](https://en.wikipedia.org/wiki/Comparison_of_reference_management_software) |
| 35 | +* [Git](https://git-scm.com/) Version Control |
| 36 | + * [HowTo Guide](https://githowto.com/) |
| 37 | + * [Try Online](https://try.github.io/) |
| 38 | + * [Pro Book](https://progit.org/) |
| 39 | + * [Short Videos](https://git-scm.com/videos) |
| 40 | + * [Start Contributing Guide](https://about.gitlab.com/2016/06/16/fearless-contribution-a-guide-for-first-timers/) |
| 41 | +* [LaTeX](https://latex-project.org/intro.html) |
| 42 | + * [Overleaf](http://www.overleaf.com/) write collaboratively |
| 43 | +* [Markdown](http://daringfireball.net/projects/markdown/) |
| 44 | + * [Here](http://markdown-here.com/) |
| 45 | +* RegEx [Generator](http://www.regexr.com/) |
| 46 | +* [Plotly](https://plot.ly/) |
| 47 | +* [Small (bioinformatic) Tools Manifesto](https://github.com/pjotrp/bioinformatics) |
| 48 | +* [Terminal Multiplexer](https://robots.thoughtbot.com/a-tmux-crash-course) |
| 49 | +* [ZSH](http://ohmyz.sh/) |
| 50 | +* [ShellCheck your scripts](http://www.shellcheck.net/) |
| 51 | +* Writing |
| 52 | + * [Correct your Grammar](https://www.grammarly.com/) |
| 53 | + * [Look-up word by its meaning](http://www.onelook.com/reverse-dictionary.shtml) |
| 54 | + * google translate, obviusly. |
| 55 | +* [Introduction to HTML](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Introduction) |
0 commit comments