MingLi-929
MingLi-929
this pr is to add function of changing colors of vennpie ``` library(TxDb.Hsapiens.UCSC.hg19.knownGene) load_all() files
this commit fix bug #201, after updating, ``` library(TxDb.Hsapiens.UCSC.hg19.knownGene) files
add `columns` to annotatePeak() to fix #193 The `columns` can help to get the specific columns from database. From the bug reported from #193, users can not get ENSEMBL even...
#200 exported getAnnoStat
This pr change the way of plotting heatmap from base system to ggplot system. It adds the function of gradient color by giving `palette` parameter, which is the palette of...
colors can not be changed in `vennpie` ``` library(TxDb.Hsapiens.UCSC.hg19.knownGene) files
when input `col` parameter, plotAnnopie create an error ``` library(TxDb.Hsapiens.UCSC.hg19.knownGene) files
Code in test and vignette are annotated to shorten the compile time. The test code is for development which can be annotated with no side effect. And some plot code...
hi, developers Thank you for developing such useful tools of cellchat. I am trying to reproduce your work according to your paper cellchatV2, https://www.biorxiv.org/content/10.1101/2023.11.05.565674v1.full. And i wanna download the data...