Conversion of GFF3 file to ptt format
Hello there,
There is a way to convert a GFF3 file to ptt format? Are there any R packages or similar?
Thanks everyone.
rna-seq
alignment
r
sequencing
next-gen
• 2,449 views
•
link
written
by
qstefano •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
how to convert beta effect size of SNP to a statistical value to be compared across tissues
written by rheab1230 •Hello 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 •Hi 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 •Hello 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 •Hello 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 OptimistHello 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 jaqx008Hello 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 •Hello 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 •Hello, 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 •Hi 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<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.