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,184 views
•
link
updated
by
Ram
•
written
by
Nicolas Rosewick
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Annotation differences annotatr and minfi getAnnotation
written by altuda •Hi 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 •Hi, 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 •I 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 •Dear 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 •Hi, 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 niutsterHi, 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 …
-
How to normalize 450K data for cell type composition
written by Nicolas RosewickHi, 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 RosewickHi, 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 …
-
How to extract reads supporting protein-coding gene splice junctions from STAR's SJ.out.tab output
written by Nicolas RosewickHi, I aligned my RNA-Seq reads using STAR on human hg19 genome index build with ENSEMBL annotation (`--sjdbGTFfile` option at the genome index generation). So …
-
R : Get Gene Symbol From Refseq Id - Biomart Problem
written by Nicolas RosewickHi, 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") …