July 2002- LJM Introduction to Bioinformatics Lisa Mullan, HGMP-RC.

Slides:



Advertisements
Similar presentations
By: Tony Andrews.  Linux directory ordering system  Navigating and creating directories ◦ Listing directories and files ◦ Creating directories ◦ Changing.
Advertisements

The design, construction and use of software tools to generate, store, annotate, access and analyse data and information relating to Molecular Biology.
Linux & Applications Sean GavinWayne State University multi-user environment -- log in: user name and password -- you never turn the computer on or off.
CS 202 Computer Science II Lab Fall 2009 August 27.
Guide To UNIX Using Linux Third Edition
Lecture 01CS311 – Operating Systems 1 1 CS311 – Lecture 01 Outline Course introduction Setting up your system Logging onto the servers at OSU with ssh.
Embedded Programming and Robotics Lesson 13 Basic Linux 1.
Understanding the Basics of Computational Informatics Summer School, Hungary, Szeged Methos L. Müller.
Using Macs and Unix Nancy Griffeth January 6, 2014 Funding for this workshop was provided by the program “Computational Modeling and Analysis of Complex.
GETTING STARTED USING LINUX UBUNTU FOR A MULTI-USER SYSTEM Team 4 Lab Coordinator Manager Presentation Prep Webmaster Document Prep Faculty Facilitator.
Learning basic Unix command IT 325 operating system.
Brief introduction to UNIX A. Emerson CINECA, High Performance Systems.
1 THE UNIX FILE SYSTEM By Chokechai Chuensukanant ID COSC 513 Operating System.
© Crown copyright Met Office An Introduction to Linux PRECIS Workshop, University of Reading, 23rd – 27th April 2012.
Alistair Chalk, Elisabet Andersson Stem Cell Biology and Bioinformatic Tools, DBRM, Karolinska Institutet, September Bioinformatics Primer.
V Avon High School Tech Crew Agenda Old Business –Delete Files New Business –Week 9 Topics: Coming up: –Yearbook Picture: Feb 7 12:20PM.
Dedan Githae, BecA-ILRI Hub Introduction to Linux / UNIX OS MARI eBioKit Workshop; Nov , 2014.
The UNIX development environment CS 400/600 – Data Structures.
DAY 1. GENERAL ASPECTS FOR GENETIC MAP CONSTRUCTION SANGREA SHIM.

NGS Bioinformatics Workshop 1.5 Tutorial – Genome Annotation April 5th, 2012 IRMACS Facilitator: Richard Bruskiewich Adjunct Professor, MBB.
Session 2 Wharton Summer Tech Camp Basic Unix. Agenda Cover basic UNIX commands and useful functions.
Introduction to UNIX Geraint Vaughan. What is UNIX? Command-line operating system (not point- and click) Designed for ‘experts’ Lots of different variants.
Linux Essentials Programming and Data Structures Lab M Tech CS – I 2014 Arijit Bishnu Ansuman Banerjee Debapriyo Majumdar.
Chapter 1 : The Linux System Part 2 Lecture 2 11/14/
Introduction To UNIX. FAQReferencesSummaryInfo Resources Introduction Learning Objectives Log on User Interface Commands List of Commands Useful Info.
Intro to UNIX Presented by: Student Ambassadors: Lauren Lewis Martin Sung.
EGEE-III INFSO-RI Enabling Grids for E-sciencE Apr. 25, Grid Computing Hands On Training for Users Faculty of Sciences, University.
Isecur1ty training center Presented by : Eng. Mohammad Khreesha.
Linux A practical introduction. 1)Background and Getting Started Linux is an operating system with multiple providers Red Hat/CentOS (our version) Ubuntu.
Linux Stuff Last Update Copyright 2014 Kenneth M. Chipps Ph.D. 1.
1 Introduction to Unix. 2 What is UNIX?  UNIX is an Operating System (OS).  An operating system is a control program that helps the user communicate.
 Last lesson, the Windows Operating System was discussed along with the Windows command shell  Unix is a computer operating system, that similarly manages.
The Unix File sytem. Introduction Tree structure …
Basic Unix Commands. Listing files and directories ● ls:command is used to list the files and ● directories in present working directory ● ls command.
ICE UNIX TUTORIAL. File System Commands cd – change directory cd – change directory ls – list contents ls – list contents rm – remove/delete rm – remove/delete.
Learning basic Unix command It 325 operating system.
File Management commands cat Cat command cat cal.txt cat command displays the contents of a file here cal.txt on screen (or standard out).
+ Introduction to Unix Joey Azofeifa Dowell Lab Short Read Class Day 2 (Slides inspired by David Knox)
1.1.2 OneOs Downloading Software Upgrade
UNIX To do work for the class, you will be using the Unix operating system. Once connected to the system, you will be presented with a login screen. Once.
Introduction to the Linux Commandline
Getting started with CentOS Linux
Commands Basic syntax of shell commands UNIX or shell commands have a basic structure command -options target command comes first (such as cd or ls) any.
Tutorial Six Recap & Linux Basics CompSci Semester Two 2016.
Linux 101 Training Module Linux Basics.
Biological Databases By: Komal Arora.
Andy Wang Object Oriented Programming in C++ COP 3330
Some Linux Commands.
Useful Linux Commands.
Eric Shook Department of Geography Kent State University
National Center for Genome Analysis Support
Command Line Interface for Beginners
Introduction to GNU/Linux (Fedora) Command Line Interface
Practice #0: Introduction
Lab 1 introduction, debrief
Workshop on Microbiome and Health
Linux + Galaxy Server Tutorial
Internet-of-Things (IoT)
Operating Systems and Using Linux
Web Programming Essentials:
The Unix File System.
Chapter Four UNIX File Processing.
Getting started with CentOS Linux
Andy Wang Object Oriented Programming in C++ COP 3330
Tutorial Unix Command & Makefile CIS 5027
Working with Mac OS and Linux
Yung-Hsiang Lu Purdue University
Module 6 Working with Files and Directories
Lab 2: Terminal Basics.
Presentation transcript:

July LJM Introduction to Bioinformatics Lisa Mullan, HGMP-RC

July LJM Bioinformaticians - Develop bioinformatics tools (software) Bioinformatics users - Use bioinformatics tools

July LJM Structure prediction Primer design Sequence alignment Similarity searching Pattern finding Nucleic acid translation Gene prediction

July LJM On the web Or you can download packages of programs onto your own computers

July LJM Most sites use a “sequence search engine” Entrez SRS

July LJM Text (plain) Format MNEGDTHYYNKLPPDSEFGDNHVVILCNM FFHRTEYWWDFCDVNMVCDHGGSAEQQR FASTA Format MNEGDTHYYNKLPPDSEFGDNHVVILCNM FFHRTEYWWDFCDVNMVCDHGGSAEQQR >Sequence description

July LJM Save it as a txt file - Notepad, Teachtext, ASCII format Cut and paste into web based tools - BLAST, PeptideMass Input for programs as part of a larger package - EMBOSS, GCG

July LJM Human Genome Mapping Project – Resource Centre Funded by the Medical Research Council Provide biological and bioinformatics support to the academic community Software development and biological research

July LJM DOSMacOSUNIX Personal ComputersApple MacintoshWorkstations X translates “unix-speak” into DOS and MacOS

July LJM cd – change directory cp – copy mv – move or rename rm – delete (remove) pwd – print working directory ls – list (directory contents) mkdir – make a directory rmdir – remove (delete) a directory people/data/ mrna41/ lmullan/ mrna01/ (root) seq.fasta