Learn R Programming

CODEX (version 1.4.0)

mappability: Pre-computed mappabilities

Description

The results of pre-computed mappabilities to save running time.

Usage

data(mappability)

Arguments

Value

List of length 24 with pre-computed mappability of each chromosome.

Details

Pre-computed mappabilities. Method used is detailed in getmapp.

See Also

getmapp

Examples

Run this code
# mappability of chromosome 1
head(round(mappability[[1]], 2))

Run the code above in your browser using DataLab