Make a sequence logo from information in a file?
Hi,
I have a text file with results from a screen. I know that "The identifiers in the file are from the hg38 GENCODE V24 basic annotation (table:wgEncodeGencodeBasicV24)"
I then have to make a sequence logo based on the first 15 positions in the transcripts that were found to be significant hits in the screen.
I know that I have to use the website Galaxy and I have found the tool that does this, but my question is how can I "convert" my file so Galaxy recognizes it?
Thanks in advance
• 2,714 views
•
link
1 answer
- Export your 15 positions to a UCSC BED-formatted text file
- Use a script like bed2faidxsta to convert the BED file to a FASTA-formatted file
- Use a program like Weblogo to convert the FASTA file to a sequence logo image file or PWM
• 0 views
•
link
Log in to answer this question.