Coder Social home page Coder Social logo

pyccell-prfqt's Introduction

PyCCELL-PRFQT

Introduction

PyCCELL-PRFQT (PYthon Continuous CELL-free PRotein production Fluorescence Quantification and Treatment) is an automated python pipeline for plate reader data analysis. It is designed to work on SynergyH1 and Cytation3 plate readers. The final output is a dataframe containing a background-corrected, triplicate-averaged columns. It outputs a raw data plot as well as the triplicated averaged plot. One can chose to execute the different functions independently or all together by calling the main function.

Implementation

PyCCELL-PRFQT is available in 2 different formats : python and jupyter notebook. To import it one should download the python file in its working directory or it root python packages folder. One can also dowload directly the notebook containing an example.

Explaination of the different functions

1. Main

  • Automatic anaysis of yout plate reader data
  • Imputs : 'Name of the file or the path to the file .xlsx,the gain you want to use, the number of row you want for the plot, the number of columns for the plot, how the triplicates were done options : 'col' for column (e.g : E2,F2,G2) ; 'line' for in line (e.g E2,E3,E4); 'no' for anything else or if you don't want the wells collapsed ,the location of your control !synthax is as follow : ['E22', 'F22', 'G22'], wether you want to plot every triplicate in one plot or each triplicate in different plot : 'YES' or 'NO'

2. excelreader:

  • Function to open the excel file of the results
  • Imputs : name of the file .xlsx , the gain you want to use (from 50 to 100), if you want the correction to go back to FITC equivalent type 'Yes' or 'YES' if you don't want the correction type "NO"

3. plot_raw_data:

  • Function to plot the raw data
  • Imputs : the data you want to use (you can call it using the excelreader output) , the number of row for display, the number of columns for display (if the number of conditions is odd you can add one and add a row or a column, it will create a blank plot)

4. collapse:

  • Function to collapse the triplicate into one column
  • Imputs : the data (dataframe) , how you made the triplicate either 'line' 'col' or if you did not do triplicate 'no', the position of the control well with only H2O in this synthax : ['I2','I3','I4']

5. plot_triplicates

  • Function to plot the mean of all the triplicate
  • Imputs : the collapsed dataset, if you want the plots in the same axis or not ("YES" or "NO")

Example of synthax

main(r'C:/Users/nessl/Documents/M1/S2/Lab 1/Logic gate/cell free/11.03.22 cell free.xlsx',75,"YES",6,8,'col',['E22', 'F22', 'G22'],"YES")

Further example

An example of analysis is present in the example folder. There you will find multiple script used for analysing cell-free data in the context of an internship.

pyccell-prfqt's People

Contributors

nesslfy avatar

Stargazers

 avatar Ludo Poiré avatar

Watchers

 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.