dnaseqs: Sample DNA Sequence Data

Description Usage Format Source Examples

Description

Sample data set of 500 human cDNA sequences from the Ensembl genome browser. This data set represents an example output of manufacturing data from a biotech company (e.g. if this company were manufacturing these DNA sequences for research or therapeutic purposes). Manufacturing information (e.g. date, yield, purity, impurity1) was generated as toy values for the purposes of demonstrating the utility of the rnalab package.

Usage

1

Format

A data frame with 500 observations of 8 variables.
[,1] ensembl_id
[,2] gene_symbol
[,3] length
[,4] sequence
[,5] date
[,6] yield
[,7] purity
[,8] impurity1

Source

Ensembl H. sapiens cDNA

Examples

1
2
3
data(dnaseqs)
rnalab::rnalab_hist_plot(data = dnaseqs, vars = list('length', 'yield'), nbins = 100)
rnalab::rnalab_scatterplot(data = dnaseqs, x = 'length', y = 'yield', fit=TRUE)

batra-akshita/rnalab documentation built on March 24, 2020, 12:03 a.m.