More posts like this
-
Splitting human bam file into fixed regions
written by irfanwustl •I have a bam file for the human whole genome. I want to split the bam file into multiple bam files, each having a fixed …
-
how to split a Bam by chromosome and unplaced scaffolds.
written by Maxine •I have some big bam files (more than 200GB per file) which need to be split for downstream analysis. My plan was to split the …
-
extract region.txt from bam file
written by madiha_shabbir46 •Hi, I am extracting some regions(in txt file) from bam file using following command cat ref.txt | xargs samtools view -b in.bam -o out.bam But …
-
cnvkit-Combine consecutive bins with the same targeted gene name
written by parvathi.sudha •Hi, Is there a way to combine consecutive bins with the same targeted gene name in the ".cnn" output of cnvkit? I can see the …
-
How to create snpEff data base for newly assembled genome?
written by nadiabeg.comsats •Hi all, I have my own de-novo assembled reference genome and gff file. I aligned my data on newly assembled reference genome. I have now …
-
scRNAseq: Split FASTQ into cell specific FASTQ Files
written by niklas.lang •Hi ! I did scRNAseq (10XChromium) of cancer cells and now I am looking for a simple way to split my FASTQ Files into celll …
-
samtools: splitting a bam file putting all scaffolds together
written by Fedster •I have some bam files that I want to split. The reference genome has 22 chromosomes and a bunch of unplaced scaffolds. I can easily …
-
Split oxford nanopore MinION fastq file based on barcode
written by ambi1999 •Hi, How can I split a single fastq file into multiple fastq file based on barcode in the header of reads? I got a single …
-
Split bam by multiple chromosome to a single bam file
written by l0o0Hi, I am using bowtie + samtools pipeline to call snp. Split bam file and call snp by chromosome will save a lot of time. …
-
Karyotypically Ordered Hg19
written by Edoardo Giacopuzzi •<p>Hi,</p> <p>I have a .bam file generated using the hg19 release of human genome downloaded from UCSC database. Now I'm trying to indentificate genomic variants …
duplicate of How To Split A Bam File By Chromosome , How Can I Split Bam Into Chromosome (In A Loop) Using Samtools? , Split Bam Files By Region For Parallel Variant Calling ....