|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--SpotFeatures
The SpotFeatures class and methods to get spot feature String information. This includes gene clone ID, gene name, genomic id info, GIPO address, plate address, normalized intensity data, ratios, etc.
This work was produced by Peter Lemkin of the National Cancer Institute, an agency of the United States Government. As a work of the United States Government there is no associated copyright. It is offered as open source software under the Mozilla Public License (version 1.1) subject to the limitations noted in the accompanying LEGAL file. This notice must be included with the code. The MAExplorer Mozilla and Legal files are available on http://maexplorer.sourceforge.net/.
Field Summary | |
private static CompositeDatabase |
cdb
link to global instance |
private static Config |
cfg
link to global instance of Config |
(package private) java.lang.String |
cloneID
lookup I.M.A.G.E. |
(package private) java.lang.String |
dbESTid3
lookup dbEST id 3' |
(package private) java.lang.String |
dbESTid5
lookup dbEST id 5' |
(package private) static java.lang.String |
featuresStr
Strings generated by getSpotFeatures() |
(package private) java.lang.String |
GenBankAcc
lookup GenBank Acc |
(package private) java.lang.String |
GenBankAcc3
lookup GenBank Acc 3' |
(package private) java.lang.String |
GenBankAcc5
lookup GenBank Acc 5' |
(package private) java.lang.String |
geneClass
lookup "Gene_Class" |
(package private) java.lang.String |
geneName
lookup "Gene_Name" |
(package private) static java.lang.String |
genomicDataStr
Strings generated by getSpotFeatures() |
(package private) java.lang.String |
LocusID
lookup LocusLink LocusID |
private static MAExplorer |
mae
link to global MAExplorer instance |
private static Maps |
map
link to global Maps instance |
(package private) java.lang.String |
masterID
lookup master Gene identifier |
(package private) java.lang.String |
plate
lookup corresponding plate |
(package private) java.lang.String |
plate_col
lookup corresponding plate_col |
(package private) java.lang.String |
plate_row
lookup corresponding plate_row |
(package private) java.lang.String |
SwissProt
lookup SwissProtID |
(package private) java.lang.String |
UGclusterName
lookup "UGclusterName" name |
(package private) java.lang.String |
Unigene_ID
lookup "Unigene_ID" name |
(package private) static java.lang.String |
xygStr
Strings generated by getSpotFeatures() |
Constructor Summary | |
(package private) |
SpotFeatures(MAExplorer mae)
SpotFeatures() - constructor |
Method Summary | |
(package private) static java.lang.String |
getCurGeneFeaturedata()
getCurGeneFeaturedata() - get spot feature summary of current gene. |
(package private) static java.lang.String |
getCurGeneGenomicdata()
getCurGeneGenomicdata() - get spot feature summary of current gene. |
(package private) static java.lang.String |
getCurGeneXYGdata()
getCurGeneXYGdata() - get spot quantitation summary of current gene. |
(package private) java.lang.String |
getPlate(int gid)
getPlate(gid) - return the Plate coords Grid[r,c] as B3,4 etc. |
(package private) java.lang.String |
getSpotFeatures(java.awt.Point xy,
MaHybridSample ms)
getSpotFeatures() - get spot coords and features associated with spot at (x,y) |
(package private) java.lang.String |
getSpotFeaturesLine(int gid)
getSpotFeaturesLine() - get spot coords and features associated with spot gid. |
(package private) java.lang.String |
getSpotGenomicData(java.awt.Point xy,
MaHybridSample ms)
getSpotGenomicData() - get additional genomic name features by (x,y) coordindate of current spot for sample if the features exist. |
(package private) java.lang.String |
getSpotGenomicLine(int gid)
getSpotGenomicLine() - get additional Genomic name features by GID if they exist. |
(package private) java.lang.String |
getSpotMeasurementStr(int gid,
MaHybridSample ms)
getSpotMeasurementStr() - return pretty-print spot measurement string. |
(package private) java.lang.String |
getXYG(java.awt.Point xy,
MaHybridSample ms)
getXYG() - return pretty-print string for status of x,y,grayvalue string. |
(package private) boolean |
setGenomicData(int gid)
setGenomicData() - get genomic data from GID gene into local variables of spotFeatures. |
(package private) void |
showValidSpotInfo(java.awt.Point xyObj,
MaHybridSample ms)
showValidSpotInfo() - show spot gene info if valid obj else no-op |
Methods inherited from class java.lang.Object |
|
Field Detail |
private static MAExplorer mae
private static Maps map
private static CompositeDatabase cdb
private static Config cfg
java.lang.String plate
java.lang.String plate_row
java.lang.String plate_col
java.lang.String masterID
java.lang.String LocusID
java.lang.String Unigene_ID
java.lang.String cloneID
java.lang.String dbESTid3
java.lang.String dbESTid5
java.lang.String GenBankAcc
java.lang.String GenBankAcc3
java.lang.String GenBankAcc5
java.lang.String SwissProt
java.lang.String geneName
java.lang.String UGclusterName
java.lang.String geneClass
static java.lang.String xygStr
static java.lang.String featuresStr
static java.lang.String genomicDataStr
Constructor Detail |
SpotFeatures(MAExplorer mae)
mae
- is instance of MAExplorerMethod Detail |
java.lang.String getSpotMeasurementStr(int gid, MaHybridSample ms)
gid
- is the Grid Index (GID) of spot to reportms
- sample being tested to which the xy spot appliesGridCoords.cvtGID2str(int, boolean)
,
HPxyData.updateDataAndStat(int)
,
MaHybridSample.getDataByGID(int, boolean, int)
,
Util.cvf2s(float, int)
java.lang.String getXYG(java.awt.Point xy, MaHybridSample ms)
xy
- is the coordinates close to spot being requestedms
- sample being tested to which the xy spot appliesCompositeDatabase.lookupHPcoords(int, int, int, boolean, MaHybridSample)
,
ScrollableImageCanvas.setObjState(MaHybridSample, int, int)
,
getSpotMeasurementStr(int, MaHybridSample)
java.lang.String getSpotFeaturesLine(int gid)
gid
- is the Grid Index (GID) of spot to reportms
- sample being tested to which the xy spot appliesGene.lookupIDbyName(java.lang.String)
,
getPlate(int)
,
setGenomicData(int)
java.lang.String getSpotFeatures(java.awt.Point xy, MaHybridSample ms)
xy
- is the pseudoarray image coordinates close to spot being requestedms
- sample being tested to which the xy spot appliesCompositeDatabase.lookupHPcoords(int, int, int, boolean, MaHybridSample)
,
getSpotFeaturesLine(int)
java.lang.String getSpotGenomicLine(int gid)
gid
- is the Grid Index (GID) of spot to reportsetGenomicData(int)
java.lang.String getSpotGenomicData(java.awt.Point xy, MaHybridSample ms)
xy
- is the pseudoarray image coordinates close to spot being requestedms
- sample being tested to which the xy spot appliesCompositeDatabase.lookupHPcoords(int, int, int, boolean, MaHybridSample)
,
getSpotGenomicLine(int)
java.lang.String getPlate(int gid)
gid
- is the grid indexboolean setGenomicData(int gid)
gid
- is the Grid Index (GID) of spot to reportvoid showValidSpotInfo(java.awt.Point xyObj, MaHybridSample ms)
xyObj
- is the pseudoarray image coordinates close to spot being requestedms
- sample being tested to which the xyObj spot appliesUtil.showFeatures(java.lang.String, java.lang.String)
,
Util.showMsg(java.lang.String)
,
getXYG(java.awt.Point, MaHybridSample)
,
getSpotFeatures(java.awt.Point, MaHybridSample)
,
getSpotGenomicData(java.awt.Point, MaHybridSample)
static java.lang.String getCurGeneXYGdata()
getXYG(java.awt.Point, MaHybridSample)
static java.lang.String getCurGeneFeaturedata()
getSpotFeatures(java.awt.Point, MaHybridSample)
static java.lang.String getCurGeneGenomicdata()
getSpotGenomicData(java.awt.Point, MaHybridSample)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |