res: Data Containing Results of Our Proposed Method Applying to...

Description Usage Format Examples

Description

This data set contains outputs of voom, glsCAR1 and pqvalue of the tests for interested contrasts when analyzing the RFI RNA-seq data using our proposed method.

Usage

1

Format

A list with 3 components

ori.res

a list consisting of 2 components: v, which is a voom output including several components; newlm, which is the output from glsCAR1

pqvalue

a list of 2 components pv and qv. pv is a data frame of pvalues for each test such as line2 time; qv is a data frame of corresponding q-values of the above p-values, calculated using the method by Nettleton 2006.

Examples

1
2
3
4
5
6
7
data(res)
names(res)
dim(res$ori.res$v)
colnames(res$ori.res$v)
colnames(res$ori.res$newlm)
colnames(res$pqvalue$pv)
colnames(res$pqvalue$qv)

rmRNAseq documentation built on Nov. 8, 2019, 5:06 p.m.