Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayHuffman authored Oct 30, 2018
1 parent c315e40 commit efcf8c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit efcf8c6

Please sign in to comment.