browse | R Documentation |
This function scrapes data from PCOSKB. Given a set of filters and corresponding values, it retrieves information about genes, miRNAs, SNPs, diseases, pathways, and ontology associated with PCOS.
browse(page = c("Genes", "miRNA", "Diseases", "miRNA Diseases", "SNPs", "Pathways", "Ontologies"),
filter = NULL,
search_qry = "")
page |
Page from which data is retrieved. A possible list of pages can be retreived using the listPage function. |
filter |
Filter (one) that should be used in the query. A possible list of pages can be retieved using the listFilters function. |
search_qry |
Searches a keyword in the query. |
A data.frame
. Size and attributes depend on query.
Omar Hassoun
browse(page = "Genes", filter = "Manually curated", search_qry = "Fem")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.