
Count number of gene lists by method
lists_per_method.RdReturns the total number of gene lists included in MAIC grouped by study method (the most concise categorisation of lists).
Arguments
- data
Data frame in the format of
ARDSMAICR::data_study
Details
Input columns for data_study should be:
id- Integer 1 to n studies - dblFirst_author- First author family name - chrArticle_title- Article title - chrYear- Year of publication - dblJournal- Journal - chrDOI- Digital object identifier - dblPMID- PubMed ID - dbluID- Unique ID. Format isFirst_Author Year PMID- chrMethod- Study method e.g., "GWAS" - chrTechnology- Technology used e.g., "Microarray" - chrTissue- Tissue type sampled e.g., "BALF" - chrCell- Cell type sampled e.g., "Neutrophils" - chrFocusStudy focus e.g., "Susceptibility" - chrARDS_pts- Total number of patients with ARDS included in study - dblARDS_definition- Definition of ARDS used in study - chrList_available- Was the gene list associated with the study retrievable - lgl
Examples
if (FALSE) {
if(interactive()){
lists_per_method(ARDSMAICR::data_study)
}
}