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
1812 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
1815 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
1818 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
1820 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
1824 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
1825 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
1825 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
1825 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
1825 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
1825 days ago
Graph reference genome
https:/
/
vimeo.com/
184983995
#Graph
#Reference
#Genome
#GraphRef
Jit
@jit.aber
Thread
By
Jit
1828 days ago
This works and I dont know how :) perl -pe '}{$_=$.' filename
#Perl
#Magic
#PerlMagic
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
1834 days ago
https:/
/
www.frontiersin.org/
articles/
10.3389/
fmicb.2018.00973/
full
#Recent
#HGT
Neel
@neelam
Thread
By
Neel
1834 days ago
Kill the screen $ screen -X -S [session # you want to kill] quit
#Screen
#Quit
#Linux
#Session
#Remote
Neel
@neelam
Thread
By
Neel
1834 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
1840 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 »