-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend bed formats to bed classifier, e.g. gappedPeak #91
Comments
We should also create an ontology of genomic region file formats in JSON format to be hosted on PEPhub: |
gappedPeak has now been added to the classifier |
I investigated historical formats this morning. Do we want to add these to bedbase? ENCODE tagAlign: BED3+3 format (historical)
ENCODE pairedTagAlign: BED6+2 format (historical)
ENCODE peptideMapping: BED6+4 format
|
No to TagAlign. The above two are actually reads. No to peptideMapping -> appears to be historical, only a small set of data available. |
Investigating ENCODE RNA elements: BED6 + 3 scores format There are no examples currently uploaded to bedbase out of the 1500 bed6+3's. After some internet research, I did find an example here. I added some logic with the above commit which checks to see if the 9th column is an integer value (but NOT -1). Example test file:
vs a broadpeak:
|
We should add more bed formats, e.g.
https://genome.ucsc.edu/FAQ/FAQformat.html
The text was updated successfully, but these errors were encountered: