Description Usage Arguments Details Value Examples
This function will download the mm10 miRanda database and convert it into
GRanges
format.
1 | get_miranda(filename = NULL)
|
filename |
The path to the miRanda download database in .txt format.
If |
Requires an internet connection unless a filename corresponding to the downloaded database is provided.
By default, the "Good mirSVR score, Conserved miRNA" version of the database is downloaded from the "August 2010 Release Downloads" section. See: http://www.microrna.org/microrna/getDownloads.do
A GRanges
object corresponding to the mm10 miRanda database.
1 2 3 4 | ## Not run:
miranda_gr <- miranda()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.