A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Swarchal/platetools below:

Swarchal/platetools: An R package for plotting microtitre plates

An R package for working with multi-well plates

CRAN:

install.packages("platetools")

conda:

conda install -c conda-forge r-platetools

GitHub (dev version):

remotes::install_github("swarchal/platetools")

# example dataframe
df <- data.frame(vals = rnorm(384),
                 well = num_to_well(1:384, plate = 384))

raw_map(data = df$vals,
        well = df$well,
        plate = 384) +
    ggtitle("Example 384-well plate") +
    theme_dark() +
    scale_fill_viridis()

See the vignette for more examples.

e.g:
z_map: z-scored plate map
raw_grid: raw values, multiple plate maps
bhit_grid: b-scored values, coloured by hits, multiple plates

Scott Warchal - <scott.warchal (at) crick.ac.uk>


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4