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

Custom genome and GFF to informative manhattan plot #161

Open
bioinfowheat opened this issue Jan 31, 2025 · 0 comments
Open

Custom genome and GFF to informative manhattan plot #161

bioinfowheat opened this issue Jan 31, 2025 · 0 comments

Comments

@bioinfowheat
Copy link

Looks like a powerful tool, but I'm hitting all kinds of walls trying to bring in some simple TSV files of data. I imagine a bit of help and I can really explore your tool. Happy to help with documentation via an RMD to show how far I can get.

Right now I have a BED of my genome, and a Fst file (chr, start,stop,value. I give examples here. its not clear how to pull this into toGRanges

genome.bed
1 1 200000
2 1 200000
3 1 200000

fst.tsv
1 1 50000 0.0853502
1 50000 100000 0.0120727
1 100000 150000 0.0928059
1 150000 200000 0.12345
2 1 50000 0.0853502
2 50000 100000 0.0120727
2 100000 150000 0.0928059
2 150000 200000 0.12345
3 1 50000 0.0853502
3 50000 100000 0.0120727
3 100000 150000 0.0928059
3 150000 200000 0.12345

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

No branches or pull requests

1 participant