pso: Psoriasis RNA-seq dataset

Description Usage Format Source Examples

Description

A dataset containing the test statistics to analyze an RNA-seq study of psoriasis.

Usage

1

Format

A dataset with the following vectors:

zval

16490 z-values of genes with matching microarray data

len_gene

16490 gene coding region length for zval

tval_mic

16490 matching microarray t-statistics

Source

Liang (2019), Empirical Bayes analysis of RNA sequencing experiments with auxiliary information, to appear in Annals of Applied Statistics;

Examples

1
2
3
4
data(pso)
dim(pso)
# total number of genes without matching microarray data
sum(is.na(pso$tval_mic))

k22liang/calm documentation built on Nov. 4, 2019, 3:29 p.m.