Skip to content
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

Changing Fragment object annotation style #1370

Open
daccachejoe opened this issue Apr 4, 2023 · 1 comment
Open

Changing Fragment object annotation style #1370

daccachejoe opened this issue Apr 4, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@daccachejoe
Copy link

Hi-

I know this issue has come up in the past when people's data is not annotated in the same way as their annotation objects are and they have had to alter the annotation object via seqlevelsStyle. I encountered an issue combining two datasets who's fragments.tsv.gz files were annotated differently and as such the Fragment object would not align. I ended up working around this by going back and editing the fragments.tsz.gz files of one dataset to match the other but had to do so in linux and re-index the file. If possible, I think it would be incredibly helpful to call a function similar to seqlevelsStyle on the Fragments object and alter the annotation style that way. Not sure if this is something within the package already that I missed though....

Thanks!

@daccachejoe daccachejoe added the enhancement New feature or request label Apr 4, 2023
@timoast
Copy link
Collaborator

timoast commented Apr 10, 2023

Agree, it would be useful and should be possible to convert seqlevel style upon reading from the fragment file, especially in cases where different fragment files use different styles. Ability to set a seqlevelStyle for the object itself will be a longer-term goal as it will take some work to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants