chr1: chr1 of Reference genome

Description Usage Format Details Source References Examples

Description

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

Usage

1
data("chr1")

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.

Source

The full reference genome was downloaded from UCSC.

References

UCSC genome browser.

Examples

1
2
data(chr1)
## maybe str(chr1) ; plot(chr1) ...

FcircSEC documentation built on Jan. 31, 2020, 5:07 p.m.

Related to chr1 in FcircSEC...