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
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
3428 days ago
Coverage R Plot
http:/
/
davetang.org/
muse/
2013/
09/
07/
creating-a-coverage-plot-in-r/
#R
#Plot
#Genome
#Image
#NGS
#BAM
Jit
@jit.aber
Thread
By
Jit
3442 days ago
exfat on ubuntu $ sudo apt-get install exfat-utils exfat-fuse
#exfat
#ubuntu
#mount
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
3446 days ago
Identify and Remove Outlier Samples!!
https:/
/
labs.genetics.ucla.edu/
horvath/
CoexpressionNetwork/
HumanBrainTranscriptome/
Identification%20and%20Removal%20of%20Outlier%20Samples%20-%20Illumina.pdf
#Re
Jit
@jit.aber
Thread
By
Jit
3447 days ago
Forest plot
https:/
/
cran.r-project.org/
web/
packages/
forestplot/
vignettes/
forestplot.html
#R
#Forest
#Plot
#Example
#Explanation
#PrettyPlot
Rahul Agarwal
@raag
Thread
2 likes
Jit
@jit.aber
Jit
liked this
3447 days ago
Anjana
@anjana
Anjana
liked this
3447 days ago
By
Rahul Agarwal
3447 days ago
http:/
/
www.biorxiv.org/
content/
early/
2016/
10/
05/
079301
#omics
#genetics
#sequencing
#animal
Jit
@jit.aber
Thread
By
Jit
3448 days ago
R pretty scripts
http:/
/
www.ncss.com/
software/
ncss/
ncss-plots-and-graphs/
#R
#Script
#Plot
#Idea
#Graph
Jit
@jit.aber
Thread
By
Jit
3449 days ago
A perl script for mapping fasta formated sequences to multiple reference sequences using one of several alignment programs.
http:/
/
seq.crg.es/
download/
software/
Miro/
doc/
run_Mapping.html
#Perl
#Script
Abhimanyu Singh
@abhimanyu
Thread
By
Abhimanyu Singh
3449 days ago
Useful perl script
http:/
/
homepages.ulb.ac.be/
~dgonze/
SCRIPTS/
scripts.html
#Perl
#Script
#Resource
Neel
@neelam
Thread
By
Neel
3450 days ago
https:/
/
github.com/
gokceneraslan/
awesome-deepbio
#DeepLearning
#Bioinformatics
#DeepBio
Jit
@jit.aber
Thread
By
Jit
3460 days ago
Split the text file with line number in Linux: wc -l abc.txt and then: split -l 60000 abc.txt
#Split
#Break
#Line
#Ubuntu
#Linux
#Tricks
Abhi
@abhinav
Thread
By
Abhi
3463 days ago
Bioinformatics trainee needed at Kalyani
http:/
/
www.klyuniv.ac.in/
upload/
employment/
AdvtBIFCentre_9.9.2016.pdf
#Trainee
#Kaluani
Jit
@jit.aber
Thread
By
Jit
3467 days ago
Number of thread in Linux: echo $(( `ps axms | wc -l` - 1))
#Thread
#Info
#Linux
Radha Agarkar
@radhaagarkar
Thread
By
Radha Agarkar
3467 days ago
Extract sequence by using Ids file (assuming one ids in a line): perl -ne 'if(/^>(\S+)/){$c=$i{$1}}$c?print:chomp;$i{$_}=1 if
@ARGV
' ids.file fasta.file
#PerlTricks
#PerlOneliner
#Perl
#Extract
#Ids
#
Radha Agarkar
@radhaagarkar
Thread
By
Radha Agarkar
3467 days ago
Extract fasta sequence by Ids: perl -ne 'if(/^>(\S+)/){$c=grep{/^$1$/}qw(id1 id2)}print if $c' fasta.file
#Perl
#PerlOneliner
#PerlTrick
#Extract
#Ids
#Fasta
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
3468 days ago
Rename the fasta name perl -ane 'if(/\>/){$a++;
@foo
= split /\s+/;$_ = join '_',
@foo
; print "$_\n"}else{print;}' your.fasta > new.fa
#PerlTrick
#PerlOneliner
#Perl
« Previous
56
57
58
59
60
61
62
63
64
65
66
Next »