Skip to Main Content
Main Library & McBay Science Library
Display of Opening hours
Hours
Main Library 7:30am – 2:00am
Circulation Desk 7:30am – 2:00am
Digital Humanities Lab 7:30am – 2:00am
Interlibrary Loan Office 8:00am – 5:00pm
Reference Desk 9:00am – 10:00pm
All Library Hours

Bioinformatics: Software & Tools

Data Services at UGA

Did you know that UGA Libraries has a DigiLab that offers workshops, tutorials, and consultations to help you with your research needs. They also host office hours on Wednesday from 1:30pm - 3:00pm in the Main Library and McBay Science Library. Click here to see what software is available throughout all library locations. 

All UGA students, faculty and staff have free access to LinkedInLearning with their MyID. Available courses include Python, R, SAS, and SPSS. 

Online Analytical Tools

A number of online analytical resources exist where researchers can take advantage of high performance computing clusters to analyze large-scale datasets. The resources listed here are just a few of the most commonly used tools in the field of bioinformatics.

Learn to Code

A key skill in bioinformatics is the ability to interpret and write computer code for custom analyses. There are many resources for leaning how to write computer code, including online instruction, Software and Data Carpentry workshops, UGA DigiLab workshops, and LinkedIn courses. If you are just starting out, and want to learn how to write computer code for bioinformatic analyses, here are a few places to start:

R language:

  • To get started in R, check out Swirl, which provides an interactive interface to the R language.
  • Software Carpentry has two introductory lessons for learning R (Lesson 1Lesson 2), both designed for novice audiences.

Python:

Linux:

  • Familiarity with the command-line interface of the Linux shell is a very important skill in bioinformatics, and you can get started with a novice lesson from the Software Carpentry Foundation.
  • There is also an interactive learning resource at learnshell.org.
  • And be sure to check out this YouTube video from NCBI on basic Linux commands.