Use of Kraken output for functional analysis
Is there anyone available to assist me in utilizing Kraken output for functional analysis? I've been on the lookout for tools capable of processing Kraken report output for functional analysis.
metagenomics
kraken
shotgun
• 2,512 views
•
link
updated
by
alawrence2211 •
•
written
by
Srinka •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
RNA seq aligner?
written by tesfaye •Hi all, Our attempts to download the transcriptome of H37RV for indexing in the salmon tool have been unsuccessful due to unavailability on NCBI and …
-
Implementing covariates in calculating differential methylation
written by Srinka •Could someone please assist me with the implementation of covariates in the calculateDiffMeth function? I've been attempting to include parameters like age, BMI, and smoking …
-
Bioinformatics tool to validate the functional annotation
written by Debut •I'm working on the functional annotation of fungi. For the functional annotation, the tool used is funannotate. I'm looking for a tool that allows me …
-
Utilising paired end data for use in MEGAN6
written by 01de •I have some paired-end shotgun data which I would like to analyze in MEGAN6. I've been told that MEGAN only accepts R1 data however as …
-
Validate RNAseq salmon quantification pipeline
written by guillaume.rbtHi, I've written a pipeline to perform quantification from RNAseq data with salmon. I'm trying to find a way to evaluate the quality of my …
-
issues with agrigo V2
written by alonziso •Hi, I've been trying to use Agrigo v2 in the last few days and get stuck on the processing screen for hours (without anything happens). …
-
Has anyone used R package "RontoTools" for pathway analysis before? Am I using this for the correct…
written by chokevin8 •Hi Biostars community, I'm doing a project to read-in patient RNA-Seq raw data and to ultimately search for possible pharmaceutical targets for certain types for …
-
Functional annotation of genes in protein interaction network
written by ristovskizlate •I am making some research on protein interaction network for Colorectal Cancer. Next step after creation of this network was GO and Pathway functional annotation …
-
Tool for plotting Kraken output
written by deepthithomaskannanHi, I am trying to do taxonomy classification for my reads. I tried Kraken software. Is there any tools available for plotting Kraken output? Thanks, …
-
Is there a Lims that doesn't suck?
written by Casbon •I've been looking around for a LIMS (Laboratory Information Management System) system, and the available packages are all too enterprisey. Is there any system, suitable …
You're going to have to be more specific. "Functional analysis" is a catchall for a lot of different types of possible downstream analyses. Finding recent studies that have similar data is a good place to start in finding appropriate tools.
Hi, by functional analysis I meant the pathways the microbes are involved in.
Hello,
You can convert your classified Kraken report to the BIOM format, and then use the PICRUSt tool to predict the functions associated with KEGG and COG based on the OTU information present in the samples.
Thanks!
Hello, Thanks for your suggestion. I will surely try this.
Can you please suggest any tool to help convert the Kraken report to BIOM format?
Hello,
you can use kraken-biom [kraken_biom.py] tool to get your Biom file from input kreport
cheers,
Hi,
I've gone over the tutorial section of the Picrust GitHub and am confused about the study_seqs.fna file.
Context: I ask this because Picrust requires the sequence IDs in the fna file to be linked to the first column of the OTU table. My OTU table is taxa x sample (row x col) and can be linked back to the kraken database I used. I am worried about the IDs in the database. After looking through the database fasta file, I found that multiple sequences linked to the same kraken id (taxa). My first assumption is to combine these sequences into one under the one ID, but I am worried this would negatively impact the alignment process in picrust. However, if I only choose one sequence then is there a way to decide which sequence is the best? If the fna file is supposed to be the ASVs linked to the specific sample, then I have no clue where to start to link those reads to the OTU table.
Many thanks.