b: Example data for package 'GenomeSizeEstmate'

Description Usage Format Details Source References Examples

Description

Object b contains real counted kmer frequency data from Glycine latifolia whole genome sequencing project. This data is the output from function count in jellyfish with k-mer length of 30.

Usage

1
data("b")

Format

Real dateset with 10001 observations on the following 2 variables.

frequency

The frequency of kmer

counts

The counts of kmer at different frequencies

Details

The data set comes with 10001 observations with 2 variable. The First column is named with "frequency" whch records the frequency of kmer, and the second column is named with "counts" which records the number of kmers at certain frequency in the data set.

Source

Real data calculated from Glycine latifolia sequencing reads sequenced on two lanes of Hiseq 2500.

References

More details about jellyfish software and its function could be found at:

http://www.cbcb.umd.edu/software/jellyfish/

Examples

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

qiongliu1023/GenomeSizeEstimate documentation built on May 14, 2019, 3 a.m.