GithubHelp home page GithubHelp logo

acq4-autopatch's Introduction

ACQ4-Autopatch

Automated cell patching extension for ACQ4

Installation

Install the package into your environment with e.g.

pip install acq4_autopatch

or

git clone https://github.com/sensapex/acq4-autopatch.git
conda develop acq4-autopatch

Customize the following to suit your hardware and add it to the modules: section of your ACQ4 default.cfg file:

    Autopatch:
        module: 'acq4_autopatch.module.AutopatchModule'
        config:
            imagingDevice: 'Camera'
            patchDevices:
                PatchPipette1: (0, 0)  # bottom-left quad
                PatchPipette2: (50*mm, 0)  # bottom-right quad
                PatchPipette3: (0, 50*mm)  # top-left quad
                PatchPipette4: (50*mm, 50*mm)  # top-right quad
            plateCenter: (0, 0, 0)
            wellPositions: [(0, 0), (50*mm, 0), (0, 50*mm), (50*mm, 50*mm)]
            safeMove: True
            patchStates:
                cell detect:
                    maxAdvanceDistancePastTarget: 1*um
                seal:
                    autoSealTimeout: 60
                    pressureMode: 'auto'
                cell attached:
                    autoBreakInDelay: 5.0
                clean:
                    approachHeight: 3*mm
                    cleanSequence: [(-35e3, 1.0), (65e3, 1.5)] * 5
                    rinseSequence: [(-35e3, 3.0), (65e3, 15.0)]

Usage

Briefly:

  1. Make sure you have an active Storage directory in the DataManager module.
  2. Open the Camera module.
    1. The first time through, use this to move each pipette into its home, clean and rinse positions.
    2. In the main ACQ4 Manager window, save the home on each Manipulator.
    3. In the main ACQ4 Manager window, save the clean and rinse on each PatchPipette.
    4. Do any other calibration necessary.
  3. For each pipette, open a separate TaskRunner module.
    1. Enable the Clamp associated with this pipette.
    2. Configure the tasks to be performed after a cell is patched.
  4. Open the MultiPatch module. This is useful for monitoring.
  5. Open the Autopatch module.
    1. Press "Add Points" and add one in the Camera for every cell you'd like to patch. Repeat for each well.
    2. Pick your acquisition protocol.
    3. Press "Start"
  6. Monitor status in the "Pipettes" pane or in the MultiPatch window.
  7. Read through results or look at errors in the "Results" pane.

TODO create and then link to video explanation.

Licensing

All software copyright (c) 2019-2020 Sensapex. All rights reserved. It is offered under multiple different licenses, depending on your needs:

  • A commercial license is appropriate for development of proprietary/commercial software where you do not want to share any source code with third parties or otherwise cannot comply with the terms of the GNU GPL version 3. To purchase a commercial license, contact our sales team.
  • Licensed under the GNU General Public License (GPL) version 3 is appropriate for the development of open-source applications, provided you can comply with the terms and conditions of the GNU GPL version 3 (or GNU GPL version 3). See GPL-3 for details.

acq4-autopatch's People

Contributors

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