-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c315e40
commit efcf8c6
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |