Categories
- AP patterning (13)
- Blog (1)
- Chromatin (88)
- Conference Notes (72)
- Fly Work (54)
- General STORM (25)
- Genomics (134)
- Journal Club (22)
- Lab Meeting (66)
- Microscopy (79)
- Notes (1)
- probe and plasmid building (58)
- Project Meeting (3)
- Protocols (13)
- Research Planning (74)
- Seminars (21)
- Shadow Enhancers (59)
- snail patterning (40)
- Software Development (5)
- Summaries (1,412)
- Teaching (9)
- Transcription Modeling (40)
- Uncategorized (10)
- Web development (19)
Links
Tags
analysis cell culture cell labeling chromatin cloning coding communication confocal data analysis embryo collection embryo labeling figures fly work genomics hb image analysis image processing images in situs Library2 literature making antibodies matlab-storm meetings modeling MP12 mRNA counting Ph planning presentation probe making project 2 project2 result results sectioning section staining shadow enhancers sna snail staining STORM STORM analysis troubleshooting writing-
GitHub Projects
Daily Archives: January 19, 2013
Saturday 01/19/13
11:00 A – 7:00 P Snail Rewrite fxn_Figs_y_v_snail to render only figures indicated in list Plotnames and show them in the indicated figure: ff = strfind(Plotnames,’box_CoVratio’); ff = find(1 – cellfun(@isempty, ff)); if ~isempty(ff) figure(Plotnumbers(ff)); clf; … end This facilitates … Continue reading
Code meeting
Organization Functions ‘Clean code’ * has help file — lists all inputs and outputs with descriptors functions have small number of mandatory inputs (typically 1-4) additional inputs are passed as ‘Flag’,value pairs. (see examples) long code is written in demarcated code blocks … Continue reading