View source: R/covid19_genomic.R
c19.refGenome.data | R Documentation |
function to obtain sequencing data grom NCBI Reference: https://www.ncbi.nlm.nih.gov/nuccore/NC_045512.2
c19.refGenome.data(src = "livedata", graphics.ON = TRUE)
src |
data origin source: 'livedata', 'repo', 'local' |
graphics.ON |
flag to activate/deactivate graphical output |
## Not run:
# obtain covid19's genomic data
covid19.gen.seq <- c19.refGenome.data()
# display the actual RNA seq
covid19.gen.seq$NC_045512.2
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.