getting miRBase microRNAs gff Aspergillus fumigatus
2
0
Entering edit mode
7.7 years ago
zizigolu ★ 4.3k

hi,

I am performing differential expression of pathogen fungi Aspergillus fumigatus miRNAs in response to human blood infection.

first I trimmed adapters, then mapped trimmed fastq against whole genome fasta of Aspergillus fumigatus by bowtie2 now I am going to extract read count by htseq-count then i need miRBase microRNAs gff for Aspergillus fumigatus but after too much googling I did not find. do you know what can I do please? where I can find miRBase microRNAs gff or Aspergillus fumigatus or can I Aspergillus fumigatus gf3 from enseble neglecting I am working with miRNA????

thank you

RNA-Seq miRNA • 1.7k views
ADD COMMENT
1
Entering edit mode
7.7 years ago
zizigolu ★ 4.3k

I should download Aspergillus_fumigatus.CADRE.32.gff3 from ensembl but it contains not only miRNA but also CDS and exons then how I can extract miRNA from this file?

ADD COMMENT
2
Entering edit mode

You want to extract just miRNA coordinates

awk -F "\t"  '$3 == "miRNA"{print}' gff >out_miRNA

But the strange thing is biotype of these miRNA are protein coding. miRNAs are non coding right ?

ADD REPLY
0
Entering edit mode

thank you I am performing DE for miRNAs then after providing bam file by bowtie2 I need a gff to extract read counts which should be unique miRNAs, am I wrong please???

ADD REPLY
0
Entering edit mode

then no need to seperate miRNA coordinates. you can use complete gff to get the readcount using stringtie(faster than latter) or cufflinks. each instances of miRNA in the gff are unique

ADD REPLY
0
Entering edit mode

thank you

may please tell me what should this code in R

awk -F "\t" '$3 == "miRNA"{print}' gff >out_miRNA

ADD REPLY
1
Entering edit mode
7.7 years ago
robm9119 ▴ 180

I don't think Aspergillus fumigatus is in the miRBase database:

ftp://mirbase.org/pub/mirbase/CURRENT/genomes/

ADD COMMENT
0
Entering edit mode

yes I know then what can I do??

ADD REPLY

Login before adding your answer.

Traffic: 2333 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6