Forum: RNA Sequencing
Today, 03:39 AM
|
Replies: 1
Views: 98
|
Forum: Bioinformatics
Yesterday, 05:26 AM
|
Replies: 1
Views: 65
|
Forum: Illumina/Solexa
04-23-2018, 02:56 PM
|
Replies: 7
Views: 776
|
Forum: Bioinformatics
04-23-2018, 03:48 AM
|
Replies: 632
Views: 117,690
Consider...
Consider http://seqanswers.com/forums/showthread.php?p=214346 (posts 204-206). BBMap does not seem to report ALL alignments in output file. @Brian may seen this and comment.
|
Forum: Illumina/Solexa
04-21-2018, 01:15 PM
|
Replies: 4
Views: 324
|
Forum: Illumina/Solexa
04-20-2018, 07:27 AM
|
Replies: 5
Views: 343
|
Forum: Illumina/Solexa
04-19-2018, 05:00 PM
|
Replies: 5
Views: 343
You can't eyeball millions of reads. Use a...
You can't eyeball millions of reads. Use a program like bbduk (guide (https://jgi.doe.gov/data-and-tools/bbtools/bb-tools-user-guide/bbduk-guide/)) and scan your files. If your data has no adapter...
|
Forum: Illumina/Solexa
04-19-2018, 06:47 AM
|
Replies: 2
Views: 111
|
Forum: Bioinformatics
04-19-2018, 04:19 AM
|
Replies: 3
Views: 185
Use mosdepth ...
Use mosdepth (https://github.com/brentp/mosdepth)and option --by 10000.
You can also use deepTools (https://deeptools.readthedocs.io/en/develop/)and option multiBamSummary bins.
|
Forum: Bioinformatics
04-18-2018, 12:12 PM
|
Replies: 632
Views: 117,690
We had a discussion...
We had a discussion (https://www.biostars.org/p/302867/) about what the x:y coordinates mean on Biostars.
Short take home from poster of that thread was:
|
Forum: Bioinformatics
04-17-2018, 11:07 AM
|
Replies: 1
Views: 114
|
Forum: Metagenomics
04-17-2018, 03:50 AM
|
Replies: 13
Views: 657
|
Forum: Bioinformatics
04-13-2018, 08:10 AM
|
Replies: 1
Views: 328
|
Forum: Bioinformatics
04-12-2018, 03:43 AM
|
Replies: 1
Views: 273
|
Forum: Bioinformatics
04-12-2018, 03:40 AM
|
Replies: 1
Views: 231
|
Forum: Bioinformatics
04-12-2018, 03:38 AM
|
Replies: 632
Views: 117,690
Since you are using ambig=all you are going to...
Since you are using ambig=all you are going to get multi-mappers with their MAPQ being set to a small value (3). You could post filter your sam file or set ambig=toss (or ambig=random/best to get...
|
Forum: Bioinformatics
04-12-2018, 03:29 AM
|
Replies: 118
Views: 41,606
|
Forum: RNA Sequencing
04-10-2018, 01:58 PM
|
Replies: 2
Views: 1,305
|
Forum: Bioinformatics
04-10-2018, 01:53 PM
|
Replies: 1
Views: 230
|
Forum: Bioinformatics
04-10-2018, 01:50 PM
|
Replies: 7
Views: 554
|
Forum: Bioinformatics
04-10-2018, 05:10 AM
|
Replies: 7
Views: 554
|
Forum: Bioinformatics
04-09-2018, 11:54 AM
|
Replies: 632
Views: 117,690
|
Forum: Bioinformatics
04-09-2018, 11:41 AM
|
Replies: 632
Views: 117,690
|
Forum: Bioinformatics
04-08-2018, 01:57 PM
|
Replies: 2
Views: 311
Normally yes.
I suggest that you use use...
Normally yes.
I suggest that you use use "repair.sh" from BBMap suite (https://jgi.doe.gov/data-and-tools/bbtools/bb-tools-user-guide/repair-guide/) to re-pair the reads and remove singletons to a...
|
Forum: Bioinformatics
04-07-2018, 06:20 AM
|
Replies: 632
Views: 117,690
Index the genome independently by doing
...
Index the genome independently by doing
bbmap.sh ref=your_genome.fa
This will produce the index in the local directory. There will be a top level "ref" directory with several things in it....
|