Name Mode Size
..
AllGenerics.R 100644 21 kb
DE_functions.R 100644 10 kb
filter_subset_sig-methods.R 100644 5 kb
get_de_table-methods.R 100644 4 kb
get_degs-methods.R 100644 10 kb
get_gsc_sig-methods.R 100644 1 kb
get_lm_sig.R 100644 2 kb
get_panglao_sig.R 100644 1 kb
gls2gsc-methods.R 100644 1 kb
gsc_plot.R 100644 1 kb
list_panglao_organs.R 100644 1 kb
list_panglao_types.R 100644 1 kb
mastR-package.R 100644 5 kb
merge_markers.R 100644 2 kb
pca_matrix_plot-methods.R 100644 4 kb
plot.R 100644 26 kb
pseudo_samples-methods.R 100644 5 kb
remove_bg_exp-methods.R 100644 17 kb
sig_boxplot-methods.R 100644 7 kb
sig_gseaplot-methods.R 100644 7 kb
sig_heatmap-methods.R 100644 10 kb
sig_rankdensity_plot-methods.R 100644 5 kb
sig_scatter_plot-methods.R 100644 5 kb
subset_sig_by_step.R 100644 10 kb
README.md
# mastR: Markers Automated Screening Tool in R [![R-CMD-check](https://github.com/DavisLaboratory/mastR/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/DavisLaboratory/mastR/actions) [![Coverage status](https://codecov.io/gh/DavisLaboratory/mastR/branch/main/graph/badge.svg)](https://codecov.io/github/DavisLaboratory/mastR?branch=main) [![BioC status](https://bioconductor.org/shields/years-in-bioc/mastR.svg)](https://bioconductor.org/packages/mastR/) An R package for automatically screening group specific signature for specific tissues. mastR is an R package designed for automated screening of signatures of interest for specific research questions. The package is developed for generating refined lists of signature genes from multiple group comparisons based on the results from edgeR and limma differential expression (DE) analysis workflow. It also takes into account the background expression of tissue-specificity, which is often ignored by other markers generation tools. The package allows users to input their expression data containing the groups of interest, along with group labels, to obtain a list of marker genes (signature) for the target group, and remove the genes with background expression from the signature. This package is particularly useful for the identification of group markers in various biological and medical applications, including cancer research and developmental biology. [**Check out the standard demonstration.**](https://davislaboratory.github.io/mastR/articles/mastR_Demo.html) ## Installation mastR can be installed from Bioconductor directly as follows: ``` r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("mastR") ```