Description Usage Arguments Value Slots
This package's primary user-facing object. Contains the SQL statement and the
returned data query, as well as a summary table depending on
specified option.  Note that the returned data is now contained in a single
dataframe. To filter to a specific type of association or interaction,
select on the type variable.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16  | as.mmquery_bioc(.list)
## S4 method for signature 'mmquery_bioc'
columns(x)
## S4 method for signature 'mmquery_bioc'
keys(x, keytype, ...)
## S4 method for signature 'mmquery_bioc'
keytypes(x)
## S4 method for signature 'mmquery_bioc'
select(x, keys, columns, keytype, ...)
## S4 method for signature 'mmquery_bioc'
show(object)
 | 
.list | 
 a list of returned dataframes, summary  | 
x, object | 
 An mmquery_bioc object.  | 
keytype | 
 allows the user to discover which keytypes can be passes in to select or keys and the keytype argument  | 
... | 
 additional arguments  | 
keys | 
 A result of the keys() function. For the mmquery_bioc class this is a character vector of microRNA's in the returned mmquery_bioc object.  | 
columns | 
 lists the columns that can be returned for the
  | 
an s4 object of class mmquery_bioc. Contains queried data, a summary dataset, and associated input parameters.
dataA dataframe containing validated and predicted microRNA-target interactions and disease/drug assocations found.
queriesA list of queries submitted to the multiMiR SQL server.
summaryA summary dataframe of the returned microRNA dataframes
tablesA character vector of the microRNA relationship types returned (validated, predicted, disease.drug, or all).
orgThe selected organism (hsa/human, mmu/mouse, rno/rat).
predicted.cutoffAn integer giving a prediction score cutoff.
predicted.cutoff.typeA character indicating the type of prediction score cutoff (p = percentage, n = number, character() = none)
predicted.siteA character string indicating the type of predicted target sites to searched.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.