getKdModels | R Documentation |
Returns a collection of miRNA KdModels for the requested species. Note that by default, low-confidence miRNAs are not returned (see 'categories').
getKdModels(species = c("hsa", "mmu", "rno"), categories = NULL)
species |
Either "hsa" (human), "mmu" (mouse) or "rno" (rat) |
categories |
The categories of miRNAs to return. Any combination of "Low-confidence", "Poorly conserved", "Conserved across mammals", "Conserved across vertebrates". If NULL (default), all categories are returned. miRNAs with NA as conservation are not returned unless 'categories==NULL'. |
An object of class KdModelList
mods <- getKdModels("rno")
summary(mods)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.