Learn R Programming

FcircSEC (version 1.0.0)

chr1: chr1 of Reference genome

Description

part of chr1 (first 2000000 nucleotides) from the reference genome.

Usage

data("chr1")

Arguments

Format

A data frame with 1 observations on the following 2 variables.

seq_name

Name of the chromosome

sequence

Nucleotides sequence

Details

This data contains only the first 2000000 nucleotides of the reference chromosome 1.

References

UCSC genome browser.

Examples

Run this code
# NOT RUN {
data(chr1)
## maybe str(chr1) ; plot(chr1) ...
# }

Run the code above in your browser using DataLab