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

fix sesameQCtoDF column subsetting #190

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

Conversation

adamtolnay
Copy link

This pull request fixes an issue with column subsetting in sesameQCtoDF.

When qcs is a list, sesameQCtoDF returns the three default columns.

qc <- openSesame("test", prep="", func=sesameQC_calcStats)
qc_df<- sesameQCtoDF(qc, cols=c("num_dtna","frac_dtna","num_dt"))
qc_df
                  IDAT frac_dt_cg  RGratio RGdistort
1  206129770003_R01C01  0.8423470 1.535159  1.336828
2  206129770003_R02C01  0.9325517 1.409389  1.271266
3  206129770003_R03C01  0.7275575 1.913057  1.147329

This can be fixed by passing cols to the recursive call to sesameQCtoDF

sesame_checkVersion()
SeSAMe requires matched versions of R, sesame, sesameData and ExperimentHub.
Here is the current versions installed:
R: 4.4.2
Bioconductor: 3.20
sesame: 1.24.0
sesameData: 1.24.0
ExperimentHub: 2.14.0

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.

1 participant