An R script for quick calculation of Z-scores, fold change, median, mean, SD, per million counts, and gene quality filters in gene expression data. Simplify your bioinformatics analysis.
Rscript Z_analysis.R \
-i
-s
-gc
-n normal_count \
-a actionable genes \
-i = normalized gene count output file
-s = gene states output file (generated by secondary pipeline)
-gc = gene count file generated after subsampling
-n = numeric value mentioning the number of normal samples in the project
-a = file containing a specific list of genes that should be selected for analysis.