Glucocorticoid response element gene transcriptions: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
Line 34: Line 34:
Copying an apparent consensus sequence of AGAACA and putting it in "⌘F" finds one located between ZSCAN22 and A1BG and two between ZNF497 and A1BG as can be found by the computer programs.
Copying an apparent consensus sequence of AGAACA and putting it in "⌘F" finds one located between ZSCAN22 and A1BG and two between ZNF497 and A1BG as can be found by the computer programs.


For the Basic programs testing consensus sequence AAAAAAAA (starting with SuccessablesAAA.bas) written to compare nucleotide sequences with the sequences on either the template strand (-), or coding strand (+), of the DNA, in the negative direction (-), or the positive direction (+), the programs are, are looking for, and found:
For the Basic programs testing consensus sequence AGAACA (starting with SuccessablesGlu.bas) written to compare nucleotide sequences with the sequences on either the template strand (-), or coding strand (+), of the DNA, in the negative direction (-), or the positive direction (+), the programs are, are looking for, and found:
# negative strand, negative direction, looking for AAAAAAAA, 0.
# negative strand, negative direction, looking for AGAACA, 1, AGAACA at 281, and complement.
# negative strand, positive direction, looking for AAAAAAAA, 0.
# negative strand, positive direction, looking for AGAACA, 2, AGAACA at 4068, AGAACA at 3094, and complements.
# positive strand, negative direction, looking for AAAAAAAA, 0.
# positive strand, negative direction, looking for AGAACA, 2, AGAACA at 3668, AGAACA at 287, and complements.
# positive strand, positive direction, looking for AAAAAAAA, 0.
# positive strand, positive direction, looking for AGAACA, 0.
# complement, negative strand, negative direction, looking for TTTTTTTT, 0.
# complement, negative strand, negative direction, looking for TCTTGT, 2, TCTTGT at 3668, TCTTGT at 287.
# complement, negative strand, positive direction, looking for TTTTTTTT, 0.
# complement, negative strand, positive direction, looking for TCTTGT, 0.
# complement, positive strand, negative direction, looking for TTTTTTTT, 0.
# complement, positive strand, negative direction, looking for TCTTGT, 1, TCTTGT at 281.
# complement, positive strand, positive direction, looking for TTTTTTTT, 0.
# complement, positive strand, positive direction, looking for TCTTGT, 2, TCTTGT at 4068, TCTTGT at 3094.
# inverse complement, negative strand, negative direction, looking for TTTTTTTT, 0.
# inverse complement, negative strand, negative direction, looking for TGTTCT, 4, TGTTCT at 3759, TGTTCT at 3635, TGTTCT at 3340, TGTTCT at 3307, and complements.
# inverse complement, negative strand, positive direction, looking for TTTTTTTT, 0.
# inverse complement, negative strand, positive direction, looking for TGTTCT, 1, TGTTCT at 108, and complement.
# inverse complement, positive strand, negative direction, looking for TTTTTTTT, 0.
# inverse complement, positive strand, negative direction, looking for TGTTCT, 1, TGTTCT at 45, and complement.
# inverse complement, positive strand, positive direction, looking for TTTTTTTT, 0.
# inverse complement, positive strand, positive direction, looking for TGTTCT, 0.
# inverse negative strand, negative direction, looking for AAAAAAAA, 0.
# inverse negative strand, negative direction, looking for ACAAGA, 1, ACAAGA at 45.
# inverse negative strand, positive direction, looking for AAAAAAAA, 0.
# inverse negative strand, positive direction, looking for ACAAGA, 0.
# inverse positive strand, negative direction, looking for AAAAAAAA, 0.
# inverse positive strand, negative direction, looking for ACAAGA, 4, ACAAGA at 3759, ACAAGA at 3635, ACAAGA at 3340, ACAAGA at 3307.
# inverse positive strand, positive direction, looking for AAAAAAAA, 0.
# inverse positive strand, positive direction, looking for ACAAGA, 1, ACAAGA at 108.


===AAA core promoters===
===Glu proximal promoters===
{{main|Core promoter gene transcriptions}}
 
===AAA proximal promoters===
{{main|Proximal promoter gene transcriptions}}
{{main|Proximal promoter gene transcriptions}}
Negative strand, positive direction: AGAACA at 4068, and complement.


===AAA distal promoters===
=== Glu distal promoters===
{{main|Distal promoter gene transcriptions}}
{{main|Distal promoter gene transcriptions}}
Negative strand, negative direction: TGTTCT at 3759, TGTTCT at 3635, TGTTCT at 3340, TGTTCT at 3307, AGAACA at 281, and complements.
Positive strand, negative direction: AGAACA at 3668, AGAACA at 287, TGTTCT at 45, and complements.
Negative strand, positive direction: AGAACA at 3094, TGTTCT at 108, and complements.


==Acknowledgements==
==Acknowledgements==

Revision as of 04:10, 9 January 2021

Associate Editor(s)-in-Chief: Henry A. Hoff

"DNA-binding by the GR-DBD has been well-characterized; it is highly sequence-specific, directly recognizing invariant guanine nucleotides of two AGAACA [TGTTCT] half sites called the glucocorticoid response element (GRE), and binds as a dimer in head-to-head orientation with mid-nanomolar affinity (4,12–18). [...] The consensus DNA glucocorticoid response element (GRE) is comprised of two half-sites (AGAACA) separated by a three base-pair spacer (13,15,60,61)."[1]

Human genes

Interactions

Consensus sequences

Hypotheses

  1. A1BG has no GREs in either promoter.
  2. A1BG is not transcribed by a GRE.
  3. A GRE does not participate in the transcription of A1BG.

Samplings

Copying an apparent consensus sequence of AGAACA and putting it in "⌘F" finds one located between ZSCAN22 and A1BG and two between ZNF497 and A1BG as can be found by the computer programs.

For the Basic programs testing consensus sequence AGAACA (starting with SuccessablesGlu.bas) written to compare nucleotide sequences with the sequences on either the template strand (-), or coding strand (+), of the DNA, in the negative direction (-), or the positive direction (+), the programs are, are looking for, and found:

  1. negative strand, negative direction, looking for AGAACA, 1, AGAACA at 281, and complement.
  2. negative strand, positive direction, looking for AGAACA, 2, AGAACA at 4068, AGAACA at 3094, and complements.
  3. positive strand, negative direction, looking for AGAACA, 2, AGAACA at 3668, AGAACA at 287, and complements.
  4. positive strand, positive direction, looking for AGAACA, 0.
  5. complement, negative strand, negative direction, looking for TCTTGT, 2, TCTTGT at 3668, TCTTGT at 287.
  6. complement, negative strand, positive direction, looking for TCTTGT, 0.
  7. complement, positive strand, negative direction, looking for TCTTGT, 1, TCTTGT at 281.
  8. complement, positive strand, positive direction, looking for TCTTGT, 2, TCTTGT at 4068, TCTTGT at 3094.
  9. inverse complement, negative strand, negative direction, looking for TGTTCT, 4, TGTTCT at 3759, TGTTCT at 3635, TGTTCT at 3340, TGTTCT at 3307, and complements.
  10. inverse complement, negative strand, positive direction, looking for TGTTCT, 1, TGTTCT at 108, and complement.
  11. inverse complement, positive strand, negative direction, looking for TGTTCT, 1, TGTTCT at 45, and complement.
  12. inverse complement, positive strand, positive direction, looking for TGTTCT, 0.
  13. inverse negative strand, negative direction, looking for ACAAGA, 1, ACAAGA at 45.
  14. inverse negative strand, positive direction, looking for ACAAGA, 0.
  15. inverse positive strand, negative direction, looking for ACAAGA, 4, ACAAGA at 3759, ACAAGA at 3635, ACAAGA at 3340, ACAAGA at 3307.
  16. inverse positive strand, positive direction, looking for ACAAGA, 1, ACAAGA at 108.

Glu proximal promoters

Negative strand, positive direction: AGAACA at 4068, and complement.

Glu distal promoters

Negative strand, negative direction: TGTTCT at 3759, TGTTCT at 3635, TGTTCT at 3340, TGTTCT at 3307, AGAACA at 281, and complements.

Positive strand, negative direction: AGAACA at 3668, AGAACA at 287, TGTTCT at 45, and complements.

Negative strand, positive direction: AGAACA at 3094, TGTTCT at 108, and complements.

Acknowledgements

The content on this page was first contributed by: Henry A. Hoff.

See also

References

  1. Nicholas V Parsonnet, Nickolaus C Lammer, Zachariah E Holmes, Robert T Batey, Deborah S Wuttke (5 September 2019). "The glucocorticoid receptor DNA-binding domain recognizes RNA hairpin structures with high affinity". Nucleic Acids Research. 47 (15): 8180–8192. doi:10.1093/nar/gkz486. PMID 31147715. Retrieved 28 August 2020.

External links