ncRNA incluidng lincRNA analysis
3
2
Entering edit mode
9.5 years ago
kanwarjag ★ 1.2k

What is the best (options) for analyzing a Illumina Seq data for ncRNA including lincRNA. Is there a standard work flow?

Thanks

ncRNA lincRNA • 3.3k views
ADD COMMENT
0
Entering edit mode

Depends on the organism. For human/mouse/etc. there are some OK annotations via lncRNAdb, Ensembl, etc. that you could start with.

ADD REPLY
0
Entering edit mode

It is human I can use Broad database. I am more concerned about how I can reach at a final list of differential list of ncRNA.

ADD REPLY
0
Entering edit mode

do you mean differential expression, or just the list which is detected in one but not in other ?

ADD REPLY
0
Entering edit mode

Yes present in one samples.but not in other

ADD REPLY
0
Entering edit mode

In this case , run the pipeline shown

http://www.biomedcentral.com/1471-2105/13/331/figure/F1

then see which transcript you find in one sample but not in others

ADD REPLY
3
Entering edit mode
9.5 years ago
Manvendra Singh ★ 2.2k

If you are looking for novel lncRNA, then here is nice pipeline , they use RABT assembly, and the cufcompare, and then they run lncRscan script on the outputs.

http://www.biomedcentral.com/1471-2105/13/331/figure/F1

from the study

http://www.biomedcentral.com/1471-2105/13/331

If not, then just map your reads, TopHat or STAR, then run cufflinks providing lncRNA or ncRNA GTF file (http://www.gencodegenes.org/releases/19.html)

then do some filtering, FPKM thresholds, or length thresholds.

HTH

ADD COMMENT
1
Entering edit mode
9.5 years ago
Chirag Nepal ★ 2.4k

There are some methods paper.

However you could always start like

  1. Map your reads to genome and do de-novo transcript assembly to identify novel ncRNA (small and long).
  2. Do read counts to see which are (highly) expressed. Get differentially regulated genes.
  3. Do analysis on genomic location, overlap coding genes, sequence conservation, secondary structure, syntenty conservation.
  4. Check how many coding genes have processed small RNAs, in promoter, CDS and UTRs,
  5. Check how the ends of ncRNAs are processed, look for some reads if they map in some particular way towards their 5'-3'-ends.
ADD COMMENT
0
Entering edit mode
9.4 years ago
f0e45afb • 0

Hi,

I wrote a similar pipeline which also categorizes lncRNAs into different classes. Take a look: http://git.io/SaFh1g

ADD COMMENT

Login before adding your answer.

Traffic: 2714 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