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

ready for review #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

ready for review #3

wants to merge 1 commit into from

Conversation

dimalvovs
Copy link
Contributor

No description provided.

@davidsanin
Copy link

I’d like to see more annotations on the code.

@ablackf1
Copy link

Agree with David, more comments would facilitate reproducibility and help document why the data was pulled the way it was. There are also some hard-coded values (column indices, rows to be read in) that I would replace, if possible.

library(GEOquery)
sticMethDat=getGEO("GSE155311")
sticMethDat=sticMethDat[[1]]
hgscMethDat=getGEO("GSE155760")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this needed? hgscMethDat does not seem to be used later in script

sticClin=pData(phenoData(sticMethDat))

save.image()
save("sticBeta","sticClin",file="Data/sticDat.Rda")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can not get past this line as Data does not exist.

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

Successfully merging this pull request may close these issues.

3 participants