Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

query to download Affymetrix HT_HG-U133A RMA level2 data #1

Open
veroniquevoisin opened this issue Sep 14, 2017 · 1 comment
Open

Comments

@veroniquevoisin
Copy link

query_microarray <- GDCquery(project = "TCGA-OV",
data.category = "Raw microarray data",
data.type = "Normalized intensities",
platform = "HT_HG-U133A",
access = "open",
legacy = TRUE)
GDCdownload(query_microarray )

RMA normalized are recommended over MAS5.0 level3 data

@risserlin
Copy link
Collaborator

Hi Veronique,
Thanks for the fix. the original data was downloaded directly from TCGA and it was RMA normalized so the protocol didn't use this method thankfully (although the microarray got cut altogether).
Do you have a link in the documentation where this is outlined so I can put the reference in the code as well.
Thanks,
Ruth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants