Forum: Bioinformatics
06-22-2015, 03:04 PM
|
Replies: 6
Views: 3,378
|
Forum: Bioinformatics
06-22-2015, 01:39 PM
|
Replies: 6
Views: 3,378
Checking reads for contamination
Is there a tool to check for the source of contamination in sequencing reads? I am looking for something like BLAST, but that would summarize across many reads.
For example, I have a FASTQ that is...
|
Forum: Bioinformatics
04-13-2015, 09:34 AM
|
Replies: 2
Views: 3,419
|
Forum: Bioinformatics
04-09-2015, 08:59 AM
|
Replies: 9
Views: 2,396
I used the Ensembl GFF. I also tried the NCBI...
I used the Ensembl GFF. I also tried the NCBI GFF. Similar result with both.
I use Picard CollectRnaSeqMetrics to collect the stats. It also generates graphs for normalized coverage across...
|
Forum: Bioinformatics
04-08-2015, 10:07 AM
|
Replies: 9
Views: 2,396
The kit is ScriptSeq Complete Gold Kit...
The kit is ScriptSeq Complete Gold Kit (http://www.illumina.com/products/scriptseq-epidemiology.html). It even says on the website: "choose the FR=secondstrand option". That always works fine for me....
|
Forum: Bioinformatics
04-08-2015, 08:25 AM
|
Replies: 9
Views: 2,396
I think you misunderstood my question. I am...
I think you misunderstood my question. I am familiar with the kit and I've used it for other species many times. The reads are always "reverse". Now I did bacteria and they are not "reverse".
|
Forum: Bioinformatics
04-07-2015, 02:23 PM
|
Replies: 9
Views: 2,396
stranded bacterial RNA-seq
We did a stranded RNA-seq library prep on a bacterial sample (Mycobacterium tuberculosis). When using this kit for human/mouse/fly, the correct strand is always "second" or "reverse" strand...
|
Forum: Bioinformatics
04-07-2015, 02:14 PM
|
Replies: 5
Views: 8,408
Most of the improvements are in the non-coding...
Most of the improvements are in the non-coding regions, so if you are doing exomes, you won't notice a difference.
My concern would be future-proofing. If these are your first exomes, you may as...
|
Forum: Bioinformatics
04-07-2015, 01:57 PM
|
Replies: 1
Views: 1,275
|
Forum: Bioinformatics
01-08-2015, 01:21 PM
|
Replies: 6
Views: 1,935
|
Forum: Bioinformatics
01-08-2015, 12:53 PM
|
Replies: 6
Views: 1,935
|
Forum: Bioinformatics
01-08-2015, 08:43 AM
|
Replies: 6
Views: 1,935
DESeq2 multi-factor designs
In DESeq2, you can set up a multi-factor design like:
design(dds) <- formula(~ celltype + treatment)
This would give you the differences attributable to the "treatment" while accounting for the...
|
Forum: Bioinformatics
12-09-2014, 07:51 AM
|
Replies: 11
Views: 3,691
storing raw sequences as BAMs versus FASTQs
Some sequencing facilities are storing the raw data as BAMs instead of FASTQs. Since it's faster and easier to generate FASTQs, there must be some benefit of converting to BAMs. I remember seeing...
|
Forum: Bioinformatics
09-29-2014, 10:53 AM
|
Replies: 1
Views: 1,245
|
Forum: Bioinformatics
08-25-2014, 11:57 AM
|
Replies: 7
Views: 3,240
|
Forum: Bioinformatics
08-05-2014, 03:52 PM
|
Replies: 13
Views: 5,070
To give Qiime developers some credit, they are...
To give Qiime developers some credit, they are making progress in that regard. The latest version 1.8 added join_paired_ends.py and extract_barcodes.py scripts, which is a significant step forward.
|
Forum: Bioinformatics
07-25-2014, 03:48 PM
|
Replies: 9
Views: 2,969
|
Forum: Bioinformatics
07-25-2014, 12:19 PM
|
Replies: 2
Views: 3,303
|
Forum: Bioinformatics
07-25-2014, 11:21 AM
|
Replies: 9
Views: 2,969
|
Forum: Bioinformatics
07-24-2014, 11:32 AM
|
Replies: 12
Views: 3,836
|
Forum: Bioinformatics
07-24-2014, 11:27 AM
|
Replies: 9
Views: 2,969
|
Forum: Bioinformatics
07-09-2014, 09:28 AM
|
Replies: 7
Views: 3,240
|
Forum: Bioinformatics
07-08-2014, 01:41 PM
|
Replies: 7
Views: 3,240
Improving heatmap plots
I sometimes make heatmaps for gene expression data. I proceed with the basic heatmap.2 method (based on DESeq recommendation):
heatmap.2( x, scale="row", trace="none",
dendrogram="both", Rowv=TRUE,...
|
Forum: Bioinformatics
07-01-2014, 10:41 AM
|
Replies: 3
Views: 1,147
|
Forum: Bioinformatics
06-30-2014, 01:39 PM
|
Replies: 0
Views: 1,188
TopHat --prefilter-multihits parameter
I am trying to understand TopHat's --prefilter-multihits parameter. According to the documentation:
I ran TopHat 1.4.1 (last version before 2) and 2.0.9 with just --GTF parameter on the same...
|