aPEAR icon indicating copy to clipboard operation
aPEAR copied to clipboard

Enrichment Networks for Pathway Enrichment Analysis

Results 6 aPEAR issues
Sort by recently updated
recently updated
newest added

Hi, The following error is reported while installing aPEAR: ``` 267: edges %>% 268: .[ , xStart := lapply(from, \ ^ ``` Can it be solved? Thanks

Hi, Thank you for creating such a useful package. I have a straightforward question to ask you. After running the function “enrichmentNetwork”, the text in the output PDF file exceeds...

Thank you for providing such a good interactive plotting method to visualize the enrichment results. However, I would like to hide/remove the text on the graph nodes, how can I...

I am using aPEAR in Rstudio, with the version aPEAR_1.0. It worked perfectly in a cloud computing env. However, in Rstudio, when I tried to use findPathClusters, I got the...

library(Spectrum) enrichmentNetwork(enrich@result, clustMethod = as.character("spectral"), drawEllipses = T, fontSize = 2.5, repelLabels = T ) Error in as.character(package) : cannot coerce type 'closure' to vector of type 'character' Thank you...

A problem has arisen with the installation of this package. This fixes it. Also, more information has also been added on how to install the required packages. ```R > devtools::install_github('ievaKer/pathExplore')...