Skip to content

Commit a2fb05a

Browse files
authored
Add files via upload
1 parent 41fad72 commit a2fb05a

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

bedGraph2Cluster

19 Bytes
Binary file not shown.

bedGraph2Cluster.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function bedGraph2Cluster(bedGraphs_Signal, bedGraphs_Control, bedGraphs_Cluster
206206
kmean_input = [scalar profile];
207207
end
208208
randinit(1234);
209-
X.peak.(['clust',num2str(k)]) = kmeansd(kmean_input,k,'distance',convertStringsToChars(distance_method),'maxiter',1000);
209+
X.peak.(['clust',num2str(k)]) = kmeansds(kmean_input,k,'distance',convertStringsToChars(distance_method),'maxiter',1000);
210210

211211
% Save file with peaks only
212212
X = rmfield(X,'bin'); X.peak.dat=single(X.peak.dat); X.peak.raw=single(X.peak.raw);

bedGraph2Cluster.prj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<deployment-project plugin="plugin.ezdeploy" plugin-version="1.0">
2-
<configuration build-checksum="2992540966" file="/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster/bedGraph2Cluster.prj" location="/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster" name="bedGraph2Cluster" preferred-package-location="/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster/bedGraph2Cluster/for_redistribution" preferred-package-type="package.type.install" target="target.ezdeploy.standalone" target-name="Application Compiler">
2+
<configuration file="/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster/bedGraph2Cluster.prj" location="/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster" name="bedGraph2Cluster" preferred-package-location="/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster/5.4" preferred-package-type="package.type.install" target="target.ezdeploy.standalone" target-name="Application Compiler">
33
<param.appname>bedGraph2Cluster</param.appname>
44
<param.icon />
55
<param.icons />
@@ -29,10 +29,10 @@ MR/v95/runtime/glnxa64:MR/v95/bin/glnxa64:MR/v95/sys/os/glnxa64:MR/v95/sys/openg
2929
If it is defined, set it to the following:
3030

3131
${LD_LIBRARY_PATH}:MR/v95/runtime/glnxa64:MR/v95/bin/glnxa64:MR/v95/sys/os/glnxa64:MR/v95/sys/opengl/lib/glnxa64</param.target.install.notes>
32-
<param.intermediate>${PROJECT_ROOT}/5.3</param.intermediate>
33-
<param.files.only>${PROJECT_ROOT}/5.3</param.files.only>
34-
<param.output>${PROJECT_ROOT}/5.3</param.output>
35-
<param.logdir>/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster</param.logdir>
32+
<param.intermediate>${PROJECT_ROOT}/5.4</param.intermediate>
33+
<param.files.only>${PROJECT_ROOT}/5.4</param.files.only>
34+
<param.output>${PROJECT_ROOT}/5.4</param.output>
35+
<param.logdir>${PROJECT_ROOT}/5.4</param.logdir>
3636
<param.enable.clean.build>false</param.enable.clean.build>
3737
<param.user.defined.mcr.options />
3838
<param.target.type>subtarget.standalone</param.target.type>
@@ -87,10 +87,10 @@ ${LD_LIBRARY_PATH}:MR/v95/runtime/glnxa64:MR/v95/bin/glnxa64:MR/v95/sys/os/glnxa
8787
<fileset.package />
8888
<fileset.depfun />
8989
<build-deliverables>
90-
<file location="${PROJECT_ROOT}/5.3" name="splash.png" optional="false">/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster/5.3/splash.png</file>
91-
<file location="${PROJECT_ROOT}/5.3" name="readme.txt" optional="true">/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster/5.3/readme.txt</file>
92-
<file location="${PROJECT_ROOT}/5.3" name="run_bedGraph2Cluster.sh" optional="false">/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster/5.3/run_bedGraph2Cluster.sh</file>
93-
<file location="${PROJECT_ROOT}/5.3" name="bedGraph2Cluster" optional="false">/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster/5.3/bedGraph2Cluster</file>
90+
<file location="${PROJECT_ROOT}/5.4" name="run_bedGraph2Cluster.sh" optional="false">/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster/5.4/run_bedGraph2Cluster.sh</file>
91+
<file location="${PROJECT_ROOT}/5.4" name="splash.png" optional="false">/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster/5.4/splash.png</file>
92+
<file location="${PROJECT_ROOT}/5.4" name="bedGraph2Cluster" optional="false">/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster/5.4/bedGraph2Cluster</file>
93+
<file location="${PROJECT_ROOT}/5.4" name="readme.txt" optional="true">/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster/5.4/readme.txt</file>
9494
</build-deliverables>
9595
<workflow />
9696
<matlab>

0 commit comments

Comments
 (0)