Giter Site home page Giter Site logo

201511coursera-command-line's Introduction

Course: Command Line For Genomic Data

201511-12##

Professor: Liliana Florea, PhD, John Hopskins University

  • Unix commands
  • Basic commands
  • Pipes
  • Sequences and genomic features
  • Formats: Fastq, BED, GTF, SAM
  • Tools: Samtools, Bedtools
  • Alignment and sequence variation
  • Bowtie, BWA
  • Samtools, Bcftools
  • Application: variant calling
  • Transcriptomics
  • Tophat
  • Cufflinks
  • IGV
  • Application: RNA-seq analysis

#Week1: Basic Command Line

sort months sort -r months sort -k2 months sort -k 2n months sort -k 2nr months sort -k 3 months sort -k 3 -k 2n months cut -f1 months cut -f1-3 months cut -d '' -f1 months # d 辨識特定的符號做為分別 sort -u months uniq months uniq seasons | sort -u uniq -c grep root /.sample grep " 12 winter" months grep -n " 12 winter" months diff orchard orchard.1 comm -1 -2 orchard orchard.1 #Week2

#Week3

#Week4: RNA-seq

201511coursera-command-line's People

Contributors

weitinglin avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.