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
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
4296 days ago
Fine wine from sequencing!!
http:/
/
www.abc.net.au/
news/
2014-06-10/
wine-dna-mapped-to-improve-quality/
5511830
#Seq
#Wine
Jit
@jit.aber
Thread
By
Jit
4297 days ago
Count the total number of lines in a file. my $total=@{[<INFILE>]};
#Perl
#Count
#Number
#Total
#File
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
4298 days ago
Patent-free Research!!
http:/
/
www.nature.com/
nm/
journal/
v20/
n6/
full/
nm0614-564.html
#OpenSource
#Research
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
4298 days ago
Role of small microRNA in antidepression treatment!!
http:/
/
www.nature.com/
nm/
journal/
vaop/
ncurrent/
full/
nm.3582.html#methods
#miRNA
#Microarray
#qPCR
#Human
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
4298 days ago
http:/
/
phinch.org/
#Visaulisation
Jitendra Narayan
@admin
Thread
By
Jitendra Narayan
4300 days ago
Assemble short reads
http:/
/
ged.msu.edu/
angus/
tutorials/
short-read-assembly.html
#Tutorial
#ABySS
#Bacteria
#Reads
#Assembly
#Genomics
#NGS
John Parker
@parker
Thread
By
John Parker
4300 days ago
NGS analysis pipeline
http:/
/
www.egr.msu.edu/
changroup/
Protocols/
NGS%20analysis%20example%20of%20a%20pipeline.html
#Pipeline
#NGS
#Genomics
#Tutorial
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
4301 days ago
FDA Applies Genome Sequencing !!
http:/
/
www.foodsafetynews.com/
2014/
06/
fda-applies-genome-sequencing-in-outbreak-investigation/
#.U5G5zvmSych
#FoodOmics
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
4301 days ago
Small RNA Determines Sex !!
http:/
/
www.biotechniques.com/
news/
Small-RNA-Determines-Sex/
biotechniques-352151.html#.U5G2tPmSycg
#RNaOmics
#piRNA
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
4301 days ago
Sheep genome decoded!!
http:/
/
www.sciencemag.org/
content/
344/
6188/
1168.abstract
#Omics
#Seq
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
4301 days ago
Genetic sequencing traced root of MERS!!
http:/
/
time.com/
2827822/
it-looks-like-camels-actually-can-transmit-mers-to-humans/
#HealthOmics
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
4301 days ago
http:/
/
www.nbcnews.com/
health/
health-news/
boys-mysterious-infection-cured-after-dna-sequencing-n122871
#HealthOmics
Jit
@jit.aber
Thread
By
Jit
4301 days ago
Remove the blank space from a fasta file. perl -nlwe 'tr/ //d; print if length' fileName
#Delete
#Space
#Fasta
#Perl
#Oneliner
Jit
@jit.aber
Thread
By
Jit
4301 days ago
Remove N from a fasta file. Go to vi editor, type :%s/N\{25,\}//g and press enter.
#Vim
#vi
#N
#Replace
#Fasta
Jit
@jit.aber
Thread
By
Jit
4301 days ago
perl -nle 'if (/^>/) { $sl = 0; print; next } next if ($sl >= 200); $_ = substr($_, 0, 200-$sl) if ($sl + length($_) > 200); $sl += length($_); print;' file.fa >new.fa
#Perl
#Extract
#Fasta
« Previous
95
96
97
98
99
100
101
102
103
104
105
Next »