More posts like this
-
how to convert beta effect size of SNP to a statistical value to be compared across tissues
written by rheab1230 15Hello everyone, I want to use beta effect size of SNP across tissue for a comparison to see the shared ones. I want to use …
-
Convert gff3 (or .out file) in RepeatMasker into tbl format
written by katak 0Hi there, Is there a way to convert the gff3 (or possibly .out file also) to tbl format provided in RepeatMasker?
-
get original symbol for a non model organism
written by mjavad2012 1Hello Everyone, I have a new annotated genome and its annotation gff3 file and need to get original gene name or symbols. Is there any …
-
KGML to SVG
written by restonpiston 7Hello everyone! I was trying to improve my pipeline and I was wondering if there is any tool convert KGML tools into SVG files or …
-
How to generate Protein Table file ( .ptt ) and RNA table file ( .rnt ) from a nucleotide fasta fi…
written by Optimist 19Hello Biostar community I need your help and inputs in generating Protein Table file ( .ptt ) and RNA table file ( .rnt ) from …
-
Can I make GFF3 from either GFF or genome fasta file?
written by jaqx008 12Hello all, I am trying to create a densitymap for a TE.bed file I have. I am using chicken-repeats.inra.fr densitymap GUI ( I dont know …
-
Removing CDS from my bam file plot
written by erincyurtman 0Hello everyone, I just plotted my bam file by using GenomeAxisTrack(),IdeogramTrack(),GeneRegionTrack() and DataTrack() functions in R. However I cannot find out the way which I …
-
How do I make a .rnt file for EDGE-pro. What is it, and can it be made from a .gbk file?
written by hr.andreaskjaer 2Hello, I am working on a transcriptomics experiment. It is for a bacterial genome, that has no .rnt or .ptt file made for it. EDGE-pro …
-
How can I convert GFF3 to GFF file using rtracklayer package?
written by gustavoborin01 9Hi everyone. I'm trying to convert a GFF3 annotation file to GFF format, using the command lines below on rtracklayer package, but I'm not successfull. …
-
Convert Xml Alignment To Aln Format
written by Nitin 17<p>Hello,</p> <p>Can anybody tell Is there any way or tool which takes sequence alignment file which is in xml format and convert it to .aln …
if you have a possibility to obtain gbk or gb (not gff3), then use the following script: https://github.com/sgivan/gb2ptt or so: perl GBKtoPTT.pl < [yourgbkfile.gbk] > [yourdesiredoutputfile.ptt]
I've read something about that. There's a way to download automatically ptt file by acession ID? Or eventually gbk?
actually i don't know, but when i had the same problem, i downloaded the genome in .gbk and converted it to .ptt using the script i mentioned.
I've noticed that using .gbff (modern version of gbk) the script works anyway.