Skip to content

Update step1-download.R #3

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions GSE42872_main/step1-download.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ if(F){
#Download GPL file, put it in the current directory, and load it:
gpl <- getGEO('GPL6244', destdir=".")
colnames(Table(gpl))
head(Table(gpl)[,c(1,15)]) ## you need to check this , which column do you need
probe2gene=Table(gpl)[,c(1,15)]
head(Table(gpl)[,c(1,12)]) ## you need to check this , which column do you need
probe2gene=Table(gpl)[,c(1,12)]
head(probe2gene)
library(stringr)
save(probe2gene,file='probe2gene.Rdata')
Expand Down Expand Up @@ -90,4 +90,4 @@ save(dat,group_list,file = 'step1-output.Rdata')