Template:Known motif: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 31: | Line 31: | ||
if( necessary_part.length>1 ){ | if( necessary_part.length>1 ){ | ||
subclusters = necessary_part.split("~"); | subclusters = necessary_part.split("~"); | ||
if(subclusters.length>1 ){ | if(subclusters.length>1 ){ | ||
var tmp; | |||
for(j=0;j<subclusters.length;j++){ | for(j=0;j<subclusters.length;j++){ | ||
tmp =new Array(); | |||
tmp.push(motif_db); | |||
tmp.push(subclusters[j]); | |||
m_data.push(tmp); | |||
} | } | ||
m_data. | m_data.length; | ||
} | } | ||
} | } |
Revision as of 15:38, 25 April 2013
- Name:{{{name}}}
Sub Clusters
<br>Analyst: Ivan