Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E ensembl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ensembl-gh-mirror
  • ensembl
  • Merge requests
  • !74

Closed
Created Jul 17, 2015 by Marek Szuba@mks
  • Report abuse
Report abuse

Feature/genepredbed

  • Overview 5
  • Commits 4
  • Changes 5

Created by: andrewyatz

This was some code to support the UCSC format extension to BED to support Gene predictions. Details of the format is here:

http://genome.ucsc.edu/goldenPath/help/bigGenePred.html

Some example data from here:

http://genome.ucsc.edu/goldenPath/help/examples/bigGenePred.txt

This data was GRCh37 data so you have to go back to release 76 or the 37 archive server to get the right data out. As far as I can tell we are doing the right thing. It also fixes a number of issues with incorrect phase representation. It seems the convention is to map them as -1 if they are non-coding and 0 if they are a starting coding exon. We seem to store these as -1 so that wasn't quite in sync with the way UCSC work.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/genepredbed