Personal tools

User:Serkan/test2/known1: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 36: Line 36:
sReturn = sReturn.split(":");
sReturn = sReturn.split(":");
var motif_prefix_tmp=sReturn[0];
var motif_prefix_tmp=sReturn[0];
if(motif_prefix_tmp ="JASPAR"){
if(motif_prefix_tmp =="JASPAR"){
sReturn = sReturn.split(";")[1];
sReturn = sReturn.split(";")[1];
}
}
Line 50: Line 50:
number_prefix = "426";
number_prefix = "426";
}
}
else if(motif_prefix = "JASPAR"){
else if(motif_prefix == "JASPAR"){
number_prefix = "130";
number_prefix = "130";
motif_id= SReturn_org .split(":")[1].split(";")[1];
motif_id= SReturn_org .split(":")[1].split(";")[1];
}
}
else if(motif_prefix = "HOMER"){
else if(motif_prefix == "HOMER"){
number_prefix = "138";
number_prefix = "138";
}
}
else if(motif_prefix = "SWISSREGULON"){
else if(motif_prefix == "SWISSREGULON"){
number_prefix = "190";
number_prefix = "190";
}
}
else if(motif_prefix = "UNIPROBE"){
else if(motif_prefix == "UNIPROBE"){
number_prefix = "413";
number_prefix = "413";
}
}
else if(motif_prefix = "ENCODE"){
else if(motif_prefix == "ENCODE"){
number_prefix = "683";
number_prefix = "683";
}
}

Revision as of 16:36, 19 April 2013

known motifs