Skip to content

Commit

Permalink
Add example session for base modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Jul 9, 2024
1 parent c176ba7 commit c16acee
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
38 changes: 38 additions & 0 deletions resources/sessions/6mA_pacbio.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"genome": "hg38",
"locus": "chr11:119094729-119094804",
"tracks": [
{
"type": "alignment",
"format": "bam",
"url": "https://igv-genepattern-org.s3.amazonaws.com/test/baseMods/6mA/pacbio/HG002_chr11_119076212_119102218.bam",
"indexURL": "https://igv-genepattern-org.s3.amazonaws.com/test/baseMods/6mA/pacbio/HG002_chr11_119076212_119102218.bam.bai",
"height": 300,
"name": "Base modifications",
"colorBy": "basemod",
"groupBy": "strand"
},
{
"type": "alignment",
"format": "bam",
"url": "https://igv-genepattern-org.s3.amazonaws.com/test/baseMods/6mA/pacbio/HG002_chr11_119076212_119102218.bam",
"indexURL": "https://igv-genepattern-org.s3.amazonaws.com/test/baseMods/6mA/pacbio/HG002_chr11_119076212_119102218.bam.bai",
"height": 300,
"name": "Base modifications - 2 Color",
"colorBy": "basemod2",
"groupBy": "strand",
"baseModificationThreshold": 0
},
{
"type": "alignment",
"format": "bam",
"url": "https://igv-genepattern-org.s3.amazonaws.com/test/baseMods/6mA/pacbio/HG002_chr11_119076212_119102218.bam",
"indexURL": "https://igv-genepattern-org.s3.amazonaws.com/test/baseMods/6mA/pacbio/HG002_chr11_119076212_119102218.bam.bai",
"height": 300,
"name": "5mC modifications - 2 Color",
"colorBy": "basemod2:m",
"groupBy": "strand",
"baseModificationThreshold": 0
}
]
}
8 changes: 8 additions & 0 deletions resources/sessions/sessionRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"description": "1000 genomes variants",
"url": "resources/sessions/1kg-variants-session.json"
},
{
"name": "Examples - Base Modifications"
},
{
"name": "5mC and 6mA Modifications",
"description": "5mC and 6mA Modifications",
"url": "resources/sessions/6mA_pacbio.json"
},
{
"name": "Examples - Circular View"
},
Expand Down

0 comments on commit c16acee

Please sign in to comment.