MyNixOS website logo
Description

RT-QuIC Data Formatting and Analysis.

Designed for the curation and analysis of data generated from real-time quaking-induced conversion (RT-QuIC) assays first described by Atarashi et al. (2011) <doi:10.1038/nm.2294>. 'quicR' calculates useful metrics such as maxpoint ratio: Rowden et al. (2023) <doi:10.1099/vir.0.069906-0>; time-to-threshold: Shi et al. (2013) <doi:10.1186/2051-5960-1-44>; and maximum slope. Integration with the output from plate readers allows for seamless input of raw data into the R environment.

quicR

Description

quicR is a package made for the analysis of real-time quaking-induced conversion (RT-QuIC) assays.

Much of the functionality is designed to be integrated with the Excel output files generated by the BMG analysis software, MARS. For best results, in the MARS software select:

flowchart TB
excel(Excel Export)

subgraph A[Select the following export options]
  direction LR
  micro(Microplate View)
  table(Table View)
  trans(Transpose Table)
  test(Add test run \n information)
end

export(Export report to Excel)

excel --> A
micro --> table --> trans --> test
A --> export

Having both the microplate view and the table view helps with integrating plate layouts and the real-time data.

For many of the functions, it is important to have a table labelled “Sample IDs” on the microplate view sheet of the Excel file.

Examples

Plate IDs for BMG Import

Use BMG_format.R script to format a .CSV file with a Sample IDs in a plate view into a format importable into the BMG control software.

For example .CSV file, see:

tests -> testthat -> BMG_formatting -> plate_layout.csv

The file, “formatted.txt” in the same folder, is how the export should look to be imported into the BMG software.

Plate View

Use plate_view_export.R to export a plate view of the real-time data from an Excel file made in MARS.

For example .CSV files, see:

tests -> testthat -> input_files

Calculations

The program, calculate_metrics.R, will calculate relevant metrics such as maxpoint ratio, max slope, time-to-threshold, and rate of amyloid formation.

An Excel file will also be created with the full data and summarized data. A plot of the summarized data will also be created.

For example .CSV files, see:

tests -> testthat -> input_files

Author

Gage Rowden.

Metadata

Version

1.0.2

License

Unknown

Platforms (77)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-freebsd
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64-windows
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-darwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows