Peroxisome proliferator hormone response element gene transcriptions: Difference between revisions

Jump to navigation Jump to search
Marshallsumter (talk | contribs)
Marshallsumter (talk | contribs)
mNo edit summary
Line 39: Line 39:
For the Basic programs testing consensus sequence AGGTCANAGGTCA (starting with SuccessablesPPRE.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 AGGTCANAGGTCA (starting with SuccessablesPPRE.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 AGGTCANAGGTCA, 0.
# negative strand, negative direction, looking for AGGTCANAGGTCA, 0.
# positive strand, negative direction, looking for AAAAAAAA, 0.
# positive strand, negative direction, looking for AGGTCANAGGTCA, 0.
# positive strand, positive direction, looking for AAAAAAAA, 0.
# positive strand, positive direction, looking for AGGTCANAGGTCA, 0.
# negative strand, positive direction, looking for AAAAAAAA, 0.
# negative strand, positive direction, looking for AGGTCANAGGTCA, 0.
# complement, negative strand, negative direction, looking for TTTTTTTT, 0.
# complement, negative strand, negative direction, looking for TCCAGTNTCCAGT, 0.
# complement, positive strand, negative direction, looking for TTTTTTTT, 0.
# complement, positive strand, negative direction, looking for TCCAGTNTCCAGT, 0.
# complement, positive strand, positive direction, looking for TTTTTTTT, 0.
# complement, positive strand, positive direction, looking for TCCAGTNTCCAGT, 0.
# complement, negative strand, positive direction, looking for TTTTTTTT, 0.
# complement, negative strand, positive direction, looking for TCCAGTNTCCAGT, 0.
# inverse complement, negative strand, negative direction, looking for TTTTTTTT, 0.
# inverse complement, negative strand, negative direction, looking for TGACCTNTGACCT, 0.
# inverse complement, positive strand, negative direction, looking for TTTTTTTT, 0.
# inverse complement, positive strand, negative direction, looking for TGACCTNTGACCT, 0.
# inverse complement, positive strand, positive direction, looking for TTTTTTTT, 0.
# inverse complement, positive strand, positive direction, looking for TGACCTNTGACCT, 0.
# inverse complement, negative strand, positive direction, looking for TTTTTTTT, 0.
# inverse complement, negative strand, positive direction, looking for TGACCTNTGACCT, 0.
# inverse negative strand, negative direction, looking for AAAAAAAA, 0.
# inverse negative strand, negative direction, looking for ACTGGANACTGGA, 0.
# inverse positive strand, negative direction, looking for AAAAAAAA, 0.
# inverse positive strand, negative direction, looking for ACTGGANACTGGA, 0.
# inverse positive strand, positive direction, looking for AAAAAAAA, 0.
# inverse positive strand, positive direction, looking for ACTGGANACTGGA, 0.
# inverse negative strand, positive direction, looking for AAAAAAAA, 0.
# inverse negative strand, positive direction, looking for ACTGGANACTGGA, 0.


===PPRE UTRs===
==PPARA consensus sequences==
{{main|UTR promoter gene transcriptions}}


===PPRE core promoters===
Consensus sequence is 5'-CGACCCC-3'.<ref name=Long>{{ cite journal
{{main|Core promoter gene transcriptions}}
|author=Jianyin Long
 
|author2=Daniel L. Galvan
===PPRE proximal promoters===
|author3=Koki Mise
{{main|Proximal promoter gene transcriptions}}
|author4=Yashpal S. Kanwar
 
|author5=Li Li
===PPRE distal promoters===
|author6=Naravat Poungavrin
{{main|Distal promoter gene transcriptions}}
|author7=Paul A. Overbeek
|author8=Benny H. Chang
|author9=Farhad R. Danesh
|title=Role for carbohydrate response element-binding protein (ChREBP) in high glucose-mediated repression of long noncoding RNA Tug1
|journal=Journal of Biological Chemistry
|date=28 May 2020
|volume=5
|issue=28
|pages=
|url=https://www.jbc.org/content/early/2020/05/28/jbc.RA120.013228.full.pdf
|arxiv=
|bibcode=
|doi=10.1074/jbc.RA120.013228
|pmid=
|accessdate=6 October 2020 }}</ref>


==PPARA samplings==
==PPARA samplings==
Line 103: Line 116:
==See also==
==See also==
{{div col|colwidth=20em}}
{{div col|colwidth=20em}}
* [[A1BG gene transcription core promoters]]
* [[A1BG gene transcriptions]]
* [[A1BG regulatory elements and regions]]
* [[A1BG response element negative results]]
* [[A1BG response element positive results]]
* [[Complex locus A1BG and ZNF497]]
* [[Complex locus A1BG and ZNF497]]
* [[Transcription factor]]
{{Div col end}}
{{Div col end}}


Line 111: Line 128:


==External links==
==External links==
* [http://www.genome.jp/ GenomeNet KEGG database]
* [http://www.ncbi.nlm.nih.gov/sites/entrez?db=gene Home - Gene - NCBI]
* [http://www.ncbi.nlm.nih.gov/sites/gquery NCBI All Databases Search]
* [http://www.ncbi.nlm.nih.gov/ncbisearch/ NCBI Site Search]


<!-- footer templates -->
<!-- footer templates -->
Line 116: Line 137:


<!-- footer categories -->
<!-- footer categories -->
[[Category:Resources last modified in September 2020]]
[[Category:Resources last modified in February 2021]]

Revision as of 18:37, 15 February 2021

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

Peroxisome proliferator hormone response elements (PPREs) consensus sequences are AGGGGA and TCCCCT.[1]

Human genes

Consensus sequences

"After activation by ligands, PPARs/RXRs heterodimers bind to PPRE consensus sequence (AGGTCANAGGTCA) in the promoter of their target genes."[2]

The DNA consensus sequence is AGGTCANAGGTCA, with N being any nucleotide.

PPRE samplings

Copying the apparent consensus sequence for the PPRE (AGGGGA) and putting it in "⌘F" finds none located between ZSCAN22 or three between ZNF497 and A1BG as can be found by the computer programs.

For the Basic programs testing consensus sequence AGGTCANAGGTCA (starting with SuccessablesPPRE.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 AGGTCANAGGTCA, 0.
  2. positive strand, negative direction, looking for AGGTCANAGGTCA, 0.
  3. positive strand, positive direction, looking for AGGTCANAGGTCA, 0.
  4. negative strand, positive direction, looking for AGGTCANAGGTCA, 0.
  5. complement, negative strand, negative direction, looking for TCCAGTNTCCAGT, 0.
  6. complement, positive strand, negative direction, looking for TCCAGTNTCCAGT, 0.
  7. complement, positive strand, positive direction, looking for TCCAGTNTCCAGT, 0.
  8. complement, negative strand, positive direction, looking for TCCAGTNTCCAGT, 0.
  9. inverse complement, negative strand, negative direction, looking for TGACCTNTGACCT, 0.
  10. inverse complement, positive strand, negative direction, looking for TGACCTNTGACCT, 0.
  11. inverse complement, positive strand, positive direction, looking for TGACCTNTGACCT, 0.
  12. inverse complement, negative strand, positive direction, looking for TGACCTNTGACCT, 0.
  13. inverse negative strand, negative direction, looking for ACTGGANACTGGA, 0.
  14. inverse positive strand, negative direction, looking for ACTGGANACTGGA, 0.
  15. inverse positive strand, positive direction, looking for ACTGGANACTGGA, 0.
  16. inverse negative strand, positive direction, looking for ACTGGANACTGGA, 0.

PPARA consensus sequences

Consensus sequence is 5'-CGACCCC-3'.[3]

PPARA samplings

Copying the apparent consensus sequence for the PPARA (CGACCCC) and putting it in "⌘F" finds one located between ZSCAN22 and none between ZNF497 and A1BG as can be found by the computer programs.

For the Basic programs testing consensus sequence CGACCCC (starting with Successables PPARA.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 CGACCCC, 1, CGACCCC at 3037.
  2. positive strand, negative direction, looking for CGACCCC, 0.
  3. positive strand, positive direction, looking for CGACCCC, 1, CGACCCC at 279.
  4. negative strand, positive direction, looking for CGACCCC, 0.
  5. complement, negative strand, negative direction, looking for GCTGGGG, 0.
  6. complement, positive strand, negative direction, looking for GCTGGGG, 1, GCTGGGG at 3037.
  7. complement, positive strand, positive direction, looking for GCTGGGG, 0.
  8. complement, negative strand, positive direction, looking for GCTGGGG, 1, GCTGGGG at 279.
  9. inverse complement, negative strand, negative direction, looking for GGGGTCG, 1, GGGGTCG at 2766.
  10. inverse complement, positive strand, negative direction, looking for GGGGTCG, 0.
  11. inverse complement, positive strand, positive direction, looking for GGGGTCG, 0.
  12. inverse complement, negative strand, positive direction, looking for GGGGTCG, 0.
  13. inverse negative strand, negative direction, looking for CCCCAGC, 0.
  14. inverse positive strand, negative direction, looking for CCCCAGC, 1, CCCCAGC at 2766.
  15. inverse positive strand, positive direction, looking for CCCCAGC, 0.
  16. inverse negative strand, positive direction, looking for CCCCAGC, 0.

PPARA UTRs

Negative strand, negative direction: CGACCCC at 3037.

PPARA proximal promoters

Positive strand, negative direction: CCCCAGC at 2766.

PPARA distal promoters

Positive strand, positive direction: CGACCCC at 279.

See also

References

  1. Yao EF, Denison MS (June 1992). "DNA sequence determinants for binding of transformed Ah receptor to a dioxin-responsive enhancer". Biochemistry. 31 (21): 5060–7. doi:10.1021/bi00136a019. PMID 1318077.
  2. Mengli You, Shuping Yuan, Juanjuan Shi, Yongzhong Hou (1 June 2015). "PPARδ signaling regulates colorectal cancer". Current Pharmaceutical Design. 21 (21): 2956–2959. doi:10.2174/1381612821666150514104035. PMID 26004416. Retrieved 10 September 2020.
  3. Jianyin Long; Daniel L. Galvan; Koki Mise; Yashpal S. Kanwar; Li Li; Naravat Poungavrin; Paul A. Overbeek; Benny H. Chang; Farhad R. Danesh (28 May 2020). "Role for carbohydrate response element-binding protein (ChREBP) in high glucose-mediated repression of long noncoding RNA Tug1" (PDF). Journal of Biological Chemistry. 5 (28). doi:10.1074/jbc.RA120.013228. Retrieved 6 October 2020.

External links