More posts like this
-
Analyzing aCGH dataset using R Programming
written by Kent •Hello, I am trying to analyze this aCGH [dataset][1] using R Programming hoping to identify CNVs and DEGs from the dataset. I am still new …
-
Where is clonotypes .csv file
written by yueli7Hello, I tried to analysis following datasets: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM5210599, or https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM5808300. In the VDJ_Analysis: https://github.com/ucdavis-bioinformatics-training/2020-Advanced_Single_Cell_RNA_Seq/blob/master/data_analysis/VDJ_Analysis_fixed.md It should has two files: 1. filtered_contig-annotation.csv, 2. clonotypes.csv. Where I …
-
ID to Gene Symbol in microarray
written by l.nazari •Dear all I am analyzing GSE21386 with GPL3802 to find differential expressed genes using R. How can I convert Id and SPOT_ID to gene symbol …
-
analyzing RNA-Seq transcriptomic data
written by H. Z. Amini •Hello Everyone, I'm going to digest and analyze the RNA-Seq transcriptomic data in the following link (GEO accession: GSE96058). I did many searches on the …
-
How can I get the ID reference genes in GEO ?
written by Lila MHi everybody, I'm trying to get some microarray data for GEO db. In [this example][1] , you can see that the ID reference is a …
-
Multiplatform batch correction using combat
written by Devyani •Hi, I wanted to analyze data from various micro-array platform such as agilent, rosetta/merk. Below is the link to the three platforms from which I …
-
Looking for DNase-seq of MCF10A cell line
written by bhchiang •Where can I find data from a DNase-seq assay of the non-cancerous MCF10A breast cell line aligned to the hg19 genome? I've found the following: …
-
Map from GEO samples' name to TCGA name
written by landscape95I am working on several GEO data sets, the samples are GSMxxx, can these samples be converted to TCGA format type TCGA-xx-xx. For example, data …
-
How to get the sample sheet of methylation series/samples available on GEO ?
written by mohamed_refaat.1992 •I'm trying to download DNA methylation data from GEO to learn how to use Rnbeads package. I didn't have a problem downloading data sets ( …
-
Any packages for normalization by read depth of the 75%tile gene?
written by cfarmeriHi, Biostars. I want to normalize read count data (by STAR) by read depth of the 75%tile gene like this [paper](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM1974105). Anyone knows useful packages …
Hey Lila. limma should be able to do it. Have you checked that out?
Hi Kevin, and thank you for your feed back. Yes I've checked it and found something related with
Agilent4x44K Arrayshowever, this experiment isCGH array (4X180K)so I could not find something related with CGH arrays, any clue about how to start with it? Thanks!I'm not sure - I thought that limma had general functionality for Agilent arrays, though (both single and two-colour arrays). I wish that I had more time to check myself; otherwise, you can obtain the normalised data with the following code:
With that, you can do DEA and any other downstream stuff.