Skip to content

Commit

Permalink
Update MERFISHProbeDesign.m
Browse files Browse the repository at this point in the history
  • Loading branch information
yilinzhao1615 authored Feb 13, 2020
1 parent b2c08f9 commit efa1547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probe_construction/MERFISHProbeDesign.m
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ function MERFISHProbeDesign(varargin)
genenames={targetRegions.geneName}';
geneids={targetRegions.id}';
numRegions={targetRegions.numRegions}';
writetable(table(genenames,geneids,numRegions),[analysisSavePath 'targetRegionsHuman.csv'],'WriteRowNames',false)
writetable(table(genenames,geneids,numRegions),[analysisSavePath 'targetRegions.csv'],'WriteRowNames',false)
%% ------------------------------------------------------------------------
% Step 2: Compile the library
% The target regions designed above will be compiled into template
Expand Down

0 comments on commit efa1547

Please sign in to comment.