Mega2pedgene | R Documentation |
Execute the pedgene function on the first gs default gene transcript ranges (gs = 1:100). Update the envir$pedgene_results data frame with the results.
Mega2pedgene(gs = 1:100, genes = NULL, envir = ENV)
gs |
a subrange of the default transcript ranges over which to calculate the Dopedgene function. |
genes |
a list of genes over which to calculate the DOpedgene function. The value, "*", means use all the transcripts in the selected Bioconductor database. If genes is NULL, the gs range of the internal refRanges will be used. |
envir |
'environment' containing SQLite database and other globals |
None the data frame with the results is stored in the environment and named pedgene_results, viz. envir$pedgene_results
init_pedgene
db = system.file("exdata", "seqsimm.db", package="Mega2R")
ENV = init_pedgene(db)
ENV$verbose = TRUE
Mega2pedgene(gs = 50:60)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.