BOL
Log in
Username or email
Password
Remember me
Register
Lost password
Activity
News
Opportunity
ResearchLabs
Questions
Pages
Discussion
More
BioScripts
Blogs
Bookmarks
Files
Fun
Polls
The Wire
Videos
Our Sponsors
Download
BioinformaticsOnline(BOL) Apps
in your chrome browser.
The Wire
#SAM
Wire posts tagged with 'SAM'
Jit
@jit.aber
Thread
By
Jit
2699 days ago
Get the secondary hists reads count from SAM awk '{ print $2 }' out.sam| grep "2048" | wc -l
#SAM
#BAM
#Secondary
#Hits
Abhimanyu Singh
@abhimanyu
Thread
By
Abhimanyu Singh
2703 days ago
https:/
/
broadinstitute.github.io/
picard/
explain-flags.html
What does the SAM flags means
#SAM
#Flag
Jit
@jit.aber
Thread
By
Jit
2846 days ago
Ribbon genomics
http:/
/
genomeribbon.com/
#Visualization
#Ribbon
#Graph
#Genome
#BAM
#SAM
#Mummer
Jit
@jit.aber
Thread
By
Jit
3070 days ago
Bioinformatics tutorial
https:/
/
jasonjwilliamsny.github.io/
wrangling-genomics/
01-automating_a_workflow.html
#Workflow
#Tutorial
#BAM
#SAM
#SNP
Jit
@jit.aber
Thread
By
Jit
3482 days ago
Convert a SAM file to tab-delimited alignment coordinates
https:/
/
gist.github.com/
sjackman/
7016520
#SAM
#BAM
#Convert
#Tab
Jit
@jit.aber
Thread
By
Jit
3483 days ago
SAM flags
https:/
/
broadinstitute.github.io/
picard/
explain-flags.html
#SAM
#Flags
Jit
@jit.aber
Thread
By
Jit
3483 days ago
SAM and BAM handling with Perl
http:/
/
search.cpan.org/
~lds/
Bio-SamTools/
lib/
Bio/
DB/
Sam.pm
# Perl
#SAM
#BAM
Jit
@jit.aber
Thread
By
Jit
3489 days ago
Understanding and manipulating SAM/BAM alignment files
http:/
/
homer.salk.edu/
homer/
basicTutorial/
samfiles.html
#SAM
#BAM
#File
#Explain
Jit
@jit.aber
Thread
By
Jit
3710 days ago
Plot the coverage in R
http:/
/
cnr.lwlss.net/
SeqCoverage/
#BAM
#SAM
#R
#NGS
#Plot
Jit
@jit.aber
Thread
By
Jit
3728 days ago
Extract reference nucleotide from BAM file: samtools view your.bam | awk '{print substr( $10, 100, 1)}'
#SAM
#BAM
#Samtools
#Tricks
#NGS
Jit
@jit.aber
Thread
By
Jit
4497 days ago
Extract list of read ID from bam file: samtools view mbi.sorted.bam |perl -ne '/ID/ && print' > extractedID.sam
#Extract
#Ids
#SAM
#BAM
#NGS