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
Tag cloud
Genome
,
Bioinformatics
,
R
,
Perl
,
NGS
,
Linux
,
Assembly
,
FASTA
,
Tutorial
,
Learn
,
Omics
,
WalkIn
,
Genomics
,
Plot
,
Tools
,
Seq
,
Bioinfo
,
Python
,
Jobs
,
Data
,
Alignment
,
Evolution
,
Reads
,
Job
,
Analysis
,
India
,
Convert
,
Chromosome
,
BAM
,
Sequence
,
SNP
,
Extract
,
Oneliner
,
Research
,
Bash
,
Tricks
,
Algorithms
,
AI
,
Tipsoftheday
,
Script
,
Remove
,
Scripts
,
Future
,
Online
,
Protein
,
PacBio
,
Blast
,
Opportunity
,
BOLover
,
Ubuntu
All site tags
Our Sponsors
Download
BioinformaticsOnline(BOL) Apps
in your chrome browser.
The Wire
All wire posts
Jit
@jit.aber
Thread
By
Jit
3695 days ago
Extract reference nucleotide from BAM file: samtools view your.bam | awk '{print substr( $10, 100, 1)}'
#SAM
#BAM
#Samtools
#Tricks
#NGS
Poonam Mahapatra
@poonam
Thread
By
Poonam Mahapatra
3696 days ago
#Extract
#Chromosome
#Number
And Start Position
#Reads
: samtools view bamfile.bam|awk '{print $3 "\t" $4 "\t" $4+length($10)-1}' > newfile.tab
Jit
@jit.aber
Thread
By
Jit
3698 days ago
#NGS
basics
http:/
/
deeptools.readthedocs.io/
en/
latest/
content/
help_glossary.html
#Tutorial
#Help
Jit
@jit.aber
Thread
By
Jit
3698 days ago
Check if BAM file is sorted or not use: for F in `find . -name "*.bam"`; do echo $F; samtools index ${F} ; done
#Sort
#BAM
#Trick
Poonam Mahapatra
@poonam
Thread
By
Poonam Mahapatra
3701 days ago
#Extract
all
#Reads
from
#BAM
file for a
#region
Chr10:18000-45500 using
#samtools
: samtools view input.bam "Chr10:18000-45500" > output.bam
Jit
@jit.aber
Thread
By
Jit
3701 days ago
#Network
#Visualization
in
#R
#Tutorial
http:/
/
kateto.net/
network-visualization
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
3702 days ago
#Extract
#tabbed
info from
#BAM
file with samtools: samtools view test.bam|awk '{print $1 "\t" $2 "\t" $3 "\t" $4 "\t" $4+length($10)-1}' > file.xls
Neel
@neelam
Thread
By
Neel
3708 days ago
#Training
in High-Throughput
#Sequencing
: Common
#Guidelines
to Enable
#Material
Sharing, Dissemination, and Reusability
http:/
/
journals.plos.org/
ploscompbiol/
article?id=10.1371/
journal.pcbi.1004937
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
3710 days ago
Grep all the processor in Linux system $ grep "^processor" /proc/cpuinfo | tail -n 1 | awk '{print $3}'
#Grep
#OS
#Linux
#Processor
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
3710 days ago
Update NCBI BLAST database in your local Linux system $ update_blastdb --passive --decompress nr nt
#BLAST
#Updates
#NT
#NR
#Linux
Abhi
@abhinav
Thread
By
Abhi
3710 days ago
Bioinformatics studentship and traineeship at
http:/
/
www.pondiuni.edu.in/
sites/
default/
files/
career-bioinformts-Studentship_130616.pdf
#PU
#India
#Studentship
Jit
@jit.aber
Thread
By
Jit
3715 days ago
This is the
#repository
of the
#Genomics
Core High Performance Computing for Genomics
#workshop
.
https:/
/
github.com/
GenomicsCoreLeuven/
vsc_ngs_workshop
Abhi
@abhinav
Thread
By
Abhi
3716 days ago
#Tinker
With a
#Neural
Network Right Here in Your
#Browser
. Promise.
http:/
/
playground.tensorflow.org
Jit
@jit.aber
Thread
By
Jit
3717 days ago
The
#bacterial
#DnaA
-trio
#replication
origin element specifies single-stranded DNA initiator
#binding
http:/
/
www.nature.com/
nature/
journal/
vaop/
ncurrent/
full/
nature17962.html
Jit
@jit.aber
Thread
By
Jit
3723 days ago
polar histogram: pretty and useful
http:/
/
www.r-bloggers.com/
polar-histogram-pretty-and-useful/
#R
#Plot
#Histogram
« Previous
60
61
62
63
64
65
66
67
68
69
70
Next »