Serum response element gene transcriptions: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
Line 55: Line 55:


For the Basic programs testing consensus sequence ACAGGATGT (starting with SuccessablesSER.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 ACAGGATGT (starting with SuccessablesSER.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 ACAGGATGT, 0.
# positive strand, negative direction, looking for AAAAAAAA, 0.
# positive strand, negative direction, looking for ACAGGATGT, 0.
# positive strand, positive direction, looking for AAAAAAAA, 0.
# positive strand, positive direction, looking for ACAGGATGT, 0.
# negative strand, positive direction, looking for AAAAAAAA, 0.
# negative strand, positive direction, looking for ACAGGATGT, 1, ACAGGATGT at 3575.
# complement, negative strand, negative direction, looking for TTTTTTTT, 0.
# complement, negative strand, negative direction, looking for TGTCCTACA, 0.
# complement, positive strand, negative direction, looking for TTTTTTTT, 0.
# complement, positive strand, negative direction, looking for TGTCCTACA, 0.
# complement, positive strand, positive direction, looking for TTTTTTTT, 0.
# complement, positive strand, positive direction, looking for TGTCCTACA, 1, TGTCCTACA at 3575.
# complement, negative strand, positive direction, looking for TTTTTTTT, 0.
# complement, negative strand, positive direction, looking for TGTCCTACA, 0.
# inverse complement, negative strand, negative direction, looking for TTTTTTTT, 0.
# inverse complement, negative strand, negative direction, looking for ACATCCTGT, 0.
# inverse complement, positive strand, negative direction, looking for TTTTTTTT, 0.
# inverse complement, positive strand, negative direction, looking for ACATCCTGT, 0.
# inverse complement, positive strand, positive direction, looking for TTTTTTTT, 0.
# inverse complement, positive strand, positive direction, looking for ACATCCTGT, 0.
# inverse complement, negative strand, positive direction, looking for TTTTTTTT, 0.
# inverse complement, negative strand, positive direction, looking for ACATCCTGT, 0.
# inverse negative strand, negative direction, looking for AAAAAAAA, 0.
# inverse negative strand, negative direction, looking for TGTAGGACA, 0.
# inverse positive strand, negative direction, looking for AAAAAAAA, 0.
# inverse positive strand, negative direction, looking for TGTAGGACA, 0.
# inverse positive strand, positive direction, looking for AAAAAAAA, 0.
# inverse positive strand, positive direction, looking for TGTAGGACA, 0.
# inverse negative strand, positive direction, looking for AAAAAAAA, 0.
# inverse negative strand, positive direction, looking for TGTAGGACA, 0.
 
===SER UTRs===
{{main|UTR promoter gene transcriptions}}
 
===SER core promoters===
{{main|Core promoter gene transcriptions}}
 
===SER proximal promoters===
{{main|Proximal promoter gene transcriptions}}


===SER distal promoters===
===SER distal promoters===
{{main|Distal promoter gene transcriptions}}
{{main|Distal promoter gene transcriptions}}
Negative strand, positive direction: ACAGGATGT at 3575.


==Acknowledgements==
==Acknowledgements==

Revision as of 23:30, 23 February 2021

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

The SRE wild type (SREwt) contains the nucleotide sequence ACAGGATGTCCATATTAGGACATCTGC, of which CCATATTAGG is the CArG box, TTAGGACAT is the C/EBP box, and CATCTG is the E box.[1]

"Serum response factor (SRF) is an important transcription factor that regulates cardiac and skeletal muscle genes during development, maturation and adult aging [17,18]. SRF regulates its target genes by binding to serum response elements (SREs), which contain a consensus CC(A/T)6GG (CArG) motif."[2]

"The “CCATAATAGG” sequence in the SIRT2 gene promoter is a classic SRE, which allows the SRF dimer to firmly bind to the DNA sequence, whereupon various SRF-binding proteins may be recruited to form a protein complex, which in turn modulates the expression of the SIRT2 gene."[2]

Consensus sequences

In the nucleotide sequence ACAGGATGTCCATATTAGGACATCTGC,

5'-CCATATTAGG-3' is a CArG box that does not occur in either promoter of A1BG,

5'-CATCTG-3' is an E box that does not occur in either promoter of A1BG,

5'-TTAGGACAT-3' is a C/EBP box that does not occur in either promoter of A1BG using "⌘F",

5'-ACAGGATGT-3' is contained in the above nucleotide sequence which has one occurring between ZNF497 and A1BG using "⌘F" and none between ZSCAN22 and A1BG.

SER samplings

Copying a responsive elements consensus sequence ACAGGATGT and putting the sequence in "⌘F" finds none between ZNF497 and A1BG or none between ZSCAN22 and A1BG as can be found by the computer programs.

For the Basic programs testing consensus sequence ACAGGATGT (starting with SuccessablesSER.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 ACAGGATGT, 0.
  2. positive strand, negative direction, looking for ACAGGATGT, 0.
  3. positive strand, positive direction, looking for ACAGGATGT, 0.
  4. negative strand, positive direction, looking for ACAGGATGT, 1, ACAGGATGT at 3575.
  5. complement, negative strand, negative direction, looking for TGTCCTACA, 0.
  6. complement, positive strand, negative direction, looking for TGTCCTACA, 0.
  7. complement, positive strand, positive direction, looking for TGTCCTACA, 1, TGTCCTACA at 3575.
  8. complement, negative strand, positive direction, looking for TGTCCTACA, 0.
  9. inverse complement, negative strand, negative direction, looking for ACATCCTGT, 0.
  10. inverse complement, positive strand, negative direction, looking for ACATCCTGT, 0.
  11. inverse complement, positive strand, positive direction, looking for ACATCCTGT, 0.
  12. inverse complement, negative strand, positive direction, looking for ACATCCTGT, 0.
  13. inverse negative strand, negative direction, looking for TGTAGGACA, 0.
  14. inverse positive strand, negative direction, looking for TGTAGGACA, 0.
  15. inverse positive strand, positive direction, looking for TGTAGGACA, 0.
  16. inverse negative strand, positive direction, looking for TGTAGGACA, 0.

SER distal promoters

Negative strand, positive direction: ACAGGATGT at 3575.

Acknowledgements

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

See also

References

  1. Ravi P. Misra; Azad Bonni; Cindy K. Miranti; Victor M. Rivera; Morgan Sheng; Michael E.Greenberg (14 October 1994). "L-type Voltage-sensitive Calcium Channel Activation Stimulates Gene Expression by a Serum Response Factor-dependent Pathway" (PDF). The Journal of Biological Chemistry. 269 (41): 25483–25493. PMID 7929249. Retrieved 7 December 2019.
  2. 2.0 2.1 Xiaomin Zhang, Gohar Azhar, Jeanne Y. Wei (21 December 2017). "SIRT2 gene has a classic SRE element, is a downstream target of serum response factor and is likely activated during serum stimulation". PLOS One. 12 (12): e0190011. doi:10.1371/journal.pone.0190011. Retrieved 23 February 2021.

External links