Pando
Pando copied to clipboard
Multiome GRN inference.
Hi @joschif, The vignette reads that we can constrain the set of candidate regions by providing a GenomiicRanges object in the regions argument. Does Pando package come with phastConsElements20Mammals.UCSC.mm10 or...
Hi, thank you for this useful package! I I ran Pando with my data and I got a SeuratPlus object. Now I would like to explore the regions with high...
Hi,When I was running this function, I encountered the following error, I checked my motif matrix and gene name, but I did not find a number beginning, I feel very...
Can you clarify what preprocessing is expected for the RNA assay (gene expression) data. Is the expected input integer (raw) counts or normalised&log transformed counts or similar? this isn't totally...
hi @joschif, congrats on the publication and thank you for porting the analysis in a package! I would like to ask for an advice for analyzing a 10x multiome dataset...
Hi, I am using Seurat version '4.3.0' and SeuratObject '5.0.1' to run Pando, but I get an error when I run find_motifs: ``` Error in validObject(.Object) : invalid class "SeuratPlus"...
Dear Pndo developers, I was wondering if you could help me to debug my code - I am just following your tutorial and applying it on my data below, however...
The column consists of "estimate", "statistic" and "correlation" among others. What do the former mean really? For example, an X-gene is being unregulated at level of mRNA, then the TF...
I am trying to plot the tf network graph. However it gives me that error. Not sure what is happening. ``` > ctrl_multiome ctrl_multiome ctrl_multiome ctrl_multiome ctrl_multiome sessionInfo() R version...
Hi, The dimension of `seurat_object@grn@networks$glm_network@graphs$umap_graph` is the same as number of target genes saved in `seurat_object@grn@networks$glm_network`. As a result, only TFs that are also target genes were plotted. Is this...