Pando icon indicating copy to clipboard operation
Pando copied to clipboard

regions parameter in initate_grn()

Open sylestiel opened this issue 1 year ago • 4 comments

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 SCREEN.ccRE.UCSC.mm10 for mouse datasets as part of the package or do they need to be downloaded separately. What is the best format to download them? Bed files?

Is there an added advantage to constraining the regions when running initiate_grn()?

Thanks!

sylestiel avatar Apr 14 '24 20:04 sylestiel

Hi @sylestiel, we only curated regions for human, so the mouse equivalents are not included. If you download them as bed files then it would be relatively easy to convert them to GRanges, but any format that can be convertred to GRanges is fine.

As for why to constrain the regions, we found that ATAC-seq data typically has a ton of spurious peaks that likely are not active regulatory regions. Constraining these regions to a reasonable number helps to fit models faster and more robustly. This can be done using sets of candidate regions from prior knowledge, but also through detection rates and / or correlation to gene expression.

Hope this helps!

joschif avatar Apr 15 '24 09:04 joschif

Hi@joschif, Can you provide the how-to guidelines on formatting the SCREEN.ccRE.UCSC.mm10 bed file for Pando? So also for the mm10.60way.phastCons.bw

sylestiel avatar Apr 15 '24 16:04 sylestiel

+1 on how to process the evoconv regions for mouse, it would be very helpful to have them available inside pando as the human ones @joschif

PauBadiaM avatar Apr 26 '24 11:04 PauBadiaM

Hi all, you can download the phastcons elements for mouse here: https://genome.ucsc.edu/cgi-bin/hgTables ("35 Vert El."). If you read the downloaded bed file into R and convert it to GRanges, Pando should accept it as region constraints (provided the chromosomes are annotated consistently)

joschif avatar Apr 26 '24 11:04 joschif