Changes between Version 8 and Version 9 of net.sf.basedb.reggie.notes213


Ignore:
Timestamp:
Oct 17, 2013, 10:07:22 AM (11 years ago)
Author:
Nicklas Nordborg
Comment:

Correcting formula for calculating PoolConc

Legend:

Unmodified
Added
Removed
Modified
  • net.sf.basedb.reggie.notes213

    v8 v9  
    2121 3. Use the '''Table exporter''' plug-in to export a tab-separated file with '''Name''' and '''Original quantity''' columns.
    2222 4. Download the exported file to your computer and open in a spreadsheet program.
    23  5. Add a new column '''!PoolConc''' and use the following formula to calculate the values: `=5 * <quantity> / 1000`
     23 5. Add a new column '''!PoolConc''' and use the following formula to calculate the values: `=1000 * <quantity> / 5`
    2424 6. Save the results as a tab-separated file and upload it to BASE.
    2525 7. Use the annotation importer to update the '''!PoolConc''' values.