Hi! I am a freshman who wanna analyze my clariom d human data. I have 3 groups and total 14 .CEL files and I wanna find the DEG, do GO and KEGG enrichment and do further Gene Expression Trend Analysis to find genes or pathway in my 3 groups with specific trend. My code is here:
>setwd ("/Users/mac/Desktop/Physician_Scientist/HypoT/Microarray_Analysis/3_Clariom_D_Human/1_CEL_Files")
>library (oligo)
>library (pd.clariom.d.human)
>library(affycoretools)
>rawDatal <- read.celfiles (list.celfiles ("/Users/mac/Desktop/Physician_Scientist/HypoT/Microarray_Analysis/3_Clariom_D_Human/1_CEL_Files", full.name = T))
>pData (rawData)
>normData <- oligo::rma (rawData, target = "core")
>normData
>boxplot (normData)
>all.eset <- annotateEset(normData, annotation(normData))
>all.eset
And I am confuse about what should I do next? Waiting for some help. Thank u!
Please use the formatting bar (especially the
code
option) to present your post better. You can use backticks for inline code (`text` becomestext
), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.Also,
clariom d
,differential expression
,GO
,KEGG
- these should have been tags in your post. By using justR
as a tag, the question makes it difficult for an expert in, say, the clariom d technology to find your post.