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
Neel
@neelam
Neel
Bioinformatics Beginner
Blogs
Bookmarks
Files
Fun
News
Opportunity post
Pages
Polls
ResearchLabs post
Videos
Wire posts
Tag cloud
Bioinformatics
,
fasta
,
Perl
,
NGS
,
Job
,
R
,
Convert
,
Genome
,
Learn
,
Future
,
Ubuntu
,
Linux
,
Opportunity
,
Consensus
,
VCF
,
covid
,
data
,
AI
,
Rules
,
Tools
,
BOLover
,
WalkIn
,
India
,
Alignment
,
sequence
,
Tricks
,
Bihar
,
Space
,
professor
,
multi
,
Error
,
DNA
,
BAM
,
Size
,
Keep
,
header
,
Understanding
,
Git
,
Cancer
,
Machine
,
Text
,
Scientist
,
Tutorial
,
comparative
,
String
,
blastx
,
Packages
,
Software
,
Plots
,
TBU
All site tags
Our Sponsors
Download
BioinformaticsOnline(BOL) Apps
in your chrome browser.
The Wire
Neel
Neel's wire posts
Neel
@neelam
Thread
By
Neel
2187 days ago
https:/
/
gisanddata.maps.arcgis.com/
apps/
opsdashboard/
index.html#/
bda7594740fd40299423467b48e9ecf6
#corona
#covid
-19
#virus
Neel
@neelam
Thread
By
Neel
2189 days ago
Machine learning with {tidymodels}
https:/
/
www.r-bloggers.com/
machine-learning-with-tidymodels/
#Machine
#Learn
#MachineLearning
#R
Neel
@neelam
Thread
By
Neel
2193 days ago
Building a
#consensus
sequence with
#vcf
files
https:/
/
cbc.brown.edu/
blog/
consensus-vcf/
Neel
@neelam
Thread
By
Neel
2224 days ago
Cancer poisson distribution
https:/
/
www.r-bloggers.com/
cancer-clusters-and-the-poisson-distributions/
#cancer
#poisson
Neel
@neelam
Thread
By
Neel
2228 days ago
Install Git on Ubuntu $ apt-get install git-core
#Ubuntu
#Git
#Install
Neel
@neelam
Thread
By
Neel
2236 days ago
Awk hack for bioinformatician
https:/
/
www.shellhacks.com/
awk-print-column-change-field-separator-linux-bash/
#Hack
#Bioinfo
#Bash
Neel
@neelam
Thread
By
Neel
2238 days ago
Bio-python tutorial for beginners
http:/
/
biopython.org/
DIST/
docs/
tutorial/
Tutorial.html
#Python
#Bio
#BioPython
#Tutorial
Neel
@neelam
Thread
By
Neel
2242 days ago
What is bioinformatics
#Understanding
#Bioinformatics
https:/
/
academic.oup.com/
bib/
article/
20/
6/
1981/
5066445
Neel
@neelam
Thread
By
Neel
2289 days ago
Perl onliner to add string to each of the fasta header. $ perl -p -e 's/^(>.*)$/$1-origin/g' in.fasta > out.fasta
#String
#Header
#Fasta
Neel
@neelam
Thread
By
Neel
2293 days ago
Multifasta 2 singlefasta cat toy.fasta| awk '{ if (substr($0, 1, 1)==">" {filename=(substr($0,2) ".fa")} print $0 > filename }'
#Split
#fasta
#multifasta
Neel
@neelam
Thread
By
Neel
2302 days ago
Kill the screen $ screen -X -S [session # you want to kill] quit
#Screen
#Quit
#Linux
#Session
#Remote
Neel
@neelam
Thread
By
Neel
2303 days ago
#Rename
the
#fasta
#header
and
#keep
first $ perl -ne 'if (/^(>\S+)/){print "$1\n";}else{print $_;}' realTestDATA.fa > realTestDATA_headerCorrected.fa
#Perl
Neel
@neelam
Thread
By
Neel
2332 days ago
List all files by size in Linux $ ls -l -S | sort -k 5 -n
#Linux
#Size
#List
Neel
@neelam
Thread
By
Neel
2347 days ago
Ten simple rules to create biological network figures for communication
https:/
/
journals.plos.org/
ploscompbiol/
article?id=10.1371/
journal.pcbi.1007244
#Rules
#Publication
Neel
@neelam
Thread
By
Neel
2370 days ago
Perl special variable
https:/
/
perldoc.perl.org/
perlvar.html
#Perl
#variable
« Previous
1
2
3
4
5
6
7
8
Next »