Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 2.86 KB

index.md

File metadata and controls

41 lines (32 loc) · 2.86 KB
layout root
lesson
.

Good data organization is the foundation of any research project. It not only sets you up well for an analysis, but it also makes it easier to come back to the project later and share with collaborators, including your most important collaborator - future you.

Organizing a project that includes sequencing involves many components. There's the experimental setup and conditions metadata, measurements of experimental parameters, sequencing preparation and sample information, the sequences themselves and the files and workflow of any bioinformatics analysis. So much of the information of a sequencing project is digital, and we need to keep track of our digital records in the same way we have a lab notebook and sample freezer. In this lesson, we'll go through the project organization and documentation that will make an efficient bioinformatics workflow possible. Not only will this make you a more effective bioinformatics researcher, it also prepares your data and project for publication, as grant agencies and publishers increasingly require this information.

In this lesson we'll be using data from a study of experimental evolution using E. coli. More about this dataset. In this study there are several types of files

  • spreadsheet data from the experiment that tracks the strains and their phenotype over time
  • spreadsheet data with information on the samples that were sequenced - the names of the samples, how they were prepared and the sequencing conditions
  • the sequence data

Throughout the analysis we'll also generate files from the steps in the bioinformatics pipeline and documentation on the tools and parameters that we used.

In this lesson you will learn:

  • How to structure your metadata, tabular data and information about the experiment. The metadata is the information about the experiment and the samples you're sequencing.
  • How to prepare for, understand, organize and store the sequencing data that comes back from the sequencing center
  • How to access and download publicly available data that may need to be used in your bioinformatics analysis
  • The concepts of organizing the files and documenting the workflow of your bioinformatics analysis

Getting Started

Data Carpentry's teaching is hands-on, so participants are encouraged to use their own computers to insure the proper setup of tools for an efficient workflow.
These lessons assume no prior knowledge of the skills or tools.

Prerequisites

This lesson requires a spreadsheet program, such as Excel or OpenOffice, and a web browser.
To most effectively use these materials, please make sure to install everything before working through this lesson. {: .prereq}

For Instructors

If you are teaching this lesson in a workshop, please see the Instructor notes. {: .prereq}