Count number of methods supporting each gene
methods_per_gene.Rd
Returns the number of methods (the most concise categorisation of lists) supporting each unique gene or SNP.
Arguments
- data
Data frame in the format of
ARDSMAICR::data_genes
Details
Input columns for data_genes
should be (this is the standard output of the MAIC algorithm):
gene
- HGNC gene symbol - chr1...
uID
- Study unique identifier. Column contains study specific gene score - dbln...
maic_score
- MAIC score for gene - dblcontributors
- Studies contributing to MAIC score by method - chr
Examples
if (FALSE) {
if(interactive()){
ARDSMAICR::data_genes |>
methods_per_gene() |>
dplyr::filter(.data$gene == "IL6")
}
}