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
LEGE
@lege
LEGE
Blogs
Bookmarks
Files
Fun
News
Opportunity post
Pages
Polls
ResearchLabs post
Videos
Wire posts
Tag cloud
Draw
,
Ten
,
rules
,
projects
,
Estimate
,
insert
,
size
,
AI
,
DeepLearn
,
Multi
,
Single
,
Convert
,
awk
,
Evaluate
,
Mapping
,
SNP
,
MCMC
,
Simulation
,
A
,
Snakemake
,
count
,
fasta
,
oneliner
,
Africa
,
Hackthon
,
msDBG
,
Assembly
,
Genome
,
postdoc
,
Learn
,
Python
,
Bioinformatics
,
Expression
,
RNASeq
,
NGS
,
Mummer
,
Circos
,
Plot
,
Circular
,
Plots
,
Idea
,
Shiny
,
Learning
,
ANOVA
,
NCBI
,
taxonomy
,
classification
,
uninstall
,
phonelink
All site tags
Our Sponsors
Download
BioinformaticsOnline(BOL) Apps
in your chrome browser.
The Wire
LEGE
LEGE's wire posts
LEGE
@lege
Thread
By
LEGE
2293 days ago
Deep_learning course
https:/
/
www.slideshare.net/
TessFerrandez/
notes-from-coursera-deep-learning-courses-by-andrew-ng
#AI
#DeepLearn
LEGE
@lege
Thread
By
LEGE
2293 days ago
Multiline to singleline covert. $ awk '/^>/ {printf("%s%s\t",(N>0?"\n":""),$0);N++;next;} {printf("%s",$0);} END {printf("\n");}' < input.fa
#Multi
#Single
#Convert
#awk
LEGE
@lege
Thread
By
LEGE
2293 days ago
#Estimate
the
#insert
#size
with mapped reads $ head -10000 mappings.sam | awk '{ if ($9 > 0) { N+=1; S+=$9; S2+=$9*$9 }} END { M=S/N; print "n="N", mean="M", stdev="sqrt ((S2-M*M*N)/(N-1))}'
LEGE
@lege
Thread
By
LEGE
2358 days ago
#Ten
simple
#rules
for helping newcomers become contributors to open
#projects
https:/
/
journals.plos.org/
ploscompbiol/
article?id=10.1371/
journal.pcbi.1007296
« Previous
1
2
Next »