nurse cell & actin filament
oocyte & actin filament
nurse cell ring canal
nurse cell
nurse cell ring canal rim
egg chamber
oocyte
interfollicle cell
nurse cell fusome
karyosome
nurse cell & nucleus
actin filament
Of those, the last seven are from the same publication as the cell death / cell shape phenotypes. Hypothetically, cell death could be manifest in some of those locations and cell shape in others. Is there a way that they're linked in the database?
A second question:
If I run an SQL query to get those results, it shows that three of them have no FB identifiers, and are redundant with some that do have identifiers. Why are these in here? Why, also, is there a GO identifier?
The SQL query is:
- Code: Select all
SELECT g.uniquename, g.name, a.uniquename, a.name, cvt4.name, fp.value
FROM feature g, feature_relationship fr, feature a, cvterm cvt, cvterm cvt4,
featureprop fp
WHERE g.feature_id = object_id AND subject_id = a.feature_id AND
fr.type_id = cvt.cvterm_id AND cvt.name = 'alleleof' AND
a.feature_id = fp.feature_id AND fp.type_id = cvt4.cvterm_id AND
cvt4.name = 'derived_pheno_manifest' AND a.uniquename = 'FBal0031520';
Thanks for the help!
John
