这是我的xml布局,当出现Fragement错误时, 这是我的xml布局,当出现Fragement错误时, 这是我的xml布局,当出现Fragement错误时,
foreach($CDNA_new as $t){
$match = null; // Reset value for match
# Go through the specie array
foreach ($csv_specie as $c){
# Find specie in string
if (strpos($t, $c) !== FALSE ){
$match = $c;
break; // Don't carry on if you found a match
}
}
# If no match found set values to missing values
if ($match == null){
$match = "NA";
}
echo "----------------------". "<br \>\n";
echo '+'.$match. "<br \>\n";
echo '+'.$t. "<br \>\n";
# Work further with the values to retrieve gene ID using eSearch
}