pso {calm} | R Documentation |
A dataset containing the test statistics to analyze an RNA-seq study of psoriasis.
pso
A dataset with the following vectors:
16490 z-values of genes with matching microarray data
16490 gene coding region length for zval
16490 matching microarray t-statistics
Liang (2019), Empirical Bayes analysis of RNA sequencing experiments with auxiliary information, to appear in Annals of Applied Statistics;
data(pso) dim(pso) # total number of genes without matching microarray data sum(is.na(pso$tval_mic))