🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

plate-layout

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plate-layout

A tool to create and visualize sample layouts for multiwell plates.

1.6.1
Source
PyPI
Maintainers
1

plate_layout

PyPI - Version PyPI - Python Version

Table of Contents

Installation

pip install plate-layout

License

plate-layout is distributed under the terms of the MIT license.

TODO

  • Add python script and a main function for CLI usage ...

Example

Defining the plate type and quality control setup

The plate dimensions and (optional) quality control layouts are are defined in a toml file; see `plate_config.toml' in the config folder for an example.


import plate_layout as pl
import pandas as pd
import numpy as np
import logging

pl.logger.setLevel(logging.INFO)

Create a plate layout

Create plate design by specifying the path to a config file directly when instantiating the class,

Load study data and randomize order

Batches - distributing samples on plates

Export batch lists to file

You can export batch lists using the to_file method and specify desired file format and which columns to export.

Plot plate layouts

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts