Machine learning Algorithms on DNA sequences
i am working machine learning project,i have 4 different sequences of human from different regions and want to develop machine learning model
dna
ml
r
• 2,280 views
•
link
written
by
husainbioinfos •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
News: Advanced Python for Data Science and Bioinformatics course
written by Physalia-coursesDear all, Join us online from 23 to 26 March for the Advanced Python for Data Science and Bioinformatics course — designed especially for biologists …
-
Forum: Developing a genomics ML model using bytes?
written by Pranava •I was looking into training a Machine Learning / Deep Learning Model using ``Bytes``. Recently I was working on a way to decrease the size …
-
Combining expression and mutation data from TCGA
written by Maliha •I am working on a project and I want to combine mutation and expression data using ML. As I am new to machine learning and …
-
which data type I can use to bulid machine learning.
written by Qiang •Hi all, I am new to the field of gene expression. I am currently working on testing different drugs on human liver cells. After conducting …
-
Creating Synthetic Sequences for a ML Model
written by biochugs •I was thinking of pursuing a Machine Learning project to familiarize myself more with the topic. I want to create a model to predict the …
-
finding multiple healthy control DNA reads of a specific gene
written by walden •I am trying to build a machine learning/deep learning model that takes multiple DNA reads of a specific gene as its inputs(preferably .fasta files) In …
-
Machine learning - NGS data
written by stanedav •Hey guys, I am thinking about a new project. I am bioinformatician in a small lab, where we have mostly WES data. I would like …
-
feature extrction for chip seq data
written by praveenhcu131 •i have extracted some features from chip seq data i want to compare with existing data and develop a model using machine learning as iam …
-
how can a machine learning model be applied to microRNA-seq data?
written by acc.inpro321 •I am a high school junior working on a research project, I had a couple of doubts and had a trouble in getting it resolved. …
-
Carrer Orientation in Bioinformatics
written by 11ibt004 •I am a Masters in Biotechnology student, who is interested in during PhD in Bioinformatics. My area of interest is bioinformatics and machine learning, though …
That's great and all, but it isn't a question.
A model for what?
What sequences?
This question is unanswerable.
The sequences are not normal patient sequences ,so there must be common mutation(due to disease ) between all those sequences, on that basis i want to develop model . I am confused that from where i should start ..Any example or something else will really help full.
Right, so if there's a mutation - why do you need to arbitrarily apply ML to this problem? Variant calling pipelines are well established.
You also haven't told us what the data is still. Have you got reads? Whole genomes? What state is the data in? Has it been QC'd?
whole Genome of patients..the data is in RAW form(Simple FASTA format). ML model for predict same type of sequence using RAW sequences.
What will the model predict that non-ML methods do not already do?
I don't see how ML fits with this question?
You have a dataset of sequences with
mutation X. You receive new data, and need to check if it hasmutation Xor not. Why guess this with ML, when you can literally just look at the base-pair position in the new data and see if it hasmutation Xor not?With respect, if you do not even know where to start and if this even will be helpful then maybe are more well-defined project might make sense and most importantly => an experienced supervisor is required.
What do you want the machine to learn? A model is supposed to learn to predict something tangible based on other tangible input. You only have sequence data, what do you wish to predict from that?
The sequences are not normal patient sequences ,so there must be common mutation(due to disease ) between all those sequences, on that basis i want to develop model . I am confused that from where i should start ..Any example or something else will really help full.
Please don't copy/paste the same content. You don't need to reply to each comment if you don't have anything specific to say for that comment.