Tag: topGO
Transcriptomics and the origin of obligate parthenogenesis
Avise J (2008) Clonality: the genetics, ecology, and evolution of sexual abstinence in vertebrate animals. Oxford University Press, USA Book Google Scholar Avise JC (2015) Evolutionary perspectives on clonal reproduction in vertebrate animals. Proc Natl Acad Sci USA 112(29):8867–8873 Article CAS PubMed PubMed Central Google Scholar Andrews S (2010) FastQC:…
Visualization App for RNASeq Differential Expression and Enrichment Analysis
Visualization App for RNASeq Differential Expression and Enrichment Analysis 0 Hello, I am looking to see what the latest and greatest is in terms of an app to visualize the results of a differential expression analysis of an RNASeq dataset, including any subsequent enrichment analyses. Ideally this app would take…
how to perform functional enrichment on pangenome data
2 hours ago Neel ▴ 20 Hi, I have read this paper www.microbiologyresearch.org/content/journal/mgen/10.1099/mgen.0.000309#tab2, where author had done pangenome and their functional annotation. Now i am unable to figure out how did they perform functional enrichment analysis, i.e. the input file for topGO analysis how did they prepared. sorry for silly…
topGO – duplicate genes
topGO – duplicate genes 0 I am using topGO for phosphoproteomic data, however, since the data is phosphorylated, we have the same proteins and genes. I am now dealing with duplicate gene names for this, how does topGO deal with duplicate gene names and how do I go about this…
topGO error :KS elim test
This is my code : library(topGO) hs_topGOdata <- new(“topGOdata”, description = “Human proteins”, ontology = c(“BP”), allGenes = allGenes.hs, geneSel = interestingpValues.hs, nodeSize=5, annot = annFUN.gene2GO, gene2GO = geneID2GO.hs) resultFisher <- runTest(hs_topGOdata, algorithm = “classic”, statistic = “fisher”) resultFisher resultFisher.elim <- runTest(hs_topGOdata, algorithm = “elim”, statistic = “fisher”) resultFisher.elim resultKS…
How to make “Custom annotation File” for GO analysis using TOPgo
How to make “Custom annotation File” for GO analysis using TOPgo 0 Hello Biostars, I would like to perform GO analysis using R package called Topgo. I have deseq data as well as GO term ID gained after functional annotation as image present here. Using these information, I would like…
KEGG enrichment in R and gene IDs
KEGG enrichment in R and gene IDs 2 @239caad3 Last seen 3 days ago Belgium Hi, I am trying to run a KEGG enrichment analysis on my data. My genes are in SYMBOL, which I converted to ENTREZID, but I need them in “kegg” or “ncbi-geneID” to run enrichKEGG. I…
Bioconductor – Rgraphviz
DOI: 10.18129/B9.bioc.Rgraphviz This package is for version 3.13 of Bioconductor; for the stable, up-to-date release version, see Rgraphviz. Provides plotting capabilities for R graph objects Bioconductor version: 3.13 Interfaces R with the AT and T graphviz library for plotting R graph objects from the graph package. Author: Kasper…
mapping GO terms to classifications one rank down from the top- level GO categories
mapping GO terms to classifications one rank down from the top- level GO categories 1 Hi all! I would like to map a list of GO terms (>1000, won’t be able to do it manually) from different GO ranks to one classifications one rank down from the top- level GO…
Mapping GO terms to description and vice versa
Mapping GO terms to description and vice versa 1 Hi all! I have a list of GO terms and I would like to find the description of them. Is there a software or package that I can use? Also, how can I find the GO terms based on its description?…
Pathway analysis of RNAseq data using goseq package
Hello, I have finished the RNA seq analysis and I am trying to perform some pathway analysis. I have used the gage package and I was looking online about another package called goseq that takes into account length bias. However, when I run the code I get an error. How…
Genomic variation from an extinct species is retained in the extant radiation following speciation reversal
Vamosi, J. C., Magallon, S., Mayrose, I., Otto, S. P. & Sauquet, H. Macroevolutionary patterns of flowering plant speciation and extinction. Annu. Rev. Plant Biol. 69, 685–706 (2018). CAS PubMed Google Scholar Rhymer, J. M. & Simberloff, D. Extinction by hybridization and introgression. Annu. Rev. Ecol. Syst. 27, 83–109 (1996)….
Design formula in DESeq2
Hello, I am using DESeq2 for analysis of RNAseq data. I would like to ask you about the design in the DESEq2 formula. I have tissue from animals treated with a chemical and my animal model is a colorectal cancer model. My variables are gender (male or female), treatment (treated…
Parallel genomic responses to historical climate change and high elevation in East Asian songbirds
Extreme environments present profound physiological stress. The adaptation of closely related species to these environments is likely to invoke congruent genetic responses resulting in similar physiological and/or morphological adaptations, a process termed “parallel evolution” (1). Existing evidence shows that parallel evolution is more common at the phenotypic level than at…
Bioconductor – Ringo
DOI: 10.18129/B9.bioc.Ringo This package is for version 3.9 of Bioconductor; for the stable, up-to-date release version, see Ringo. R Investigation of ChIP-chip Oligoarrays Bioconductor version: 3.9 The package Ringo facilitates the primary analysis of ChIP-chip data. The main functionalities of the package are data read-in, quality assessment, data…
Bioconductor – FoldGO
DOI: 10.18129/B9.bioc.FoldGO Package for Fold-specific GO Terms Recognition Bioconductor version: Release (3.13) FoldGO is a package designed to annotate gene sets derived from expression experiments and identify fold-change-specific GO terms. Author: Daniil Wiebe <daniil.wiebe at gmail.com> [aut, cre] Maintainer: Daniil Wiebe <daniil.wiebe at gmail.com> Citation (from within R,…
Batch conversion of InterPro IDs to GO IDS for TopGO analysis
Batch conversion of InterPro IDs to GO IDS for TopGO analysis 0 Hi all, I have a list of about two thousand InterPro IDs that I would like to convert to their corresponding GO IDs for subsequent enrichment analyses in TopGO. I initially used the Interpro2go batch text file to…