This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Where do I get a WES dataset of size <1GB

Can someone please tell me from where can I get the WES or WGS dataset of size <1GB

wgs wes genomics

whole-exome sequencing data or whole-genome sequencing data. Please correct me if I am wrong. I have started learning NGS analysis just now. I sincerely appreciate ur suggestions.

You can always downsample a larger dataset. seqtk, reformat.sh from BBMap are a couple of possible tools.

yeap but it can be that you need FASTQ files < 1GB, or BAM files < 1GB (which is pretty unrealistic), or VCF files < 1GB. All such files are possibly to be generated from WES

1 answer

Just browse sra-explorer.info for datasets. I doubt you can meaningfully query for file size as this depends on coverage and read length. Just download any from the species you need and then downsample. Just use head on the fastq files to get like the first 4000000 lines which equals 1mio reads. Reads in fastq files are random and not ordered other than its position on the flow cell, hence you do not strictly need a dedicated sampling approach, especially if this is just for some practicing task.

Log in to answer this question.