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,935 views
•
link
updated
by
Biostar
•
written
by
rob.costa1234
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 KumarI 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 •I 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 prasundutta87Hi, 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 KumarI 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 VasuHi, 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 •Hi 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.costa1234I 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.costa1234Can 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 BioinfoNoviceHi, 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<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.