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
#Sequences
Wire posts tagged with 'Sequences'
Jit
@jit.aber
Thread
By
Jit
2416 days ago
DSP analysis of DNA sequences
http:/
/
www.bioprotection.org/
articles/
DNA-37.pdf
#DSP
#DNA
#Analysis
#Sequences
#Scoring
Jit
@jit.aber
Thread
By
Jit
2726 days ago
Extract sequence by ids $ xargs samtools faidx Adineta_vaga.v2.pep.fa < AlienIds > allAlienSeq.fa
#Extract
#Ids
#Sequences
Jit
@jit.aber
Thread
By
Jit
2803 days ago
#Mappy
provides a convenient
#interface
to
#minimap2
, a fast and accurate
#C
program to
#align
#genomic
and transcribe nucleotide
#sequences
.
https:/
/
pypi.org/
project/
mappy/
Poonam Mahapatra
@poonam
Thread
By
Poonam Mahapatra
2972 days ago
https:/
/
www.ncbi.nlm.nih.gov/
Class/
NAWBIS/
Modules/
Phylogenetics/
phylo12.html
#P
-distance
#Distance
#Calculation
#Sequences
#Align
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
3921 days ago
Extract sequences by their ID from a fasta file. perl -ne 'if(/^>(\S+)/){$c=$i{$1}}$c?print:chomp;$i{$_}=1 if
@ARGV
' ids.txt sample1.fa
#Extract
#Sequences
#IDs
#Fasta
#Perl
#Trick
#Oneliner