Package org.intermine.bio.web.displayer
Class GeneStructureDisplayer
- java.lang.Object
-
- org.intermine.web.displayer.ReportDisplayer
-
- org.intermine.bio.web.displayer.GeneStructureDisplayer
-
public class GeneStructureDisplayer extends org.intermine.web.displayer.ReportDisplayerCustom displayer for gene structure. A list of GeneModels will be added to the request, with each GeneModel representing one transcript of the gene. Each gene model includes a transcript, exons, introns, UTRs and CDSs where available. This displayer can be used for any component of a gene model and the parent gene will be retrieved first.
-
-
Constructor Summary
Constructors Constructor Description GeneStructureDisplayer(org.intermine.web.logic.config.ReportDisplayerConfig config, org.intermine.api.InterMineAPI im)Construct with config and the InterMineAPI.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisplay(javax.servlet.http.HttpServletRequest request, org.intermine.web.logic.results.ReportObject reportObject)
-