-
So I have my blast output from the larval geoduck transcriptome here and I the end goal is to characterize Functional Annotations of the genes see issue post. The format is in
Eventually I want go terms, protein names etc... in order to say something meaningful about geoduck larval development. Is there a tutorial already that shows how to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Unfortunately, I don't think any tutorial/example has been fully fleshed out. There are a few things that have been started, but are incomplete. With that being said, here's my recommendations. For the most reproducible process, I'd recommend looking at this notebook entry (https://nbviewer.org/github/RobertsLab/code/blob/master/notebooks/sam/20210601_ssal_gff-annotations.ipynb), starting at
That will get you a lot of the info you want. After that, you'll likely want to get GOslims. The next step towards that would be to "unfold" the file you created in Step 5 above. There's a script that will do this for you here: Once you get through this stuff, we'll tackle getting GOslims! EDITED: Add forgotten notebook link! |
Beta Was this translation helpful? Give feedback.
-
It is also ok to "just join" with Swiss-prot annotation table - available via https://d.pr/i/0ZO1bc see also https://github.com/RobertsLab/code/blob/master/10-blast-2-slim.ipynb |
Beta Was this translation helpful? Give feedback.
Unfortunately, I don't think any tutorial/example has been fully fleshed out. There are a few things that have been started, but are incomplete. With that being said, here's my recommendations.
For the most reproducible process, I'd recommend looking at this notebook entry (https://nbviewer.org/github/RobertsLab/code/blob/master/notebooks/sam/20210601_ssal_gff-annotations.ipynb), starting at
In[12]
. Basically, here's the process that needs to take place:In[13]
to work with SPIDs (replaceP_ENTREZGENEID
withSWISSPROT
)