Skip to content

About GDSC.latent.tsv #4

@HuangStomach

Description

@HuangStomach

In this file, line 137

GDSC.latent = read.table(paste("../../result/", best.index, ".GDSC.latent.tsv", sep=""), header=T, sep="\t", as.is=T)

There is a file with the name GDSC.latent.tsv that is referenced, But I can't find the file to generate it.

In the other file:
https://bioinfo.uth.edu/VAEN/code/01.02.GDSC.final.R line 94

GDSC.latent = read.table(paste("/work/RANK.Sigmoid/result/", best.index, ".CCLE.latent.tsv", sep=""), header=T, sep="\t", as.is=T)

This place also uses the GDSC.latent.tsv file but gives the variable named GDSC.latent

I don't fully understand exactly what GDSC.latent.tsv does at this point, does it require a specific file to generate or can I use CCLE.latent.tsv instead?

Thank you for taking time out of your busy schedule to answer my questions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions