Skip to content

KaiAragaki/ezmtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b8bcd3e · Nov 4, 2024

History

69 Commits
Jul 3, 2024
Nov 4, 2024
Jul 3, 2024
Jul 3, 2024
Nov 2, 2024
Nov 3, 2024
Nov 3, 2024
Nov 2, 2024
Nov 2, 2024
Nov 3, 2024
Jul 1, 2024
Jul 1, 2024
Nov 3, 2024
Jul 3, 2024
Jul 3, 2024
Nov 3, 2024

Repository files navigation

ezmtt

ezmtt is a package for analyzing MTT assay data - namely, fitting and plotting curves and calculating IC%.

It mainly serves as a ‘companion package’ for the protocol here, but is flexible enough to support a variety of plate layouts.

Installation

You can install the development version of ezmtt from GitHub with:

# install.packages("devtools")
devtools::install_github("KaiAragaki/ezmtt")

Example

library(ezmtt)

mtt |>
  mtt_fit(
    conditions = list(
      drug_a = c(0, 1, 10, 100, 1000, 10000),
      drug_b = c(0, 1, 10, 100, 1000, 10000),
      NA,
      NA
    ),
    model = c("ll", "lm")
  ) |>
  mtt_plot(ic_pct = 50)
#> Lowest dose is 0, converting to 1e-04
#> Lowest dose is 0, converting to 1e-04

About

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages