-
Notifications
You must be signed in to change notification settings - Fork 112
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
No clinical data added to TARGET-NBL #616
Comments
Extra comment: when multiple TARGET-projects are loaded (e.g. OS), it is the NBL one that also leads to the failure of adding clinical data of OS. When TARGET-OS is loaded seperatly, there is no issue |
Not sure, but was looking in the prepare.R file, could it relate to lines in this part? `colDataPrepare <- function(barcode){
} |
trace('colDataPrepare', edit = T) does the trick |
Sorry, I don't have a lot of time to give support anymore.
Yes, indeed that is where the issue happens. I just added a small fix.
I still need to test all TARGET-NBL data before the final solution. That if
statement was added for a reason, but I am not sure yet which was the case
requiring it.
…On Wed, Jan 24, 2024 at 10:22 AM AndriesDeKoker ***@***.***> wrote:
trace('colDataPrepare', edit = T)
and removing 'TARGET-NBL' from line if (any(ret$project_id %in%
c("CMI-MBC", "TARGET-NBL"), na.rm = T)) {
does the trick
—
Reply to this email directly, view it on GitHub
<#616 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABDQ6IM6L6QSAFINABHEM3YQERJVAVCNFSM6AAAAABBXDYRWWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBYGM2TAMBSGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
TARGET-NBL DNA methylation cases has a suffix that is breaking the match. Is this the same for all platforms ?
Performing this:
query_methyl <- GDCquery(
project <- "TARGET-NBL",
data.category = 'DNA Methylation',
platform = 'Illumina Human Methylation 450',
access = 'open',
data.type = 'Methylation Beta Value'
)
GDCdownload(query_methyl)
dna.meth <- GDCprepare(query_methyl, summarizedExperiment = TRUE)
All clinical data is gone, all NA values
Is this a bug? Any work-around suggestions?
The text was updated successfully, but these errors were encountered: