Description Usage Format Source Examples
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.
1 |
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
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.