Count total number of gene lists
count_lists.Rd
Returns the total number of gene lists included in MAIC.
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" - chrFocus
Study 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()){
count_lists(ARDSMAICR::data_study)
}
}