<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/tairtags.tld" prefix="tair" %> <%@ taglib uri="/WEB-INF/input.tld" prefix="input"%> <%@ page import="pub.utils.*, java.util.*, pub.beans.*" %> " > > <% List annotationIds = null; List geneTermIds = null; if( request.getAttribute("geneTermIds") != null ){ geneTermIds= (List)(request.getAttribute("geneTermIds")); } if(request.getAttribute("annotationIds") != null ){ annotationIds = (List)(request.getAttribute("annotationIds")); }else { throw new javax.servlet.jsp.JspException("No annotations to propagate."); } for (int i=0; i > <% } %> > <% if( geneTermIds != null && geneTermIds.size() >0 ){ %> > <% for (int i = 0; i > <% } %> > <% } %> >> <%-- --%> > >
You have chosen the following annotations for propagation, please input gene names in the botton input box to search for genes you want propagate to, OR go to Gene display page to modify annotation list.
<%= annotation.getSubjectTermName() %> <%= annotation.getRelationshipType() %> <%= annotation.getObjectTermName() %> (<%-- --%><%= object_term.getExternalId() %><%-- --%>) by <%= annotation.getEvidenceCode() %> : <%= annotation.getEvidenceDescription() %>
<% if( pub_ref.isEmpty().equals("y")){ %> No Reference <% }else{ %> Evidence from <%= pub_ref.getTitle() %> <% } %> <% if (annotation.getEvidenceWith() != null && annotation.getEvidenceWith().length() > 0 && !annotation.getEvidenceWith().equalsIgnoreCase("\\NULL")) { %> (Evidence with: <%= annotation.getEvidenceWith() %> ) <% } %>
annotated by/date: <%= user.getName() %>/<%= annotation.getDateAnnotated() %>
 
These annotations will be propagated to the following genes
Name: <%= gene_term. getName() %>
Summary: <%= gene_term.getGene_summary() %>
Is Obsolete: <%= gene_term.getIs_obsolete() %>
Search for Genes( For initialize OR refine gene list)
Gene name: OR
Gene name :
You can also upload a file contains gene names( tab or new line delimeted), This will search gene names for exactly match.