Hello,
I want to ask about data published in TCGA and now is hosted by GDC data portal. The link is this: LINK. After I check the manifest of the metadata, there are no normal samples. Am I right? I am afraid I made a mistake and if there are no normal sample, where I can download the normal sample? Thank you.
Thank you. I have solved this problem. From the new GDC portal, when we have selected all samples that we want to download, we can go to the download cart. From the download cart, we can download the samples metadata. The metadata contains a lot of information about each sample in json format. One of the information is sample type. We can also know which normal-tumor sample comes from same patient. I have written a java code to extract necessary information from the json metadata into csv format. Now, I can directly use it for downstream analysis, for example DESeq2.