More posts like this
-
Which type of variant caller should I use in a WES normal cell line sample?
written by bompipi95 •I have whole-exome sequencing data of an immortalised non-tumor (normal) cell line that I wish to assess for the presence/absence of APC/Wnt mutations. This is …
-
Extract somatic mutations and germline mutations from variant calling files?
written by ginnyli056 •Hi all, I'm wondering how one can extract germline and somatic mutations from the variants calling file. I have some patients and I have the …
-
CNVkit calling strategies with matched-normal tumor
written by fbrunduI want to use cnvkit to call copy number alterations (CNAs) from Whole Exome Sequencing data (WES) of a specific tumor. I have a set …
-
Variant Calling and Transcript expression from biological sample
written by MaskFollowing are the aim of my study 1. Transcript/Gene expression 2. Variant calling (Mutations all kinds [germline, somatic, snp, indel, copy number etc]) For the …
-
Where to get somatic mutations from WGS data?!
written by dankoc •What is the best way to download somatic mutations called from whole genome sequencing data in the cancer genome atlas (TCGA) project? Downloading somatic mutations …
-
raw data (fastq files) of whole exome sequencing (WES) of somatic mutations
written by abedkurdi10 •Hi all, I am looking for raw data (fastq files) of whole exome sequencing (WES) of somatic mutations to benchmark my GATK-MuTect pipeline. Do you …
-
Somatic and Germline variant calling in ion torrent
written by inayat45shaikh •Hello, We have data of tumor (Tissue) and Normal (Blood) control from the same patients. We want to call somatic and germline variants in the …
-
Publicly available somatic variant calls for kidney cancer using WGS
written by tralynca •Good day, Does anyone know where I can find published somatic mutation calls for kidney cancer by using whole genome sequencing and NOT whole exome …
-
Discrimination Between Germline And Somatic Mutations In Tumor Without The Availability Of The Norm…
written by Fred Fleche<p>Hi,</p> <p>Let's say that I get whole-exome-sequencing data file that has been created without the availability of a normal sample related to the tumor sample …
-
Tool: Varscan: Variant Detection In Massively Parallel Sequencing Data
written by Istvan Albert[VarScan][1] is a platform-independent mutation caller for targeted, exome, and whole-genome resequencing data generated on Illumina, SOLiD, IonTorrent, Roche/454, and similar instruments. The newest version, …
I dont think you can do that with any single line of code. Since the sequence is submitted in raw format, You have to download, perform alignment and process the samples manually according to the reads.
If you manage how to download SRR file (fastq), you can do the analysis without any coding by using public/ published workflows on Galaxy and an example WES workflow is here (https://galaxyproject.github.io/training-material/topics/variant-analysis/tutorials/exome-seq/tutorial.html). Please read the manual or search on google how to download files from SRA/ENA. There are plenty of tutorials and automated scripts to address your query on downloading files from ENA/SRA. If you have preliminary coding experience, I would suggest to use either NF core prebuilt workflows or snakemake prebuilt workflows.
You can download files directly to Galaxy from the ENA Browser. e.g. Go to https://www.ebi.ac.uk/ena/browser/view/SRR212430?show=reads Click on "Show Column Selection" and check "fastq_galaxy" (assuming it's the generated fastq file you want) "Generated FASTQ files: Galaxy" column will now be visible in the table below. Click on a link in this column to start a download to Galaxy.