Description Usage Arguments Value Author(s) Examples
View source: R/makeInparanoidDbs.R
This is really meant to be used by AnnotationHubData for eventual exposure through the AnnotationHub. Users who are interested in Inparanoid 8 should look for the relevant objects to be in AnnotationHub. This function is just a database builder that allows us to put the data up there. So this is not really intended for use by end users.
1 |
dir |
the full path to the online Inparanpoid 8 resource. |
dataDir |
directory where the source inparanoid.sqlite DB is |
A SQLite DB is produced but this is not returned from the function. loadDb is expected to be used by AnnotationHub to convert these into objects after the sqlite DB is downloaded from the hub server.
M. Carlson
1 2 3 4 5 6 7 | ## There are paths to resource data for each set of files at Inparanoid.
## This is how you can turn those files inta sqlite DB.
if(interactive()){
db <- makeInpDb(
dir="http://inparanoid.sbc.su.se/download/current/Orthologs/A.aegypti/",
dataDir=tempdir())
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.