Convert UCSC BAM file to Ensembl
Hi, I'm looking for a way to convert my UCSC BAM files to an Ensembl format. Is there an easy way to do it? Thanks, Elad
ucac
ensembl
bam
• 1,460 views
•
link
written
by
elad.zisman •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Convert .bam file from version 1.6 to 1.4
written by Abhi •I have a package (breakseq) that fails on newer versions of bam files. It uses older version of pysam which is unable to read the …
-
Getting genes' sequences by querying gene symbols/names
written by langziv •Hi. I've been looking for a human genome API for this purpose. I found the NCBI datasets API but there seems to be a problem …
-
How do I compare reads between two bam file?
written by Assa YeroslavizI would like to find reads in one bam files which are not in a second bam file. Is there an easy way to do …
-
Is it possible to remove reads from BAM which match the reference at a position
written by yryan •I'm interested in looking for modified bases and for the downstream analysis I'm doing I'd like to remove the reads which match the reference base …
-
Is it possible to convert back to .ped from .raw (made with plink)?
written by meri.kaustio •Hi, I got some genotype data as .map and .raw files, so I don't have the original ped-file. Is there some easy way to convert …
-
csv into genome browser
written by H.HasaniDear Biostars, this might be a simple question, I'm looking for a way to convert my csv files into an acceptable format, so that I …
-
Genomic Bam To Transcriptome Bam
written by dfernanHi, I was looking for a tool to convert a bam file in genomic coordinates to transcriptomic coordinates (using a GTF reference). Is there a …
-
.Xyz To .Pdb Conversion
written by spandankeshav •<p>Hi How can I convert .xyz file format to .pdb (protein data bank) file format? Is there easy way to convert? I tried with open …
-
Obtaining Ucsc Tables Via Ftp And Converting Them To Proper Gff3 Via Genepredtogtf?
written by userMy goal is to get a UCSC table in GTF format from the FTP database and convert it to GFF3 format. My strategy is to …
-
Ucsc/Ensembl Bam Converter?
written by 2184687-1231-83-<p>Is there any tool to convert <a href='http://samtools.sourceforge.net/SAM1.pdf'>BAM</a> files that have been produced against Ensembl genome references to UCSC-compatible <a href='http://samtools.sourceforge.net/SAM1.pdf'>BAM</a> files? And viceversa? AFAICS, …
how do you define an "Ensembl format" ?
I have BAM files that where aligned to hg19 which is a UCSC assembly, and I what it to be aligned to grch37 instead, an ensembl assembly.
so you "just" want to change the chromosome notation ? Bam File: Change Chromosome Notation ; Change chromosome notation in bam file ; BAM File, Change chromosome notation ; Change Notation Of Chromosome In Bam File ; ....
From what I understood the gene annotation is also different, but yes, the chromosome notation too.
Thanks for the links. I now understand what I need to do!