|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompactWIGData | |
---|---|
org.utgenome.format.wig | |
org.utgenome.gwt.utgb.client | UTGB Browser interface & track implementations. |
org.utgenome.gwt.utgb.client.canvas | Browser-side graphic drawing libraries using HTML canvas (or VML in IE). |
org.utgenome.gwt.utgb.server | UTGB's server-side libraries for supporting web request handling, managing database connections, initialization of UTGB web applications, etc. |
Uses of CompactWIGData in org.utgenome.format.wig |
---|
Methods in org.utgenome.format.wig that return CompactWIGData | |
---|---|
static CompactWIGData |
WIGDatabaseReader.convertResolution(WigGraphData w,
ChrLoc location,
int windowWidth)
|
CompactWIGData |
WIGDatabaseReader.fillPixelsWithMedian(CompactWIGData cwig,
int pixelWidth,
int trackId,
int start,
int end)
|
CompactWIGData |
WIGDatabaseReader.getCompactWigData(int trackId,
int start,
int end,
int pixelWidth)
|
static CompactWIGData |
WIGDatabaseReader.prepareCompactWigData(WigGraphData w,
ChrLoc location)
|
Methods in org.utgenome.format.wig that return types with arguments of type CompactWIGData | |
---|---|
static List<CompactWIGData> |
WIGDatabaseReader.getCompactWigDataList(File path,
int pixelWidth,
ChrLoc location,
GraphWindow windowFunc)
|
static List<CompactWIGData> |
WIGDatabaseReader.getRoughCompactWigDataList(File path,
int pixelWidth,
ChrLoc location,
GraphWindow windowFunc)
|
Methods in org.utgenome.format.wig with parameters of type CompactWIGData | |
---|---|
CompactWIGData |
WIGDatabaseReader.fillPixelsWithMedian(CompactWIGData cwig,
int pixelWidth,
int trackId,
int start,
int end)
|
Uses of CompactWIGData in org.utgenome.gwt.utgb.client |
---|
Methods in org.utgenome.gwt.utgb.client that return types with arguments of type CompactWIGData | |
---|---|
List<CompactWIGData> |
BrowserService.getCompactWigDataList(String fileName,
int windowWidth,
ChrLoc location,
GraphWindow window)
|
Method parameters in org.utgenome.gwt.utgb.client with type arguments of type CompactWIGData | |
---|---|
void |
BrowserServiceAsync.getCompactWigDataList(String fileName,
int windowWidth,
ChrLoc location,
GraphWindow window,
com.google.gwt.user.client.rpc.AsyncCallback<List<CompactWIGData>> callback)
|
Uses of CompactWIGData in org.utgenome.gwt.utgb.client.canvas |
---|
Methods in org.utgenome.gwt.utgb.client.canvas that return types with arguments of type CompactWIGData | |
---|---|
List<CompactWIGData> |
BarGraphCanvas.getGraphData()
|
Method parameters in org.utgenome.gwt.utgb.client.canvas with type arguments of type CompactWIGData | |
---|---|
void |
BarGraphCanvas.draw(List<CompactWIGData> graphData,
GWTGraphCanvas.GraphStyle style)
|
void |
GWTGraphCanvas.drawWigGraph(List<CompactWIGData> data,
TrackWindow w)
|
void |
BarGraphCanvas.setGraphData(List<CompactWIGData> graphData)
|
Uses of CompactWIGData in org.utgenome.gwt.utgb.server |
---|
Methods in org.utgenome.gwt.utgb.server that return types with arguments of type CompactWIGData | |
---|---|
List<CompactWIGData> |
BrowserServiceImpl.getCompactWigDataList(String path,
int windowWidth,
ChrLoc location,
GraphWindow window)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |