Description Usage Arguments Details Value Author(s) References See Also Examples
Function to present top KEGG enichmentInfo of given GeneAnswers instance with genes.
1 | topPATHGenes(x, catTerm = TRUE, keepID=TRUE, geneSymbol = TRUE, ...)
|
x |
a given GeneAnswers instance with KEGG test |
catTerm |
logic value to determine whether mapping KEGG IDs to KEGG terms |
keepID |
logic, to determine whether keep KEGG IDs |
geneSymbol |
logic value to determine whether mapping gene Entrez IDs to gene symbols |
... |
other parameters to transfer to topCategoryGenes |
See function topCategoryGenes help for details
print necessary information on the screen and save into a specified file if request.
Gang Feng, Pan Du and Simon Lin
Feng, G., Du, P., Krett, N., Tessel, M., Rosen, S., Kibbe, W.A. and Lin, S.M., 'A collection of bioconductor methods to visualize gene-list annotations', BMC Research Notes 2010, 3:10
~~objects to See Also as topCategoryGenes
, ~~~
1 2 | ##x is a GeneAnswers instance with KEGG test
## Not run: topPATHGenes(x, geneSymbol=TRUE, orderby='genenum', top=6, topGenes=8, genesOrderBy='foldChange')
|
Loading required package: igraph
Attaching package: 'igraph'
The following objects are masked from 'package:stats':
decompose, spectrum
The following object is masked from 'package:base':
union
Loading required package: RCurl
Loading required package: bitops
Loading required package: annotate
Loading required package: AnnotationDbi
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:parallel':
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from 'package:igraph':
normalize, union
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, append,
as.data.frame, cbind, colMeans, colSums, colnames, do.call,
duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
lapply, lengths, mapply, match, mget, order, paste, pmax, pmax.int,
pmin, pmin.int, rank, rbind, rowMeans, rowSums, rownames, sapply,
setdiff, sort, table, tapply, union, unique, unsplit, which,
which.max, which.min
Loading required package: Biobase
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Loading required package: IRanges
Loading required package: S4Vectors
Attaching package: 'S4Vectors'
The following object is masked from 'package:base':
expand.grid
Loading required package: XML
Loading required package: RSQLite
Loading required package: MASS
Attaching package: 'MASS'
The following object is masked from 'package:AnnotationDbi':
select
Loading required package: Heatplus
Loading required package: RColorBrewer
Warning messages:
1: replacing previous import 'stats::decompose' by 'igraph::decompose' when loading 'GeneAnswers'
2: replacing previous import 'stats::spectrum' by 'igraph::spectrum' when loading 'GeneAnswers'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.