Hi,
I would like to ask if any of you know the callers of the pipelines that are stated on ICGC such as broad, embl and sanger? I checked the metadata however the website which directed me required id/password accession. These are pipelines that were used for calling mutations which produced VCF files.
Thank you
Best,
Tunc
I am trying to get information about all the prostate cancer patients mutation calls. Therefore, I don't aim a specific file. Filter of the VCF have 3 options which you also stated; EMBL/DKFZ, Broad and Sanger. Thank you very much tho.
Also one more question, this kind of irrelevant to this topic but, When I download VCF which belongs to Sanger workflow. I couldn't open them with text edit. Shouldn't vcf be in text file format?
Thank you very much for your contribution. I almost got my hope about this fact.
Tunc
First of all I would be a bit greedy , if you find my answer helpful please accept it as answer and upvote the same and also if any comments and reply are helpful then you can upvote them so that anyone else having similar questions can refer to it as well.
Coming to your second question you can always use some packages dedicated to VCF in R or bedtools to see the VCF format file. I am supposing the files you download are compressed so you cannot see them in text edit. You can download them and open in terminal with nano or vim or if you want to do it locally you can open them in excel. Or you can just awk the vcf files to get the columns you are interested in for your downstream use.
VCFTools
BEDTools
I believe this would suffice.
I am trying to get information about all the prostate cancer patients mutation calls. Therefore, I dont aim a specific file. Filter of the VCF have 3 options which you also stated; EMBL/DKFZ, Broad and Sanger. Thank you very much tho.
Also one more question, this kind of irrelevant to this topic but, When I download VCF which belongs to Sanger workflow. I couldn't open them with text edit. Shouldn't vcf be in text file format?
Thank you very much for your contribution. I almost got my hope about this fact.
Tunc