download_kallisto | R Documentation |
Check your OS and download correct binary version of kallisto.
download_kallisto(myKallistoMetadata, myUserMetadata)
myKallistoMetadata |
A Reference Class KallistoMetadata object. |
myUserMetadata |
A Reference Class UserMetadata object. |
save uncompressed executable of kallisto on the hard drive
Julien Wollbrett.
{
kallisto <- new('KallistoMetadata')
user <- new('UserMetadata')
download_kallisto(kallisto, user)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.