Description Usage Format Details Source References Examples
Object a 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 19.
1 | data("a")
|
Real dateset with 10001 observations on the following 2 variables.
frequencyThe frequency of kmer
countsThe counts of kmer at different frequencies
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.
Real data calculated from Glycine latifolia sequencing reads sequenced on two lanes of Hiseq 2500.
More details about jellyfish software and its function could be found at:
http://www.cbcb.umd.edu/software/jellyfish/
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.