Forum: Sample Prep / Library Generation
01-10-2019, 01:42 PM
|
Replies: 0
Views: 889
Low-concentration, AT rich genome sequencing
Hi all,
Wondering what the current consensus is on recommended protocols for gDNA library prep from small concentrations (1-5ng) of an AT rich genome (Dictyostelium discoideum, ~23% GC). ...
|
Forum: Bioinformatics
05-08-2015, 04:13 PM
|
Replies: 4
Views: 2,762
|
Forum: Bioinformatics
05-07-2015, 04:51 PM
|
Replies: 4
Views: 2,762
It looks to me like you're perhaps missing a...
It looks to me like you're perhaps missing a comma after cfg.project["samples"][0]["files"]["bam"]. As a general debugging strategy, when you have massive blocks of code like that, it's often easier...
|
Forum: Bioinformatics
01-30-2014, 04:20 PM
|
Replies: 9
Views: 1,857
|
Forum: RNA Sequencing
01-15-2014, 04:59 PM
|
Replies: 0
Views: 1,062
Superscript "Stitching" low complexity fragments?
Hi all,
I have a low complexity RNA sample (think a purified pool of a single gene) that I'm trying to prepare for sequencing using the TruSeq kit, and I'm ending up with large (typically >1kb)...
|
Forum: Bioinformatics
09-27-2013, 10:03 AM
|
Replies: 1
Views: 1,098
|
Forum: Bioinformatics
09-13-2013, 11:48 AM
|
Replies: 3
Views: 4,267
This snippet of python might do the trick for...
This snippet of python might do the trick for you, for the simplest possible definition of "counting mismatches", where that's any column where it's not all identical. It assumes you have BioPython...
|
Forum: Bioinformatics
09-13-2013, 10:12 AM
|
Replies: 7
Views: 2,912
|
Forum: RNA Sequencing
06-17-2013, 03:46 PM
|
Replies: 1
Views: 2,591
It's almost certainly that way so that if you...
It's almost certainly that way so that if you write something to deal with a fpkm_tracking file, you'll always know that it has the same number of columns. The generic format is described here:...
|
Forum: Bioinformatics
06-07-2013, 12:50 PM
|
Replies: 1
Views: 2,857
Null pointer exception in Java TreeView
Hi all,
I'm trying to K-means cluster some data using Cluster 3.0, then view it using Java TreeView (assorted links to software here http://bonsai.hgc.jp/~mdehoon/software/cluster/software.htm), but...
|
Forum: RNA Sequencing
05-22-2013, 03:38 PM
|
Replies: 3
Views: 1,381
|
Forum: Bioinformatics
05-09-2013, 12:13 PM
|
Replies: 5
Views: 2,573
|
Forum: Bioinformatics
05-06-2013, 02:11 PM
|
Replies: 4
Views: 3,944
|
Forum: Bioinformatics
04-15-2013, 11:19 AM
|
Replies: 7
Views: 2,748
|
Forum: Literature Watch
02-21-2013, 06:10 PM
|
Replies: 0
Views: 1,313
|
Forum: Bioinformatics
02-18-2013, 04:00 PM
|
Replies: 7
Views: 2,410
|
Forum: Bioinformatics
02-15-2013, 11:33 AM
|
Replies: 14
Views: 2,910
Another nice thing about parallel is that it...
Another nice thing about parallel is that it makes it easy to generate filenames in an intelligent way. Say you want to convert a bunch of bam files to sam files, you can easily do:
parallel...
|
Forum: Bioinformatics
02-06-2013, 06:40 PM
|
Replies: 4
Views: 1,731
|
Forum: Bioinformatics
01-15-2013, 11:06 AM
|
Replies: 17
Views: 8,209
Sounds to me like Siva's probably got the right...
Sounds to me like Siva's probably got the right idea, but it's also worth pointing out that tophat will, by default, sort the reads in accepted_hits. You can turn this off, but if you're just going...
|
Forum: Bioinformatics
01-10-2013, 11:58 AM
|
Replies: 3
Views: 2,189
|
Forum: Bioinformatics
01-03-2013, 03:15 PM
|
Replies: 2
Views: 1,872
|
Forum: Bioinformatics
12-29-2012, 05:35 PM
|
Replies: 2
Views: 1,211
|
Forum: Bioinformatics
12-28-2012, 11:59 AM
|
Replies: 2
Views: 1,465
Read.h is a source code file (specifically, a...
Read.h is a source code file (specifically, a header file). When I download quake, there's both a "bin" directory (containing BINary executables), and a "src" directory, which is where Read.h is. ...
|
Forum: Bioinformatics
12-26-2012, 02:54 PM
|
Replies: 1
Views: 1,390
|
Forum: Bioinformatics
12-13-2012, 04:05 PM
|
Replies: 2
Views: 1,358
|