DESeq2 for non-model organisms
2
0
Entering edit mode
7.2 years ago
#### ▴ 220

I want to perform RNA-Seq analysis on non-model organism data using DESeq2 , as its well known that DESeq2 uses Biomart for organism references like : hsapiens or mmusculus for human or mouse My organism is non-model and I am trying to find out option/s to do so.

Any inputs on this...??

Thanks

deseq2 RNA-Seq • 1.6k views
ADD COMMENT
0
Entering edit mode
7.2 years ago
GenoMax 141k

As long as you can generate a matrix of counts (unique genes/ID's as rows, samples as columns), you can use DESeq2 for DE analysis.

ADD COMMENT
0
Entering edit mode
7.2 years ago
#### ▴ 220

Cannot generate that.

Was looking for a way to call genome via Biomart as the genome is there in Ensembl but from listDatasets(ensembl) in R cannot see or find that organism.

ADD COMMENT
0
Entering edit mode

Please use ADD COMMENT/ADD REPLY when responding to existing posts to keep threads logically organized.

What do you mean by "call genome via BioMart"? What package are you referring to in listDatasets command?

If you have aligned bam files you can count reads based on features you are interested in (e.g. exons, genes etc) to generate the count matrix. I use featureCounts to do this before getting to DESeq2. You can use featureCounts as a standalone program or as an R-package if you prefer that.

ADD REPLY
0
Entering edit mode

I hope you can ignore un-organized way of posting...

So I do and I have used featureCounts as well. My point is not generating matrix so my point is to use non-model organism for RNA-seq analysis using DESeq2 and as you know DESeq2 has a BiomaRt r package , which can help user to use particular organism by just mentioning the name of the organism as mentioned in the following link: http://www.ensembl.org/info/data/biomart/biomart_r_package.html in the same link you can see the option listDatasets function of BiomaRt in R which lists out the organism present in biomart R package. I hope it is clear now.

I could only manage to generate the count matrix for the analysis but facing problem in further steps of analysis.

ADD REPLY

Login before adding your answer.

Traffic: 2134 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6