non coding rna in hordeum
hello, I have RNA-seq results and I have sequences mapped to reference genome Hordeum vulgare. I would like to find a non coding RNA, which program I can use?
hordeum
incrna
rna
• 1,482 views
•
link
updated
by
dthorbur
•
written
by
martta95 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Plant transcriptome analysis and annotation
written by martta95 •When mapping RNA-Seq results to the reference genome using Stringtie, I find many new transcripts that match the reference genome perfectly but have a longer …
-
Protein annotation, gene annotation, hordeum vulgare RNA-Seq
written by martta95 •Hello, I have list of transcript mapped to Hordeum vulgare genome, e.g., HORVU.MOREX.r2.UnG0628590.1 HORVU.MOREX.r2.5HG0361000.1 HORVU.MOREX.r2.UnG0628880.1 I would like to add annotation about protein function and …
-
KEGG adnotation
written by martta95 •Hello, I have hordeum vulgare addnotation eg. HORVU.MOREX.r2.UnG0628590.1 and I have GO addnotation. What tools I can use to prepare KEGG adnotation and vizualization my …
-
Gene ontology hordeum vulgare transcripts
written by martta95 •Hello, I have hordeum vulgare addnotation: HORVU.MOREX.r2.UnG0628590.1 HORVU.MOREX.r2.5HG0361000.1 HORVU.MOREX.r2.UnG0628880.1 I would like to search GO and uniprot number and name for my genes. Which tools …
-
Hordeum vulgare transcripts addnotation
written by martta95 •Hello, I have list of transcript mapped to Hordeum vulgare genome, e.g., HORVU.MOREX.r2.UnG0628590.1 HORVU.MOREX.r2.5HG0361000.1 HORVU.MOREX.r2.UnG0628880.1 I would like to add annotation about gene function and …
-
Hordeum genes annotation
written by martta95 •Hello, I have list of transcript mapped to Hordeum vulgare genome, eg: HORVU.MOREX.r2.UnG0628590.1 HORVU.MOREX.r2.5HG0361000.1 HORVU.MOREX.r2.UnG0628880.1 HORVU.MOREX.r2.UnG0634500.1 HORVU.MOREX.r2.UnG0633590.1 HORVU.MOREX.r2.6HG0466780.1 HORVU.MOREX.r2.UnG0635240.1 HORVU.MOREX.r2.UnG0634160.1 HORVU.MOREX.r2.UnG0634110.1 HORVU.MOREX.r2.1HG0022820.1 HORVU.MOREX.r2.UnG0628630.1 HORVU.MOREX.r2.2HG0159250.1 HORVU.MOREX.r2.7HG0559940.1 …
-
Regarding Barley genome
written by umeshtanwar2 •Hi all, I have recently started working with Barley (Hordeum vulgare) plant - Cultivar Golden Promise. I am interested in some genes and I got …
-
Get CDS from consensus genome assembly
written by YocelynGG •Hello!! I'm trying to get the coding sequences from several reference-genome assemblies. The reference-genome assemblies were obtained wit: GATK, samtools mpileup, bcftools, vcfutils.pl and seqtk. …
-
RNA-Seq and WGS analysis applied in genes expression
written by misterieHello, I need to find some publications about an analysis of the diversity of gene expression based on WGS and RNA-Seq. I would like to …
-
how to converting hordeum vulgare gene IDs (e.g. HORVU1Hr1G001920.3) to NCBI gene IDs?
written by arashzalnori •hello. I have 6000 transcript IDs from hordeum vulgare which start with HORVU (like HORVU0Hr1G000390.11) plus sequences and i'm attempting to GO enrichment analysis, but …
Are you looking for a specific RNA? If so you will need an annotation for this genome and then you can get the number of reads that map to each transcript.
If you would like to identify new ncRNAs then you might need to choose a different tool depending on the type of ncRNA
I'm not looking for a genome I'm looking to find non-coding RNA in my RNA-Seq results
Yes, I know haha I think you may be looking to see existing annotated ncRNAs. You can find them in a genome annotation which essentially is a file that details where features, such as non coding RNAs, are encoded in the genome. I can see from the similar posts section that GenoMax already showed you how to get an annotation on a similar question in the past.
Once you have an annotation you should consider a tool like RSEM to quantify annotated transcripts
You could also do a de novo transcriptome assembly of RNA not in the existing annotations using StringTie. It would be up to you to determine whether these additional transcripts are non-coding or not.