histone: Data on histone modifications.

Description Usage Format Source Examples

Description

Data for the prediction of steady-state transcript abundance in developing secondary xylem from histone modification ChIP-seq data in E. grandis.

Usage

1

Format

A data.frame with five variables:

Gene_ID

Factor containing 35711 unique gene identifiers.

Raw_FPKM

A numeric value containing the raw FPKM signal.

H3K4me3_signal_bin25

A numeric value containing the H3K4me3 signal that has maximum positive correlation with gene expression level, at bin 25.

H3K27me3_signal_bin21

A numeric value containing the H3K27me3 signal that has maximum negative correlation with gene expression level, at bin 21.

Train

A logical indicator giving a 60% split for validation purposes.

Source

Hussey, S.G., Loots, M.T., van der Merwe, K., Mizrachi, E. and Myburg, A.A., 2017. Integrated analysis and transcript abundance modelling of H3K4me3 and H3K27me3 in developing secondary xylem. Scientific Reports, 7.

Examples

1
2
3
4
5
library(alR)
str(histone)
summary(histone$Raw_FPKM)
plot(Raw_FPKM~H3K4me3_signal_bin25, data=histone)
plot(Raw_FPKM~H3K27me3_signal_bin21, data=histone)

mtloots/alR documentation built on May 23, 2019, 8:18 a.m.