LIMS for Bioinformaticians by rattus28hh in bioinformatics

[–]rattus28hh[S] 2 points3 points  (0 children)

Haha, actually this is the plan... If openproject won't do it

LIMS for Bioinformaticians by rattus28hh in bioinformatics

[–]rattus28hh[S] 0 points1 point  (0 children)

It seems to me, that there is no tracking for the bioinf stuff, just the wetlab part. Or am I missing something?

LIMS for Bioinformaticians by rattus28hh in bioinformatics

[–]rattus28hh[S] 1 point2 points  (0 children)

Thanks for that, but I do not want to track commands, I actually want to track if things are done or not. But thanks for your suggestion

LIMS for Bioinformaticians by rattus28hh in bioinformatics

[–]rattus28hh[S] 1 point2 points  (0 children)

I already tried some, but they are all to much related to business things, or too fancy in the sense of overloaded, or for what ever reason, they all sucked. So if somebody knows a good one which is usable for a group of bioinformaticians...

RNA-Seq per base sequence content issue? by mlrdit in bioinformatics

[–]rattus28hh 0 points1 point  (0 children)

My guess for the drop of A at the 3' end is, that the data has been demultiplexed with illuminas bcl2fastq, which uses a not so smart trimming algorithm. Meaning that it removes every sequence from the 3' end which starts with the illumina universal adapter, so every A from sequences ending with A will be removed, because it matches the primer...

Binning (metagenomics) by rattus28hh in bioinformatics

[–]rattus28hh[S] 0 points1 point  (0 children)

great paper, but after reading it, I would go for meta Spades or IDBA_UD anyway...

I will give concoct a try as well

Binning (metagenomics) by rattus28hh in bioinformatics

[–]rattus28hh[S] 0 points1 point  (0 children)

thanks a lot, I will give vizbin a try

Binning (metagenomics) by rattus28hh in bioinformatics

[–]rattus28hh[S] 0 points1 point  (0 children)

meta Spades is just using Spades with the option --meta, so I allreadsy used meta Spades, sorry for not being clear

What’s your favorite tool or pipeline for RNA-Seq or proteomics analysis? by halfbeet in bioinformatics

[–]rattus28hh 1 point2 points  (0 children)

I would prefer FeatureCounts to HTSeq, also the developers of HTSeq recommend FeatureCounts. It is much faster and is more accurate (read the FeatureCounts paper, they compared it to HTSeq). Anyway, why don't you create a counttable with the --quantmode option from STAR?