Skip to contents

Creates an interactive table summarising the methods of studies included in the systematic review.

Usage

methods_table(data)

Arguments

data

Data frame in the format of ARDSMAICR::data_study

Value

An html table

Details

Input columns should be:

  • id - Integer 1 to n studies - dbl

  • First_author - First author family name - chr

  • Article_title - Article title - chr

  • Year - Year of publication - dbl

  • Journal - Journal - chr

  • DOI - Digital object identifier - dbl

  • PMID - PubMed ID - dbl

  • uID - Unique ID. Format is First_Author Year PMID - chr

  • Method - Study method e.g., "GWAS" - chr

  • Technology - Technology used e.g., "Microarray" - chr

  • Tissue - Tissue type sampled e.g., "BALF" - chr

  • Cell - Cell type sampled e.g., "Neutrophils" - chr

  • Focus Study focus e.g., "Susceptibility" - chr

  • ARDS_pts - Total number of patients with ARDS included in study - dbl

  • ARDS_definition - Definition of ARDS used in study - chr

  • List_available - Was the gene list associated with the study retrievable - lgl

Examples

if (FALSE) {
if(interactive()){
 methods_table(ARDSMAICR::data_study)
 }
}