powered by
Data for the prediction of steady-state transcript abundance in developing secondary xylem from histone modification ChIP-seq data in E. grandis.
data(histone)
A data.frame with five variables:
data.frame
Factor containing 35711 unique gene identifiers.
A numeric value containing the raw FPKM signal.
A numeric value containing the H3K4me3 signal that has maximum positive correlation with gene expression level, at bin 25.
A numeric value containing the H3K27me3 signal that has maximum negative correlation with gene expression level, at bin 21.
A logical indicator giving a 60% split for validation purposes.
# NOT RUN { library(alR) str(histone) summary(histone$Raw_FPKM) plot(Raw_FPKM~H3K4me3_signal_bin25, data=histone) plot(Raw_FPKM~H3K27me3_signal_bin21, data=histone) # }
Run the code above in your browser using DataLab