Skip to content

Commit f30144f

Browse files
committed
Added all of my GitLab repository, now I'm linking from there to this place
1 parent 7a09b96 commit f30144f

File tree

6 files changed

+182
-0
lines changed

6 files changed

+182
-0
lines changed

extras/articles.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Bioinformatics - Extra Resources
22

33
# Articles
4+
1. [So you want to be a computational biologist?](http://www.nature.com/nbt/journal/v31/n11/full/nbt.2740.html) by Nick Loman and Mick Watson (2013).
5+
1. [A Quick Guide for Developing Effective Bioinformatics Programming Skills](http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1000589) by Joel Dudley and Atul Butte (2009).
6+
1. [Unix Philosophy](https://en.wikipedia.org/wiki/Unix_philosophy)

extras/free-books.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
# Bioinformatics - Extra Resources
22

33
# Free Books
4+
* [Molecular Biology of the Cell](https://www.ncbi.nlm.nih.gov/books/NBK21054/)
5+
* [An Introduction to Genetic Analysis](https://www.ncbi.nlm.nih.gov/books/NBK21766/)
6+
* [The GNU/Linux Command Line Interface (CLI)](http://linuxcommand.org/tlcl.php)
7+
* [Unix Grymoire](http://www.grymoire.com/)
8+
* [Algorithms and Data Structures](http://interactivepython.org/runestone/static/pythonds/index.html)
9+
* [Think like a Computer Scientist](http://interactivepython.org/runestone/static/thinkcspy/index.html)
10+
11+
## Language Books
12+
* [Python](http://scipy.org/topical-software.html)
13+
* [Interactive Py](http://interactivepython.org/runestone/static/pythonds/index.html)
14+
* [Py For Biologists](http://pythonforbiologists.com/index.php/introduction-to-python-for-biologists/)
15+
* Perl
16+
* [Perl 6](http://perl6intro.com/)
17+
* [Unix and Perl for Biologists](http://korflab.ucdavis.edu/Unix_and_Perl/index.html)
18+
* [Haskell](http://learnyouahaskell.com/chapters)
19+
* [Julia](http://julialang.org/learning/) ([book](https://en.wikibooks.org/wiki/Introducing_Julia))
20+
* [Make](http://www.oreilly.com/openbook/make3/book/index.csp) pipelines

extras/free-courses.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,53 @@ PH525.5x: Introduction to Bioconductor: annotation and analysis of genomes and g
1515
PH525.6x: High-performance computing for reproducible genomics
1616

1717
PH525.7x: Case studies in functional genomics
18+
19+
## Workshops and tutorials mostly:
20+
* [Data Carpentry](http://www.datacarpentry.org/lessons/)
21+
* [OpenHelix](http://www.openhelix.com/freeTutorials.cgi)
22+
* [BioStars](https://www.biostars.org/t/Tutorials/)
23+
* [GenomeSpace Recipes](http://recipes.genomespace.org/home)
24+
* [EMBL-EBI](https://www.ebi.ac.uk/training/online/course-list)
25+
* [UC SantaCruz Training](https://genome.ucsc.edu/training/index.html)
26+
* [UC Davis Workshops](http://bioinformatics.ucdavis.edu/training/documentation/)
27+
* [InsideDNA Tutorials](https://insidedna.me/tutorials)
28+
* [Stephen Turner's list](http://stephenturner.us/edu.html)
29+
* [Griffith's RNA-seq](https://github.com/griffithlab/rnaseq_tutorial/wiki)
30+
* [NCBI Tutorials](http://www.ncbi.nlm.nih.gov/home/learn.shtml)
31+
* [Homolog.us Tutorials](http://homolog.us/Tutorials/)
32+
33+
Try searching keywords like bioinformatics, biology, genomic, genetic, data analysis, data science, computer science, life science... in these websites:
34+
* [Coursera](https://www.coursera.org/)
35+
* [edX](https://www.edx.org/)
36+
* [MIT](http://ocw.mit.edu/courses)
37+
* [eBiomics](http://ebiomics.sdcinfo.com/)
38+
* [Khan Academy](http://www.khanacademy.org/)
39+
* [Udemy](http://www.udemy.com/)
40+
41+
42+
## Coding Courses and Tutorials
43+
* [Code Academy](https://www.codecademy.com/#!/exercises/0)
44+
* [Software Carpentry](http://software-carpentry.org/lessons/)
45+
* [Code Snipcademy](http://code.snipcademy.com)
46+
* [Udacity](https://www.udacity.com/)
47+
* [FreeCodeCamp](https://www.freecodecamp.com/)
48+
* Python
49+
* [Matplotlib](http://www.loria.fr/~rougier/teaching/matplotlib/) - Plotting
50+
* [Seaborn](https://web.stanford.edu/~mwaskom/software/seaborn/tutorial.html) - Plotting
51+
* [Pandas](http://pandas.pydata.org/pandas-docs/stable/) - Data Analysis
52+
* [Machine Learning](http://scikit-learn.org/stable/documentation.html) - Library
53+
* [HTSeq](http://www-huber.embl.de/users/anders/HTSeq/doc/overview.html) - Library
54+
* R
55+
* [Quick-R](http://www.statmethods.net/)
56+
* [Swirl](http://swirlstats.com/students.html)
57+
* [ggplot2](http://ggplot2.org/)
58+
* [R & NGS](http://manuals.bioinformatics.ucr.edu/home/ht-seq#TOC-SOAP)
59+
* [Bioconductor Lib](http://bioconductor.org/help/workflows/)
60+
* [RSeek Lib Search](http://www.rseek.org/)
61+
* Data Analysis Pipelines
62+
* GNU Make
63+
* [Dave Tang](http://davetang.org/muse/2015/05/31/learning-about-makefiles/)
64+
* [Stat545](http://stat545.com/automation04_make-activity.html)
65+
* [ZMJones](http://zmjones.com/make/)
66+
* [NextFlow](http://www.nextflow.io/docs/latest/index.html)
67+
* [SnakeMake](http://snakemake.bitbucket.org/snakemake-tutorial.html)

extras/other-resources.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Handy Stuff
2+
* [UCSC FAQ](https://genome.ucsc.edu/FAQ/)
3+
* Rosalind [Glossary](http://rosalind.info/glossary/)
4+
* [Cheatsheets](http://overapi.com/)
5+
* [File Format Specifications](https://github.com/samtools/hts-specs)
6+
* [GATK](http://gatkforums.broadinstitute.org/gatk/categories)
7+
* [Genome Space](https://www.broadinstitute.org/scientific-community/science/projects/genomespace/genomespace)
8+
* [Writing your first academic paper](https://github.com/jtleek/firstpaper)
9+
* [Statistics for Biologists](http://www.nature.com/collections/qghhqm)
10+
11+
# Forums Q&A
12+
* [BioStars](https://www.biostars.org/)
13+
* [SEQAnswers](http://seqanswers.com/)
14+
* [SEQanswers - Bioinformatics](http://seqanswers.com/forums/external.php?type=RSS2&forumids=18)
15+
* [Bioinformatics subreddit](https://www.reddit.com/r/bioinformatics/)
16+
* [Bio Databases subreddit](http://www.reddit.com/r/BioDatasets)
17+
* [Genomic subreddit](http://www.reddit.com/r/genomics)
18+
* [Biology Q&A](https://biology.stackexchange.com/)
19+
* [Unix and GNU/Linux Q&A](https://unix.stackexchange.com/)
20+
* [Code Q&A](http://stackoverflow.com/)
21+
* [Ion Community](http://ioncommunity.lifetechnologies.com/community/)
22+
* [LinuxQuestions](http://www.linuxquestions.org/questions/)
23+
24+
# Wikis
25+
* [SEQAnswers](http://seqanswers.com/wiki/SEQanswers)
26+
* [GNU/Linux (Arch)Wiki](https://wiki.archlinux.org/)
27+
28+
# Puzzles and Code Golf
29+
* [Code Golf](https://codegolf.stackexchange.com/)
30+
* [Project Euler](https://projecteuler.net/)
31+
* [Rosalind](http://rosalind.info/)
32+
* [Hacker Rank](https://www.hackerrank.com/domains/algorithms/warmup)
33+
34+
# Other lists
35+
* [Bioinformatics Jobs](http://www.indeed.com/q-Bioinformatics-jobs.html)
36+
* [Biological Databases](https://en.wikipedia.org/wiki/List_of_biological_databases) (can't be up-to-date)
37+
* [Genomics Papers](https://github.com/jtleek/genomicspapers) by Leek Group
38+
* [Bioinformatics.org Educational Services](http://www.bioinformatics.org/wiki/Educational_services)
39+
* [ISCB courses](http://www.iscb.org/iscb-degree-certificate-programs)
40+
* Learning Programming Languages [[1]](http://hackr.io/) [[2]](https://github.com/vhf/free-programming-books)
41+
* Software
42+
* [bio-tools.org](https://bio-tools.org/)
43+
* [CCB at JHU](http://ccb.jhu.edu/software.shtml)
44+
* [Galaxy Toolshed](https://toolshed.g2.bx.psu.edu/)
45+
* [OMICtools](http://omictools.com/about)
46+
* [Sanger's Isntitute list](http://www.sanger.ac.uk/science/tools)
47+
48+
# Illegal resources [you should avoid](http://www.sciencemag.org/news/2016/04/whos-downloading-pirated-papers-everyone)
49+
* Sci-Hub
50+
* LibGen
51+
* Bookfi
52+
53+
**And always, enjoy [open culture](http://www.openculture.com/)**

extras/paid-books.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Bioinformatics - Extra Resources
22

33
# Paid Books
4+
* Biological Sequence Analysis (R. Durbin et al)
5+
* Bioinformatics and Functional Genomics (J. Pevsner)
6+
* BioInfoBook [Figures](http://bioinfbook.org/php/powerpoints)
7+
* [Bioinformatic Algorithms](http://bioinformaticsalgorithms.com/)

extras/softwares.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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

Comments
 (0)