Skip to content
Snippets Groups Projects
Select Git revision
  • e8dc2b3297478d3bceadb6c174664a51dbbd6324
  • main default protected
  • cqc
3 results

_publication

  • Clone with SSH
  • Clone with HTTPS
  • Forked from HHU Institute of Plant Genetics / Helmsorig-2024-eam7
    Source project has a limited visibility.

    Interaction of sulfur and nitrogen metabolism: significance of different serine sources for cysteine biosynthesis

    This ARC contains data of the following publications

    Samuilov-2018-BOU

    Source: publication and supplementary data downloaded from https://doi.org/10.3389/fpls.2018.01709

    Original publication

    Samuilov S, Brilhaus D, Rademacher N, Flachbart S, Arab L, Alfarraj S, Kuhnert F, Kopriva S, Weber APM, Mettler-Altmann T and Rennenberg H (2018) The Photorespiratory BOU Gene Mutation Alters Sulfur Assimilation and Its Crosstalk With Carbon and Nitrogen Metabolism in Arabidopsis thaliana. Front. Plant Sci. 9:1709. doi: 10.3389/fpls.2018.01709

    License (of publication)

    Copyright © 2018 Samuilov, Brilhaus, Rademacher, Flachbart, Arab, Alfarraj, Kuhnert, Kopriva, Weber, Mettler-Altmann and Rennenberg. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

    Data availability

    Read data was also submitted to NCBI GEO under accession number GSE86380

    Samuilov-2018-PSP

    Source: publication and supplementary data downloaded from https://doi.org/10.3389/fpls.2018.01830

    Original publication

    Samuilov S, Rademacher N, Brilhaus D, Flachbart S, Arab L, Kopriva S, Weber APM, Mettler-Altmann T and Rennenberg H (2018) Knock-Down of the Phosphoserine Phosphatase Gene Effects Rather N- Than S-Metabolism in Arabidopsis thaliana. Front. Plant Sci. 9:1830. doi: 10.3389/fpls.2018.01830

    License (of publication)

    Copyright © 2018 Samuilov, Rademacher, Brilhaus, Flachbart, Arab, Kopriva, Weber, Mettler-Altmann and Rennenberg. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

    Data availability

    The read data have been submitted to the NCBI GEO under accession number GSE1122545.

    Overview Map

    graph TD
    
    a1[assays/CMML_16-0016_GCMS]
    a2[assays/CMML_16-0016_GCMS-MasshunterQuant]
    a3[assays/CMML_16-0016_HPLC]
    a4[assays/CMML_17-0035_GCMS]
    a5[assays/CMML_17-0035_GCMS-MasshunterQuant]
    
    a6[assays/rna-seq]
    a7[assays/rna-data-processing]
    
    a8[assays/rnaseq-GEO-export-GSE86380]
    a9[assays/rnaseq-GEO-export-GSE112254]
    
    s0[studies/arabidopsis-reference]
    s1[studies/bou_psp_DayNight]
    s2[studies/psp_DayNight_Cd]
    p2[_publications/Samuilov-2018-PSP]
    p1[_publications/Samuilov-2018-BOU]
    
    s0 --> a6 --> a7
    s1 --> a6
    s2 --> a6
    
    a7 --> a8 --> p1
    a7 --> a9 --> p2
    
    s1 --> a1 --> a2 --> p1
    s1 --> a3 --> p1
    s2 --> a4 --> a5 --> p2
    a2 --> p2
    
    %% Defining node styles
      classDef study fill:#b4ce82, stroke:#333;
      classDef assay fill:#ffc000;
      classDef data fill:#c21f3a,color:white;
      classDef publication fill:#2d3e50,color:white;
    
    %% Assigning styles to nodes
        class s1,s2 study;
        class a1,a2,a3,a4,a5,a6,a7,a8,a9 assay;
        class d1,d2,d3,d4,d5,d6,d7,d8,d9,d10,d11,d12,d13,d14,d15,l4 D;
        class p1,p2 publication;