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
Groups
Polls
The Wire
Tryst
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
Jit
@jit.aber
Thread
By
Jit
1970 days ago
https:/
/
github.com/
crazyhottommy/
getting-started-with-genomics-tools-and-resources/
blob/
master/
Next%20Generation%20Sequencing%20spreadsheet%20-%20T.tsv
#NGS
#CheatSheet
Jit
@jit.aber
Thread
By
Jit
1972 days ago
#BlobToolKit
can be used during
#assembly
to filter non-target DNA, helping researchers produce assemblies with high biological credibility.
https:/
/
blobtoolkit.genomehubs.org/
view
#Genome
#Blob
#Con
Jit
@jit.aber
Thread
By
Jit
1975 days ago
Perl script to run in parallel
https:/
/
perlmaven.com/
speed-up-calculation-by-running-in-parallel
#Perl
#Parallel
#Script
#Core
#Thread
Neel
@neelam
Thread
By
Neel
1978 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
1982 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
LEGE
@lege
Thread
By
LEGE
1982 days ago
One can evaluate the accuracy of a mapper or a SNP caller with wgsim_eval.pl that comes with the package.
#Evaluate
#Mapping
#SNP
LEGE
@lege
Thread
By
LEGE
1982 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
1982 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
1982 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))}'
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
1983 days ago
Graph reference genome
https:/
/
vimeo.com/
184983995
#Graph
#Reference
#Genome
#GraphRef
Jit
@jit.aber
Thread
By
Jit
1986 days ago
This works and I dont know how :) perl -pe '}{$_=$.' filename
#Perl
#Magic
#PerlMagic
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
1991 days ago
https:/
/
www.frontiersin.org/
articles/
10.3389/
fmicb.2018.00973/
full
#Recent
#HGT
Neel
@neelam
Thread
By
Neel
1991 days ago
Kill the screen $ screen -X -S [session # you want to kill] quit
#Screen
#Quit
#Linux
#Session
#Remote
Neel
@neelam
Thread
By
Neel
1992 days ago
#Rename
the
#fasta
#header
and
#keep
first $ perl -ne 'if (/^(>\S+)/){print "$1\n";}else{print $_;}' realTestDATA.fa > realTestDATA_headerCorrected.fa
#Perl
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
1997 days ago
R versus Python language
https:/
/
data-flair.training/
blogs/
r-vs-python/
#R
#Python
« Previous
12
13
14
15
16
17
18
19
20
21
22
Next »