rmRNAseq (version 0.1.0)

covset: Covariate Set Associated with RFI RNA-seq

Description

This is a covariate set containing variables/measurements of the pigs that RNA-seq data were obtained.

Usage

covset

Arguments

Format

covset is a dataframe with 32 rows and 11 columns, correspinding to 32 RNA-seq sample from 8 pigs at 4 times. 11 columns include

time

a continuous vector of mapping time points

timef

a factor of original time points

line

a factor of original line of each pig

ear

ear id of each pig

line2, time2, ...

the columns corresponding to design matrix transformation such that each column is a corresponding test statistics.

Examples

Run this code
# NOT RUN {
data(covset)
dim(covset)
colnames(covset)
head(covset)
# }

Run the code above in your browser using DataCamp Workspace