450K annotation (ENSEMBL)
Hi,
Is it possible to reannotate 450K probes using ENSEMBL annotation. Using minfi package the default annotation is UCSC refseq genes (ilmn12.hg19).
Thanks
450k
annotation
• 2,186 views
•
link
updated
by
Ram
4.5K
• |
written
by
Nicolas Rosewick
1.1K
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Annotation differences annotatr and minfi getAnnotation
written by altuda 0Hi all, I have a question regarding the annotation of 450k methylation arrays. I've performed DMP analysis using limma and DMR using DMRcate. The CpGs …
-
How to change "CompressedGRangesList" to "GRangesList"
written by Aki 2Hi, I am trying to A/B compartment analysis with minfi, but I got following error. ```r Error in { : task 1 failed - "is(object, …
-
Minfi's combineArrays returns intersect
written by MoltenLight 0I am working with a cohort consisting of Illumina HumanMethylation 450K and EPIC arrays. I m using the *ChAMP* pipeline to load the data, because …
-
Infinium probes to Ensembl IDs
written by mousaedrees 0Dear Colleauges, I'm looking for an R package that has the Illumina Infinium 450K probes annotated to Ensembl IDs. Thanks all!
-
Mapping using UCSC and counting using RefSeq
written by Fawzi Yassine 2Hi, I am analyzing public RNA-seq data to find genes differentially expressed between diseased patients and controls. The paper for which the paper belong says: …
-
Minfi probe filtering
written by niutster 12Hi, As we know in 450k data analysis, probes with p-value> 0.01 must be removed but in minfi package it suggests to remove probes with …
-
DNA methylation 450k data - minfi - preprocessFunnorm - CNV cases vs non-CNV controls
written by Thomas 0Hello, I am looking for DNA methylation differences in a case/control experiment; all samples were run on 450k arrays. I am using the minfi package …
-
How to normalize 450K data for cell type composition
written by Nicolas Rosewick 1.1KHi, I've a bunch of 450K (Infinium HumanMethylation450 BeadChip) methylation data from leukemic cells. I read that cell type composition (CD8, CD4, NK, ...) could …
-
Correlation between methylation (450K) and gene expression (RNA-Seq)
written by Nicolas Rosewick 1.1KHi, I wonder how to do a correlation between 450K methylation data and RNA-Seq data. The major issue for me is that I have several …
-
R : Get Gene Symbol From Refseq Id - Biomart Problem
written by Nicolas Rosewick 1.1KHi, I've several refseq id that I want to convert to gene symbol. So in R with biomaRt: library(biomaRt) mart<- useDataset("hsapiens_gene_ensembl", useMart("ensembl")) refseq <- c("NM_001271003") …