Differential analysis using R
I am using Differential analysis using DNA methylation in R studio. One of the step is to group samples. My problem is to differentiate between normal and metastatic samples .I am unable to understand how to group data.
dna
methylation
• 1,386 views
•
link
updated
by
Michael Dondrup
•
written
by
maryak •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Differetial analysis EdgeR
written by maryak •if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("TCGAbiolinks", force = TRUE) library(edgeR) library(SummarizedExperiment) library(TCGAbiolinks) BiocManager::install("edgeR") #install.packages("DMwR") #library(DMwR) BiocManager::install("minfi") library(minfi) library(limma) library(dplyr) # Load necessary libraries library(edgeR) …
-
DNA methylation data and P values
written by maryak •I am new to dealing with DNA methylation data. I am unable to understand how to calculate P values .My problem is to distinguish between …
-
What should be control group for differential expression in single cell? either distant normal samp…
written by gorizwango •I'm just stuck with my differential expression in my single-cell project. My dataset has 58 samples, and about 10 of them are distant normal while …
-
Lack of LUSC methylation data in SE object
written by aUser •Hi, I am working on TCGA-LUSC methylation analysis using TCGABiolinks, but I am unable to find out the groupCol and groups for differential methylation analysis …
-
For Gene ontology analysis in R by using edge R and limma
written by sarahawan92 •I am using R studio for the analysis of RNA-seq data related to my research work. I have done my differential analysis and now trying …
-
"MethylKit" package for WGBS data
written by shrinka.genetics •Hi I am working with WGBS data, There I am using MethylKit package for DMC analysis. Differential DNA methylation is usually calculated by comparing the …
-
TCGA: How to detect normal and tumor samples in PRAD dataset?
written by carolgalah •I did the downloaded DNA methylation - Illumina Human Methylation 450 dataset (GDC TCGA Prostate Cancer (PRAD)) using https://gdc.xenahubs.net. I want to methylation analysis correlation …
-
gene expression analysis using RNA seq data
written by maryak •I am new with RNA seq. I want to identify Cancerous genes using RNA seq gene expression data but unable to understand what does the …
-
Differential methylation analysis
written by David_emirHello All, I am currently working on to understand the Methylation mechanism in Cancer condition. my area of study revolves around the mostly wet lab …
-
Differential gene expression using R studio
written by rachana.cdri •Hello everyone, I am new to r-studio and I have to do differential gene expression analysis for my RNA seq data. Please tell me how …
Is the question how to tell the computer or how to find out which samples is which state?
can you please tell in both ways actually i am very new to all this
It's not possible to cover a complex analysis step by step in an answer. I think you should work through a tutorial of the analysis or the R packages you intend to use. Also, to group your samples properly, you need to understand the data first. To do that you need the correct meta-data and again how to get these depends on where you got your data from.
Are you downloading your data from SRA or ENA or are these new data produced by your lab?
What kind of data is it (could be sequencing or methylation arrays)?
Which R-package are you trying to use?
If someone gave you new data, they better explain the grouping of samples to you. Meet with them and tell them you cannot analyze their data unless they provide comprehensive annotation. If you are using public data, you need to read through the meta-data that have been -hopefully- properly deposited, possibly also the connected publication.
If you don't know from the lab/biological site which samples belong to which group then nobody can help you here. This is directly related to the experiment and study design, so you need to talk to your PI or people who performed the experiment to know. Once you have the information one can tell you here how to code that up in R.