combinations of biomarkers
Hello,
I would like to create a machine learning model where I could test different biomarkers to detect a certain disease. I have some data. Where should I start? Any help or advice is welcome.
Thank you in advance
machine-learning
biomarkers
• 1,448 views
•
link
written
by
sil_bioinfo •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
transcriptomic data for molecular subtyping
written by mavy •Hello All , I am a computer scientist having little knowledge of genomic data . I want to use Artificial intelligence tools like machine learning …
-
Forum: How to overcome the imposter syndrome in bioinformatics?
written by sil_bioinfo •Hello, I think I have imposter syndrome and I don't know how to get rid of it. I need advice from people who went through …
-
Tools or R / Python packages to perfom ML models
written by sil_bioinfo •Hello, I'm not very good at programming yet, so I was wondering if there are tools like "Weka" or some R/Python packages with which I …
-
Data preparation for a ML model
written by sil_bioinfo •Hello, How can I extract useful information from RNA Seq data from "BioStudies, Array Express" website? https://www.ebi.ac.uk/biostudies/arrayexpress/studies I want to create a machine learning model …
-
opern access database with vcf files for healthy people (controls)
written by Liubov •Hi! Is there some open-access database, where I could get vcf files for some healthy people (preferably with EU ancestry and with hs27 reference)? I …
-
Where to get raw rna sequencing files for a large database of cancer tissues/cell lines?
written by j.matt.franklin •Hello, I'd like some general advice on where to start a project. I am interested in the expression of a particular type satellite DNA in …
-
Using machine learning methods to find a biomarker panel to diagnose a disease.
written by Sib •Hello Biostars. I obtained DEGs from RNAseq analysis for normal and infected samples. Then I decreased the number of them by some downstream analysis. Now …
-
Forum: Computer science grad student looking for advice/suggestions for master's thesis.
written by ark2 •I'm going to start working on my master's thesis very soon. I have decided to pursue it in the area of computational genomics. Unfortunately, our …
-
how detect the disease ?
written by emadelhewihy •hi; I'm search on some cancer biomarkers nucleotide that i can used for define and detect the cancer types!!! and want to find some significant …
-
Deep learning for genetics model of polygenic complex disease.
written by michealsmithWe know in recent several years very quickly deep learning (We could see as advanced multi-layer neural network) has achieved success in picture recognition, which …
You should start by defining your input and expected output as clearly as you can. 'I have "some data", I need a way to wrangle it till it does what I want it to do' is not a great starting point.
The data I have to use is: https://www.ebi.ac.uk/biostudies/arrayexpress/studies/E-MTAB-7830?query=E-MTAB-7830 The idea is, from transcriptomics data of TB patients, healthy patients and patients with latent TB, to know which is the best combination of biomarkers to differentiate patients with latent TB from patients with active TB. I have no idea where I should start..
I don't know much about machine learning but your problem definition seems to be good. I think it should be possible to train a model to use data of known TB-based classes of patients to then classify patients with unknown TB-based class. I'm not sure if you wish to focus on that (classification) ultimately or on selecting features most predictive of each class (the "combination of biomarkers" that you refer to), but I think both can be done. I'd consult an expert on Machine Learning once you have the per-class datasets and patient-labels ready.