How to apply ComBat on test set for which you do not have the label?
I want to know how I can apply ComBat on the training and test set, if I do not have the labels for test set.
batch-effect
combat
• 2,675 views
•
link
updated
by
Ram
•
written
by
chengzhao41
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Batch correction with ComBat for samples from multiple sampling sites
written by bobia9193 •Hello all, I have a dataset containing samples collected from multiple sampling sites, which I will use to build a machine learning model. The number …
-
Batch effect correction & normalization after training/test split for gene expression data
written by mmitra •Hi all, I have a few questions regarding building a machine learning binary classifier that uses bulk RNA-seq samples. I have bulk RNA-seq data for …
-
Feature selection for a binary classifier using mixed cancer type samples
written by mmitra •Hi all, I am not an expert in machine learning (ML) and have a few specific questions regarding the design of a binary classifier. I …
-
Applying Machine Learning on vcf file
written by hafiz.talhamalikI am learning machine learning for genomics data. I have a vcf file and I want to split my data into X and Y labels. …
-
Machine learning using microarray data
written by Gene_MMP8I have developed a classification model using microarray data using a GEO dataset. Let's call this the train set. The class labels were "extreme" vs …
-
Machine learning using microarray data
written by Gene_MMP8I am developing machine learning models to classify disease/non-disease patients using gene expression data. I have applied LASSO to select features and built classifiers using …
-
DESeq2 - Between sample normalization of train/test subsets
written by ml_researcher •Hello, I would like to apply machine learning methods on RNA-seq data from the TCGA dataset for the purpose of survival time analysis. The samples …
-
How to produce binary drug response labels from progression-free survival times?
written by chengzhao41<p>I have information on some patients treated with a drug about their progression-free survival times in months, and I would like to produce binary labels …
-
How to estimate batch effect in microarray gene expression data?
written by chengzhao41I have microarray gene expression data and their labels for a supervised tasks and some sample info, how can I estimate the batch effect?
-
R use models from survival analysis and do prediction
written by hdyI am learning survival analysis in R, especially the Cox proportional hazard model. I read a paper talking about using 80% of the sample as …
What exactly do you mean by training and test sets in this context? You run Combat on a group of samples with a known batch-effect and experimental design.
ComBat requires as input a model matrix for outcome of interest, but I only have it for the trianing set and not the test set.
There are no training and test sets with Combat. There is only a single set of data.
Yes I want to use ComBat to combine training and test set, which are 2 batches, into 1 single set of data. But I do not have the outcome of interest for the test set (2nd batch).