Forum: RNA Sequencing
07-11-2017, 11:04 AM
|
Replies: 4
Views: 4,235
Isn't aggregating the counts from multiple...
Isn't aggregating the counts from multiple transcripts to a single gene kinda the point of tximport? Seems like removing the duplicate gene id's is removing important information.
|
Forum: Bioinformatics
01-12-2016, 04:49 PM
|
Replies: 2
Views: 1,850
|
Forum: Bioinformatics
01-08-2016, 06:08 AM
|
Replies: 2
Views: 1,850
optimizing transcriptome assembly
Hi All,
I wanted to make sure people have seen the new Oyster River Protocol for transcriptome assembly. In brief, it’s an evidence based protocol for optimizing assembly providing...
|
Forum: RNA Sequencing
08-31-2014, 07:55 PM
|
Replies: 1
Views: 2,131
|
Forum: Bioinformatics
08-31-2014, 07:50 PM
|
Replies: 3
Views: 1,866
|
Forum: Bioinformatics
08-31-2014, 07:48 PM
|
Replies: 7
Views: 3,383
|
Forum: Bioinformatics
07-27-2014, 06:22 PM
|
Replies: 4
Views: 1,478
|
Forum: RNA Sequencing
07-27-2014, 06:19 PM
|
Replies: 4
Views: 1,802
Andor,
You should consider the quality of...
Andor,
You should consider the quality of your transcriptome assembly as, in my experience, CLC will very often do a poor job of reconstruction. For instance, how many full length transcripts do...
|
Forum: Literature Watch
03-18-2014, 04:05 AM
|
Replies: 0
Views: 2,096
|
Forum: Bioinformatics
03-17-2014, 12:24 PM
|
Replies: 4
Views: 1,610
|
Forum: Bioinformatics
07-30-2013, 01:09 PM
|
Replies: 4
Views: 2,833
|
Forum: Bioinformatics
06-19-2013, 09:51 AM
|
Replies: 3
Views: 1,215
|
Forum: Bioinformatics
06-18-2013, 08:10 PM
|
Replies: 3
Views: 4,481
|
Forum: Bioinformatics
06-18-2013, 08:04 PM
|
Replies: 3
Views: 1,215
About assembly:
Is the assembly from a...
About assembly:
Is the assembly from a single individual of 1 species?
Is there contamination?
How deep is the sequencing?
I assume this is MiSeq sequence data? What is the read quality like?
|
Forum: Bioinformatics
06-18-2013, 08:00 PM
|
Replies: 4
Views: 6,967
Also, a BioPython solution. In this case...
Also, a BioPython solution. In this case filtering my length 200nt
#!/usr/bin/python
from Bio import SeqIO
import sys
import os
#usage: python long.seq.py in.fasta out.fasta 200
|
Forum: Bioinformatics
06-18-2013, 07:48 PM
|
Replies: 10
Views: 2,748
try filtering out contigs that have a FPKM of...
try filtering out contigs that have a FPKM of less than 1, or .5. This should get rid of a large number of, likely junk, contigs. There are tools in Trinity (RSEM or eXpress) to to this.
Also,...
|
Forum: Bioinformatics
06-18-2013, 07:45 PM
|
Replies: 26
Views: 9,531
|
Forum: Literature Watch
04-24-2013, 09:34 AM
|
Replies: 0
Views: 5,491
|
Forum: Bioinformatics
08-04-2012, 11:12 AM
|
Replies: 4
Views: 4,377
have you installed bowtie?
It seems as if Trinity can't font Bowtie. Do you have it installed and in yout $PATH?
when you type 'which bowtie-build' on the command line, what does it say?
Matt
|
Forum: Bioinformatics
05-27-2012, 05:26 PM
|
Replies: 2
Views: 1,454
|
Forum: Bioinformatics
05-21-2012, 07:05 AM
|
Replies: 2
Views: 2,763
|
Forum: Sample Prep / Library Generation
05-10-2012, 06:48 AM
|
Replies: 4
Views: 6,648
|
Forum: Bioinformatics
05-04-2012, 03:25 PM
|
Replies: 7
Views: 7,931
|
Forum: Bioinformatics
05-04-2012, 03:19 PM
|
Replies: 7
Views: 7,931
|
Forum: Bioinformatics
04-09-2012, 04:16 PM
|
Replies: 9
Views: 5,444
|