NCBI genome annotation compatible with HISAT
I am using a genome from NCBI will the annotation will be directly compatible with HISAT alignment , Do i need to change coordinates +1 or add chr?
rna-seq
• 1,941 views
•
link
updated
by
Biostar
380
• |
written
by
rob.costa1234
32
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to obtain gtf file for plant genomes?
written by Kumar 12I would like to perform RNA-seq analysis for a plant genome. For which I need to downloaded genome and gtf files of the plant. However, …
-
How to get 'chr' prefix hg38 reference genome
written by alan 1I download several version of hg38 from gatk or ncbi. All of them are with 'chromosome N' prefix. I need to change it to 'chr' …
-
Annotating variants using latest version fof the genome
written by prasundutta87 73Hi, I have SNP data from an array which has coordinate information from an older version of the genome (in VCF form). I want to …
-
How to convert gbk file to roary tool acceptable gff3 format?
written by Kumar 12I would like to carryout pan-genome analysis using `roary`, so I need to convert ` gbk` files to `roary` compatible ` gff/gff3` files (must have …
-
How to bring consistency for genome reference, annotation and index files?
written by Vasu 81Hi, I have genome reference, annotation files and hisat2-index from [Hisat2 website][1] Genome reference: ftp://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_27/GRCh38.p10.genome.fa.gz GENCODE gene annotation: ftp://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_27/gencode.v27.annotation.gtf.gz hisat2 index : genome_snp_tran (GRch38) from …
-
How to Run the Script for Extracting Splice Sites from the Gene Annotation File
written by LP 2Hi Biostars Community, I struggle with running the script (extract_splice_sites.py Sbicolor_313_v3.1.gene.gtf > Sbicolor_313_v3.1.splicesites.txt) for extracting the splice sites from my gene annotation file. I was …
-
Xenopus genome files for RNAseq
written by rob.costa1234 32I have a clarification of which file to use from Xenbas (laevis). From this link-http://www.xenbase.org/other/static/ftpDatafiles.jsp I think I will use primary gene models (FASTA) file …
-
Xenopus genome file
written by rob.costa1234 32Can anyone point me to a Xenopus genome file that can be used to align with Tophat/ Hisat? I genome or tools webpage do not …
-
Do we need to have separted embl files for each scaffold of the reference assembly to transfer the …
written by BioinfoNovice 11Hi, I have an annotation of a reference genome that I would like to transfer to an updated version of the reference. Actually, some scaffolds …
-
Hg19 Bed File Compatible With Gatk
written by kanwarjag 120<p>What will be the best source to download a bed file of hg19 annotation compatible with GATK. USCS browser <a href='http://genome.ucsc.edu/cgi-bin/hgTables?command=start'>http://genome.ucsc.edu/cgi-bin/hgTables?command=start</a> and Biomart can be …
You just want to align the reads to transcriptom, so you need not to change coordinates. Also, the chromosome name can be 'chr1' or '1', you can just simple use the genome fasta to get the index file by hisat. Then hisat do everything for you.