Skip to content

Commit

Permalink
Fixed readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
edemmott authored Feb 4, 2018
1 parent f64e71b commit 2683b34
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NOTE:

![alt text](/images/Capture.PNG "Default plate layout, (/images/Capture.PNG)")

For a file labelled: BCAresults.csv, the function should be done called:
For a file labelled: BCAresults.csv, the function should be called:

[results, data, linfit] = bca_PE ( 'BCAresults.csv' , 5 , 'Force' , 'Conc' , 1 , 'Vol' , 50 , 'Dil' , 5 , 'LB' , 5 )

Expand All @@ -24,8 +24,7 @@ The only required parameters are the filename and number of samples. The others
* 'Force' : If a sample is too low concentration, force the function to give list the required amount of sample even if this means going over volume. Default is false which has the function instead scale the achievable maximum concentration down for your samples. Options True/False.

The minimal call would be:
bca_PE('BCAresults.csv' , 5
)
bca_PE('BCAresults.csv' , 5 )
This would assume all the defaults given above.

The function has three optional outputs (results, data, linfit) which provide the analysed sample table, the background normalised input data, and the curve fit model respectively. Irrespective of whether these outputs are used the function automatically generates a .pdf file (filename_scurve.pdf) containing the standard curve/r squared calculations as well as a .csv file containing the analysed results (filename_analysed.csv).
Expand Down

0 comments on commit 2683b34

Please sign in to comment.