Biomarker Analysis Catalog - Dev
  • Dev
    • Stable
  1. Graphs
  • Index

  • Tables
    • CPMT
      • CPMT1
      • CPMT2
        • CPMT2A
      • CPMT3
    • DT
      • DT1
        • DT1A
        • DT1B
        • DT1C
      • DT2
        • DT2A
    • TET
      • TET1
        • TET1A

  • Graphs
    • AG
      • AG1
    • DG
      • DG1
        • DG1A
        • DG1B
      • DG2
      • DG3
        • DG3A
      • DG4
    • KG
      • KG1
        • KG1A
        • KG1B
      • KG2
        • KG2A
      • KG3
      • KG4
        • KG4A
        • KG4B
      • KG5
        • KG5A
        • KG5B
    • RFG
      • RFG1
        • RFG1A
      • RFG2
        • RFG2A
        • RFG2B
        • RFG2C
      • RFG3
    • RG
      • RG1
        • RG1A
        • RG1B
        • RG1C
      • RG2
        • RG2A
      • RG3
        • RG3A
        • RG3B
    • SPG
      • SPG1
      • SPG2
    • RNAG
      • RNAG1
      • RNAG2
      • RNAG3
      • RNAG4
      • RNAG5
      • RNAG6
      • RNAG7
      • RNAG8
      • RNAG9
      • RNAG10
    • SFG
      • SFG1
        • SFG1A
        • SFG1B
      • SFG2
        • SFG2A
        • SFG2B
        • SFG2C
        • SFG2D
      • SFG3
        • SFG3A
      • SFG4
      • SFG5
        • SFG5A
        • SFG5B
        • SFG5C
      • SFG6
        • SFG6A
        • SFG6B
        • SFG6C
Categories
All (65)
AG (1)
DG (7)
KG (12)
RFG (6)
RG (9)
RNAG (10)
SFG (18)
SPG (2)

Graphs


This is a collection of Biomarker Analysis graph templates.

AG1
AG
In this page we collect standard utilities for plotting which can be applied in principle to all graphs. Then we don’t need to repeat explaining these in each of the other…

DG1
DG
We will use the cadsl data set from the random.cdisc.data package and ggplot2 to create the plots. In this example, we will plot histograms of one or multiple numeric…

DG1A
DG
We will use the cadsl data set from the random.cdisc.data package and ggplot2 to create the plots. In this example, we will plot histograms of one or multiple numeric…

DG1B
DG
We will use the cadsl data set from the random.cdisc.data package and ggplot2 to create the plots. In this example, we will plot histograms of one or multiple numeric…

DG2
DG
The graph below plots the distribution of a biomarker variable (on a continuous scale) as a boxplot by one or more categorical clinical variables with overlaid points.

DG3
DG
The graphs below summarize the distribution of a categorical biomarker variable as barplots, either in the overall population or by one or more categorical clinical variables.

DG3A
DG
The graphs below summarize the distribution of a categorical biomarker variable as barplots, either in the overall population or by one or more categorical clinical variables.

DG4
DG
The graph below plots two continuous (biomarker) variables against each other.

KG1
KG
We will use the cadtte data set from the random.cdisc.data package to create the Kaplan-Meier (KM) plots. We start by filtering the time-to-event dataset for the overall…

KG1A
KG
We will use the cadtte data set from the random.cdisc.data package to create the Kaplan-Meier (KM) plots. We start by filtering the time-to-event dataset for the overall…

KG1B
KG
We will use the cadtte data set from the random.cdisc.data package to create the Kaplan-Meier (KM) plots. We start by filtering the time-to-event dataset for the overall…

KG2
KG
The same setup as in KG1 is used.

KG2A
KG
The same setup as in KG1 is used.

KG3
KG
The same data set as in KG1A is used. The difference is that here we use the categorical biomarker variable BMRKR2 as the treatment arm in variables which is then used by g_k…

KG4
KG
A setup similar to KG1 is used, with some additional data manipulation steps to first binarize the continuous biomarker and the treatment arm variables, and then combine…

KG4A
KG
A setup similar to KG1 is used, with some additional data manipulation steps to first binarize the continuous biomarker and the treatment arm variables, and then combine…

KG4B
KG
A setup similar to KG1 is used, with some additional data manipulation steps to first binarize the continuous biomarker and the treatment arm variables, and then combine…

KG5
KG
A setup similar to KG4 is used. The difference here is that we create the initial binary biomarker variable BMRKR1_BIN from comparing the continuous biomarker variable BMRKR1…

KG5A
KG
A setup similar to KG4 is used. The difference here is that we create the initial binary biomarker variable BMRKR1_BIN from comparing the continuous biomarker variable BMRKR1…

KG5B
KG
A setup similar to KG4 is used. The difference here is that we create the initial binary biomarker variable BMRKR1_BIN from comparing the continuous biomarker variable BMRKR1…

RFG1
RFG
These templates are helpful when we are interested in the odds ratios between two groups, usually two treatment arms. We would like to assess how the odds ratio changes when…

RFG1A
RFG
These templates are helpful when we are interested in the odds ratios between two groups, usually two treatment arms. We would like to assess how the odds ratio changes when…

RFG2A
RFG
These templates are helpful when we are interested in modelling the effects of continuous biomarker variables on the binary response outcome, conditional on covariates…

RFG2B
RFG
These templates are helpful when we are interested in modelling the effects of continuous biomarker variables on the binary response outcome, conditional on covariates…

RFG2C
RFG
These templates are helpful when we are interested in modelling the effects of continuous biomarker variables on the binary response outcome, conditional on covariates…
 
RFG3
RFG
For response endpoints it is good to show how to obtain within-treatment-arms comparisons of biomarker subgroups. This is similar to SFG04.

RG1
RG
We will use the cadrs data set from the random.cdisc.data package to create the response plots. We transform the response variable into an ordered factor to ensure that the…

RG1A
RG
We will use the cadrs data set from the random.cdisc.data package to create the response plots. We transform the response variable into an ordered factor to ensure that the…

RG1B
RG
We will use the cadrs data set from the random.cdisc.data package to create the response plots. We transform the response variable into an ordered factor to ensure that the…

RG1C
RG
We will use the cadrs data set from the random.cdisc.data package to create the response plots. We transform the response variable into an ordered factor to ensure that the…

RG2
RG
The same setup as in RG1 is used.

RG2A
RG
The same setup as in RG1 is used.

RG3
RG
The same setup as in RG1 is used.

RG3A
RG
The same setup as in RG1 is used.

RG3B
RG
The same setup as in RG1 is used.

RNAG1
RNAG
This page can be used as a template of how to use the available hermes functions for simple QC analyses of RNA-seq gene expression data and to create interactive QC graphs…

RNAG10
RNAG
This page can be used as a template of how to produce survival forest graphs for RNA-seq gene expression analysis using available tern and hermes functions, and to create an…

RNAG2
RNAG
This page can be used as a template of how to use the available hermes functions to derive and plot top genes for RNA-seq RNA-seq gene expression data and to create an…

RNAG3
RNAG
This page can be used as a template of how to use the available hermes functions for principal components analysis and plots of RNAseq data sets.

RNAG4
RNAG
This page can be used as a template of how to use the available hermes functions to calculate the correlation between samples in HermesData, visualize them in a heatmap, and…

RNAG5
RNAG
This page can be used as a template of how to use the available hermes functions to take differential gene expression analysis between samples in HermesData, visualize them…

RNAG6
RNAG
This page can be used as a template of how to use the available hermes functions to produce a barplot of the dichotomized gene expression counts into two or three categories…

RNAG7
RNAG
This page can be used as a template of how to create boxplots for RNA-seq gene expression data using available hermes, and to create interactive boxplot for RNA-seq gene…

RNAG8
RNAG
This page can be used as a template of how to use the available hermes functions to produce a scatterplot of two genes or gene signatures and to create an interactive…

RNAG9
RNAG
This page can be used as a template of how to produce Kaplan-Meier graphs for RNA-seq gene expression analysis using available tern and hermes functions, and to create an…

SFG1
SFG
We will use the cadtte data set from the random.cdisc.data package to create the survival forest graph. We start by filtering the adtte data set for the overall survival…

SFG1A
SFG
We will use the cadtte data set from the random.cdisc.data package to create the survival forest graph. We start by filtering the adtte data set for the overall survival…

SFG1B
SFG
We will use the cadtte data set from the random.cdisc.data package to create the survival forest graph. We start by filtering the adtte data set for the overall survival…

SFG2
SFG
We prepare the data similarly as in SFG1. In particular we use again the cut_quantile_bins() function, here to obtain quartile bins of the continuous biomarker BMRKR1.

SFG2A
SFG
We prepare the data similarly as in SFG1. In particular we use again the cut_quantile_bins() function, here to obtain quartile bins of the continuous biomarker BMRKR1.

SFG2B
SFG
We prepare the data similarly as in SFG1. In particular we use again the cut_quantile_bins() function, here to obtain quartile bins of the continuous biomarker BMRKR1.

SFG2C
SFG
We prepare the data similarly as in SFG1. In particular we use again the cut_quantile_bins() function, here to obtain quartile bins of the continuous biomarker BMRKR1.

SFG2D
SFG
We prepare the data similarly as in SFG1. In particular we use again the cut_quantile_bins() function, here to obtain quartile bins of the continuous biomarker BMRKR1.

SFG3
SFG
We prepare the data similarly as in SFG1, focusing on a single arm in the biomarker evaluable population.

SFG3A
SFG
We prepare the data similarly as in SFG1, focusing on a single arm in the biomarker evaluable population.

SFG4
SFG
We prepare the data similarly as in SFG1.

SFG5
SFG
We prepare the data similarly as in SFG1.

SFG5A
SFG
We prepare the data similarly as in SFG1.

SFG5B
SFG
We prepare the data similarly as in SFG1.

SFG5C
SFG
We prepare the data similarly as in SFG1.

SFG6A
SFG
These templates are helpful when we are interested in modelling the effects of continuous biomarker variables on a time-to-event (survival) outcome, conditional on…

SFG6B
SFG
These templates are helpful when we are interested in modelling the effects of continuous biomarker variables on a time-to-event (survival) outcome, conditional on…

SFG6C
SFG
These templates are helpful when we are interested in modelling the effects of continuous biomarker variables on a time-to-event (survival) outcome, conditional on…

SPG1
SPG
We will use the cadtte data set from the random.cdisc.data package to create the STEP survival graph. We start by filtering the adtte data set for the overall survival…

SPG2
SPG
We will use the cadrs data set from the random.cdisc.data package to create the STEP response graph. We start by filtering the adrs data set for response evaluable patients…
No matching items

    Reuse

    Copyright 2023, Hoffmann-La Roche Ltd.
    AG
    Source Code
    ---
    title: "Graphs"
    exclude-listing: true
    listing:
      - id: graphs
        type: grid
        contents: "**/*.qmd"
        categories: true
        feed: true
        exclude:
          exclude-listing: true
        sort:
          - "title asc"
    ---
    
    ---
    
    This is a collection of Biomarker Analysis graph templates.
    
    :::{#graphs}
    :::

    Made with ❤️ by the Statistical Engineering Team StatisticalEngineering

    • License

    • Edit this page
    • Report an issue
    Cookie Preferences