Coder Social home page Coder Social logo

genecruncher's Introduction

This is a tool written in python to aid in the analysis of some sort of mouse gene data file that I don't fully understand. To use it, place an input data file in the same directory as the geneCruncher.py script and run the script with python3. Along with python version 3, this tool requires the python 3 numpy and xlrd modules to be installed. The data files it operates on are subject to several requirements:

  • The data file must be an excel file (.xlsx or .xls)
  • The data file must contain one blank column separating the gene data and the reference data column(s).
  • In addition to this blank column, the data file must contain only the following:
    • A header row describing gene and reference names
    • A header column describing sample names.
    • A block of numerical experimental data values directly under these headings
  • The reference data column(s) must be to the right of the gene data column(s).
  • The number of data rows must be evenly divisible by REPEATS*2.
    • REPEATS is the number of times each experiment was repeated. This variable can be found at the top of the analysis script and is intended to be edited by the user.

Upon successful analysis, an output file will be generated in the same directory as the input file with the same name as the input file with an extension of .out.csv. This is a tab-separated data file with column headers describing gene names and row headers describing a particular combination of reference and sample. Intersections of the rows and columns contain a number representing the fold for that gene/reference/sample combination.

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.