Giter Site home page Giter Site logo

killigff_ref_docs's Introduction

#Creating a Genome Reference to attach Gene LOC' IDs with gene symbols and biotype (among other features) from the killifish genome annotation file (.gff)

#Run to create the file GenomeRef_MITOgenes.tsv once and save forever MITO_Biotype.sh

#Download a new GFF file for Austrofundulus limnaeus from NCBI: https://www.ncbi.nlm.nih.gov/genome/?term=austrofundulus%20limnaeus

#Awk commands do not work normally on MAC OS - install gawk which should work for Lunix and Unix, if not, edit the script below to use GAWK #For Mac OS: Install gawk through brew brew install gawk source #then throw alias awk="gawk" in your ~/.zprofile or ~/.bash_profile

#Run the following

Biotype.sh #to extract information from every gene with a LOC-ID

GenomeID_products.sh #to create a product reference for each LOC ID. These will be a description determined by first isoform.

GFF_massager.sh #to manipulate the docs before combining into one master reference and removing the unnecessary intermediate files:

##IMPORTANT: If importing into excel, change the format of the 'Name' column to text, or else some genes will be converted into a date. very annoying

#Helpful hint - update the file na at the end of the script to represent the date or year you retrieved the data from NCBI.

killigff_ref_docs's People

Contributors

jpodlab 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.