are there any tools or algorithms that can predict cell types (Or cell clusters)from bulk RNA seq Data?
1
0
Entering edit mode
4.9 years ago
lishen0709 • 0

Hello everyone,

I'm now trying to predict the different cell types from bulk RNA-seq data. Are there any algorithms or tools for this? I just remember once my ex-colleague mentioned that there is a deep-learning based algorithm but I forgot its name...

RNA-Seq next-gen • 925 views
ADD COMMENT
0
Entering edit mode
4.9 years ago

Maybe it's in this list of software for single cell data analysis.
It depends on what you mean by bulk but in principle, any machine learning algorithm can be applied. It's often a matter of finding a suitable data representation (e.g. for graph-based clustering). Most unsupervised approaches are based on dimensionality reduction (often PCA) followed by some classical clustering algorithm (e.g. k-means, hierarchical clustering). More recently, logistic regression is used in this paper and a neural network is used in this one.

ADD COMMENT
0
Entering edit mode

Hi Jean-Karim Herich, thank you for your help. I am looking for the algorithms or tools that people can identify cell types from bulk RNA seq data instead of single cell data. But anyway, I'll check the list you provided and thank you again.

ADD REPLY
0
Entering edit mode

Then maybe what you're after are deconvolution methods like in the R package CellMix.

ADD REPLY

Login before adding your answer.

Traffic: 1662 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