Using GOR in Notebooks¶
GOR can be combined with Python, R or SPARK through Jupyter notebooks using our relevant SDKs. This allows the user to efficiently query genomic data while reading desired information into data frames opening the door to the advanced plotting and analysis tools of R or Python.
To create a new notebook select the Notebooks options from the current platform. You will be taken to a jupyter hub server page where you can create a new notebook from scratch or copy one of the built-in template notebooks from the GOR/ folder to your user directory.
Notebook Examples¶
Below are examples of notebooks showcasing GOR query analysis.
Notebook |
Description |
---|---|
Joining variant allele frequency information with variant effect prediction information |
|
Demonstrate the basic commands to extract variants from a genotype freeze |
|
Here we will show how we can take very large VCF files from the Genome Aggregation Database and convert them to GOR tables. |
|
Demonstration of how to use the GOR helper in notebooks. |
|
Demonstrate functionality to compare different GWAS runs |
|
Comparison of Plink GWAS with Finngen results in Analysis Catalog structure |
|
Working with the HPO direct acyclic graph (DAG) |
|
HPO phenotypes and Phecode-like catalog |
|
HPO Phewas based on a Phecode-like catalog |
|
Longitudinal phenotype analysis |
|
Genome JOINS |
|
Linkage disequilibrium |
|
Parallel GORpipe queries with PARALLEL |
|
Parallel GORpipe queries with PARTGOR |
|
Parallel GORpipe queries with PGOR |
|
AF comparison of Gnomad WGS vs WES |
|
CNV annotations for Gregor - draft |
|
CNV features for variant scoring |
|
CNVs from multiple XA-samples analysed |
|
Exon coverage analysis |
|
Genome Browser tracks |
|
Gene drill-in query |
|
GnomAD variant liftover |
|
Gregor1 SNV preprocessing |
|
Gregor2 SNV postprocessing |
|
Excecuting Gregor step1 and step2 |
|
Incremental AF calculation |
|
Incremental horizontal (pVCF-like) genotype generation |
|
Liftover of Clinvar |
|
SNV variant feature generation for ranking |
|
Relationship analysis with King and Queen |
|
Run Gregor studies in batch |
|
SMN1 calling from BAM files |
|
Uniparental disomy (UPD) |
|
XA report builder query demo |