Forum: Bioinformatics
09-19-2014, 07:30 AM
|
Replies: 18
Views: 97,002
|
Forum: RNA Sequencing
07-15-2014, 10:18 AM
|
Replies: 14
Views: 37,839
|
Forum: Bioinformatics
06-30-2014, 01:33 PM
|
Replies: 0
Views: 1,075
Determine ERCC presence
My one-liner of the day:
Is there ERCC spiked into my sample?
fastq-mcf n/a -l 30 $fq1 | zhead -n 100000 | bowtie -p 4 -S -m 1 --best --strata ercc92.fa - 2>&1 > /dev/null | perl -ne...
|
Forum: RNA Sequencing
06-24-2014, 02:05 PM
|
Replies: 14
Views: 37,839
|
Forum: RNA Sequencing
06-23-2014, 08:10 AM
|
Replies: 14
Views: 37,839
|
Forum: Bioinformatics
05-21-2014, 08:08 AM
|
Replies: 44
Views: 32,238
Or you may need to remove adaptors at the tails...
Or you may need to remove adaptors at the tails of your reads, esp if you sequenced a long read length, while keeping the Illumina fragmentation default of only 165bp. Fragment to 165, sequence at...
|
Forum: Bioinformatics
04-21-2014, 12:36 PM
|
Replies: 13
Views: 7,006
|
Forum: Bioinformatics
04-17-2014, 12:35 PM
|
Replies: 13
Views: 11,016
|
Forum: Bioinformatics
02-27-2014, 10:10 AM
|
Replies: 7
Views: 16,787
|
Forum: Bioinformatics
02-18-2014, 07:40 AM
|
Replies: 7
Views: 16,787
|
Forum: Illumina/Solexa
10-03-2013, 06:40 AM
|
Replies: 1
Views: 2,132
I use this:
...
I use this:
https://code.google.com/p/ea-utils/source/browse/trunk/clipper/contig-stats
which is more thorough.
What info do you want per contig, I can add it:
id,length, gc percent, .......
|
Forum: Bioinformatics
09-16-2013, 12:06 PM
|
Replies: 18
Views: 97,002
|
Forum: Bioinformatics
06-13-2013, 06:19 AM
|
Replies: 10
Views: 10,084
|
Forum: Bioinformatics
06-07-2013, 09:25 PM
|
Replies: 29
Views: 22,231
|
Forum: Bioinformatics
06-07-2013, 09:25 PM
|
Replies: 18
Views: 97,002
|
Forum: Bioinformatics
06-04-2013, 10:54 AM
|
Replies: 17
Views: 17,216
|
Forum: Bioinformatics
05-20-2013, 10:17 AM
|
Replies: 7
Views: 9,476
I meant as extra columns for edgeR, not as a...
I meant as extra columns for edgeR, not as a "leading gene thing". Stuff like a normalized mean and variability for each group. I've taken to moderating edgeR's results by removing results where...
|
Forum: RNA Sequencing
05-17-2013, 02:26 PM
|
Replies: 5
Views: 2,790
|
Forum: RNA Sequencing
05-17-2013, 06:05 AM
|
Replies: 5
Views: 2,790
|
Forum: Bioinformatics
05-01-2013, 08:24 AM
|
Replies: 36
Views: 20,174
Yep. They are synonyms, and are used...
Yep. They are synonyms, and are used inconsistently.
Personally, I say "clip", when I mean "looking for adapters or other sequences and removing them off the ends of reads", and "trim" when I...
|
Forum: Bioinformatics
04-29-2013, 07:24 AM
|
Replies: 17
Views: 17,216
|
Forum: Bioinformatics
04-18-2013, 07:09 AM
|
Replies: 13
Views: 5,996
integers
edgeR expects integers, but many programs use estimation functions to improve transcript counts... ie: non integers. So you need to round.
|
Forum: Bioinformatics
11-26-2012, 08:51 AM
|
Replies: 7
Views: 9,476
It *might* be informative to show a summary of...
It *might* be informative to show a summary of original expression values and variability per group - just so you can see if edgeR's being silly and might need some tweaking ... (like when expression...
|
Forum: The Pipeline
11-09-2012, 09:56 AM
|
Replies: 80
Views: 239,991
|
Forum: Bioinformatics
09-13-2012, 01:11 PM
|
Replies: 1
Views: 3,116
|