perform.query.from.region | R Documentation |
Perform the query to PubMed on a given chromosomic region
perform.query.from.region(
chromosome,
start = NA,
end = NA,
gene.num.limit = 100
)
chromosome |
chromosome to be retireved |
start |
initial position to be used |
end |
final position to be used |
gene.num.limit |
A limit to the genes to be considered in the analysis; this is done to limit the number of queries to PubMed |
The frequencies of the genes in the cancer related documents and in all the documents retireved on PubMed
chromosome = 15
start = 200000
end = 300000
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.