Learn R Programming

BisRNA (version 0.2.2)

Bisdata1: Synthetic sample 1 of RNA bisulfite sequencing

Description

A dataset containing the RNA names, C position, coverage and non-conversion ratio for synthetic sample 1 of a RNA bisulfite sequencing experiment.

Usage

data(Bisdata)

Arguments

Format

Data frame with 330 to 345 rows and the 4 following variables:

RNA

RNA name or identifier

Cpos

Cytosine position in RNA

coverage

Number of available reads at Cpos

ncratio

Bisulfite non-conversion ratio at Cpos

Examples

Run this code
# NOT RUN {
data(Bisdata)
ls(pattern="Bisdata")
head(Bisdata1)

# }

Run the code above in your browser using DataLab