User:Kam D. Dahlquist/Notebook/Personal/2012/02/13: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(Autocreate 2012/02/13 Entry for User:Kam_D._Dahlquist/Notebook/Personal)
 
(→‎Today: started description of Bioscreen data processing with formats)
Line 7: Line 7:
<!-- ##### DO NOT edit above this line unless you know what you are doing. ##### -->
<!-- ##### DO NOT edit above this line unless you know what you are doing. ##### -->
== Today ==
== Today ==
=== Bioscreen C Data Processing ===
# Exported data from Bioscreener software.  Choices are:
#* <code>.txt</code>: not sure what the delimiter is; could be fixed column width.  When opening in Excel, have to make adjustment for "Time" column because when increments days, throws off the other columns.
#* <code>.xls</code>: does not interpret the "Time" column correctly.
#* <code>.csv</code>: best to use, but have to "Open with" Excel to get it to read properly
#* <code>.html</code>: looks like a screenshot of the Excel page
#* <code>.xml</code>: doesn't look useful


== To Do ==
== To Do ==

Revision as of 11:45, 13 February 2012

Dahlquist Personal Lab Notebook <html><img src="/images/9/94/Report.png" border="0" /></html> Main project page
<html><img src="/images/c/c3/Resultset_previous.png" border="0" /></html>Previous entry<html>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</html>

Today

Bioscreen C Data Processing

  1. Exported data from Bioscreener software. Choices are:
    • .txt: not sure what the delimiter is; could be fixed column width. When opening in Excel, have to make adjustment for "Time" column because when increments days, throws off the other columns.
    • .xls: does not interpret the "Time" column correctly.
    • .csv: best to use, but have to "Open with" Excel to get it to read properly
    • .html: looks like a screenshot of the Excel page
    • .xml: doesn't look useful

To Do