From efcf8c60cdb7d5f71c81703bb4ca51e851d56544 Mon Sep 17 00:00:00 2001 From: Gray Huffman <40698035+GrayHuffman@users.noreply.github.com> Date: Tue, 30 Oct 2018 16:03:22 -0400 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..da0bca5 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# 96-Well_Plate_Data_Wrangler +This R script reformats 96-well plate luciferase assay results for ease of statistical comparison + +If each of the twelve columns of your 96-well plate represent 8 replicates from a given sample, this short R script will reformat the proprietary plate-reader data format to two columns of data: one for your assay measurements and one for your sample labels + +In order to use this script, you need to have the readxl and reshape2 packages installed. + +Additionally, you will need to specify the location of your initial assay file in the wellPlate variable (line 20) and your preferred output location in write.table (line 29).