How to normalize NCI-60 gene expression data
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
RNA-seq raw counts normalization for survival analysis
written by fifty_fifty •I have a TCGA raw RNA-seq counts (HTseq) for tumor samples. I want to do survival analysis based on gene expression for a particular gene …
-
how to calculate the log2 median-centered intensity in onconmine
written by Ming Lu •Does anyone know how to caculate log2 median-centered intensity in onconmine the expression data x by GEOquery is gene probe in rows, sample/array in column. …
-
Combining Gene Expression of Cell Lines and Primary Tumors
written by mavergara •Hello Dear Community, PIease I need help with the gene expression data from primary tumors and cell lines. In particular, I'm working with gene expression …
-
median probe intensity does not correlate with RNA-seq data - what's the best practice to compare t…
written by CrazyBLooking at RNA-seq data from CCLE (Cancer Cell Line Encyclopedia) from Broad Institute and microarray expression data from NCI-60 cell lines, there is a discrepancy …
-
NCI-60 dataset in R
written by aishwaryamandava7 •I am working on clustering NCI-60 dataset. I am confused whether I should consider using the NCI-60 data from ISLR package or from made4 package. …
-
RNA-seq z-score normalization prior to clustering
written by acorella •Hi, I would like to perform unsupervised hierarchical clustering on some RNA-seq data, but I was told I need to normalize the data by z-score …
-
Determining Up and Down regulated genes from GEO GDS4296
written by hAjmal •Hi All, How to see if the genes are up or down regulated in the publicly available dataset GDS4296 which contains analysis from cell lines …
-
Where to find gene expression data with different drug on the NCI 60?
written by zero_hsyHello: I am processing the NCI 60 data. From http://discover.nci.nih.gov/cellminer/loadDownload.do, I can download the expression data on the NCI 60 cell line without drug. However, …
-
Where can I download the NCI 60 data(gene expression,micRNA,protein data)
written by zero_hsyHello: I am processing the data on the NCI 60. However,I don't know the detailed website to download the gene expression, microRNA, protein data of …
-
TCGA: What are mRNA expression z-scores? Does TCGA have mRNA expression from controls?
written by komal.rathiHi everyone, I am using the TCGA portal to get mRNA expression data for various cancer studies (e.g. lung, liver, thyroid etc). I have two …
If data are already standardized, then you should check how the z-scores were calculated.
Usually z-scoring means subtracting population mean and then dividing by standard deviation, but for gene expression can also mean subtracting row mean and dividing by row SD. See here.
If you can't find these info you can explore the data in R and check mean median and SD.