More posts like this
-
How to make local BLAST sequentially look through a large number of databases and generate a file f…
written by nipayrhk •I want to run a tblastn of a single protein sequence against a large number of genomes with each as a separate database so that …
-
How to Split 3000 WGS CRAM files into 1Mbp length chunks
written by Sd •Hello, I have 3000 WGS CRAM files and I want to split them into 1Mbp chunks. I want to split with exact genomic coordinate locations, …
-
Splitting heatmap
written by hafiz.talhamalikhave created a heatmap in R using heatmaply library which has 85 rows and 6 columns (samples). Is there ant possible way I could split …
-
Bismark Report Merging
written by maxrhighsmith •I am running Bismark to perform methylation analysis on whole-genome bisulfite sequencing data. To speed up the process I am splitting the paired fastq files …
-
Can you get individual sample counts from Spar (Small RNA-seq portal for analysis of sequencing exp…
written by RNAseqerHello everyone, I was wondering if there was a way to upload multiple subjects data to SPAR in a single run, and get sample-specific counts/RPM …
-
How do you create a multiple reference genome in Hisat2?
written by Aaron •I need to combine two separate reference genomes into one index, so that I can align my sequencing files to one assembly. Is there a …
-
How to handle multiple contig outputs from de novo assemblers when one contig is desired?
written by Trombone Engineer •I am working with Oxford Nanopore Minion data for small genomes that I am trying to assemble with de novo assembly tools. For training, I …
-
Extract all genotype information for each individual in vcf file and store in separate files
written by spiral01I would like to extract the genotypes for each individual in a vcf file and store them in separate files. So for instance, 1000 genomes …
-
How can I split multiple columns into multiple columns in r
written by mshehabu •Hello everyone! I want to split a column into multiple column like below column1 0001 0011 0111 1111 column2 1111 0111 0011 0111 I have …
-
Run multiple fastq.gz files with FastQC and yield single report?
written by pbigbigHi, I would like to run FastQC for multiple fastq.gz files (both R1 and R2 of multiple lanes), but this program run in queueing manner, …
why would you want to do that ?
anyway : How To Split A Bam File By Chromosome ; How Can I Split Bam Into Chromosome (In A Loop) Using Samtools? ; split sorted bam file chromosome wise ; etc...
I need to do variant calling, and I need to associate variants with their respective genome.
most SV callers will accept a BED file / a range to call a specific interval.
I noticed the problem after I did the variant calling. I got VCF files with no associations between variants and genomes.
If this is related to Getting information on CRAM files from headers inside the files then we don't know that there is actually more than one genome in the files you have.
My suspicion is that you don't have multiple genomes. Examine the read headers and see if you have multiple flowcells/lanes/flowcell serials numbers present.
Thanks @genomax.
I'm not sure how to identify flowcells/lanes/flowcell serials numbers in CRAM files. Can you give an example?
You will need to examine the reads id's in column 1 of the alignments.
Sequence identifiers are explained in this Wikipedia section.
Thanks, but this link explains the structure of FASTA files. I don't have FASTA files. My initial data are in CRAM files.
it's not. It's about FASTQ.
read carefully what Genomax said:
So I need to convert the CRAM files to FASTQ files in order to get that information?
Yes. You could do this on the fly.
This is the same FC with 4 lanes.
Thanks.
So it means that it's a single genome?