GO annotation for rice in an R package
Anyone that could give me an example for GO annotation of species Rice with an R package. My rice ID is like "LOC_Os01g01312". It's a location ID. Thanks.
annotation
r
• 4,271 views
•
link
updated
by
prity6459 •
•
written
by
djyjin •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Gene Ontonology analysis of DEGs from rice genome
written by prity6459 •Hello problem solver! Your message is already clear, but I've made a few adjustments for grammar and flow: I have obtained some DEGs from a …
-
Pathway Enrichment
written by SKY •Is there any tool that can directly give me my gene id in first column and its pathway in second column? i am working with …
-
Functional annotation of bacterial genes
written by SeroroO •Hi! I was gene multiple files of gene expression matrix, each pertaining to an individual species. In each of the gene expression matrix, the row …
-
Plotting GO annotation with R
written by Cordyline •Hi all, First of all, I am a novice in analysing RNA seq data, so sorry for my question and let me know if I …
-
Enrichment of pathways, reactome, known networks in rice
written by zhang.jianhai •Hello, I want to do functional enrichment of pathways, reactome, or known networks in rice RNA-seq data using R programming. I need tools that can …
-
WGNCA and gene expression
written by mzezza •Hi, I've got a Gene Expression matrix (with GeneID and samples) and I'd like to perform a network analysis with WGCNA R package. Could anyone …
-
WGCNA and microarray gene expression
written by mzezza •Hi, I've got a gene expression matrix (with GeneID and samples) and I'd like to perform a network analysis with WGCNA R package. Could anyone …
-
Estimating the distribution of small non-coding RNAs among the reads: Which annotation database / r…
written by f.fassihian •Hi everybody, I am working on miRNAs derived from plasma exosomes. I have already mapped my small RNA sequences against human genome and mature miRNAs …
-
go id for non model organism
written by m_02 •Hi, I'm looking for go id in non-model organism. I tried blast2go PRO trial but the process is really very slow.can anyone help me how …
-
gene set enrichment / GO
written by Zhenyu ZhangI have a list of 1000 gene names (entrez ID) which is a subset of about 8000 genes expressed in a tumor tissue, and I …
Check out this paper : http://nar.oxfordjournals.org/content/early/2013/04/29/nar.gkt281.full
Hi @djyjin
Were you able to figure this out? I am experiencing a similar challenge
Hi @djyjin and rohitsatyam102
I have also been facing challenges while conducting goseq analysis in R. I have obtained DEGs from rice samples, including gene ID, logFC, and adjusted p-value. I am using the script mentioned below. However, since this script requires the rice dataset (rg.Os.eg.db) and I cannot find this dataset in BiocManager or BiomaRt, I am unable to complete my analysis. :(
I was wondering if you have already found a way to perform the goseq analysis that you could share with me, please?
I hope this message finds you well. Have a nice day!
Sadia
Rice genome annotation project has moved to http://rice.uga.edu/. Since Rice used those project specific ID's your best bet may be to get the GO annotation from http://rice.uga.edu/annotation_pseudo_goslim.shtml
You can email the site maintainers to see if there is a way to download the GO terms for all rice proteins.
Thanks a lot for your response!
You are correct that I can have GO terms from Rice genome annotation project and I already have them. Still I have been trying to get the GO pathways through goseq analysis since in most of the articles they mentioned using R packages instead of RAP-DB
That is why I was asking for the rice annotation packages to use in R. :,)