Entering edit mode
5.0 years ago
SMILE
▴
190
Dears,
I want to know whether there is difference between different genome fasta files like Mus_musculus.GRCm38.dna.toplevel.fa
file downloaded from ENSEMBL and chrom_mm10.fa
file downloaded UCSC. Whether we can annotate the alignment bam files (using UCSC genome as reference) with ENSEML annotations.
Any comments and explanations are appreciated.
We just realized that our cooperators used the UCSC reference genome mm10, but the further downstream analyses were all using ENSEMBL annotation like
TSS
,gene start position
,gene end position
with biomaRt package. Do you think we can keeping on doing this, if not all our previous analyses will start over again.It's the same genome, so it should be the same. The best place to get the annotation is the GTF or GFF files though, not BioMart, as these should work out of the box with most analysis tools.
Thank you for the helpful response!