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
Poonam Mahapatra
@poonam
Thread
By
Poonam Mahapatra
3016 days ago
Remove duplicate fasta ids: awk '/^>/{f=!d[$1];d[$1]=1}f' in.fa > out.fa
#duplicate
#fasta
#ids
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
3016 days ago
All R packages for time series analysis-
https:/
/
cran.r-project.org/
web/
views/
TimeSeries.html
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
3017 days ago
Complete and excellent tutorial for Single Cell Sequencing-
https:/
/
hemberg-lab.github.io/
scRNA.seq.course/
index.html
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
3017 days ago
List of excellent scRNA-seq analysis tools-
https:/
/
github.com/
seandavi/
awesome-single-cell
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
3017 days ago
Marginal plot in R
https:/
/
stackoverflow.com/
questions/
8545035/
scatterplot-with-marginal-histograms-in-ggplot2
#R
#Plot
#Marginal
Jit
@jit.aber
Thread
By
Jit
3019 days ago
Why are de Bruijn
#graphs
useful for
#genome
#assembly
?
https:/
/
www.ncbi.nlm.nih.gov/
pmc/
articles/
PMC5531759/
Neel
@neelam
Thread
By
Neel
3021 days ago
Store all files in a array using perl: my
@filesbwa
= <$base_name/reads/$base_name.$library.bwa.*fa>
#Store
#Keep
#Array
#Perl
Jit
@jit.aber
Thread
By
Jit
3021 days ago
#Error
filtering, pair assembly and error
#correction
for next-generation sequencing
#reads
https:/
/
academic.oup.com/
bioinformatics/
article/
31/
21/
3476/
194979
Surabhi Chaudhary
@surabhi
Thread
By
Surabhi Chaudhary
3023 days ago
Remove the unwanted characters from Fasta file: sed -e '/^[^>]/s/[^ATGCatgc]/N/g' infile.fa
#sed
#unwanted
#illegal
#remove
#correct
#fasta
#linux
Radha Agarkar
@radhaagarkar
Thread
By
Radha Agarkar
3023 days ago
Remove the fasta with zero size: awk 'BEGIN {RS = ">" ; FS = "\n" ; ORS = ""} $2 {print ">"$0}' input.fas > output.fas
#fasta
#remove
Neel
@neelam
Thread
By
Neel
3025 days ago
Bioinformatics JRF at IIT
https:/
/
www.iitr.ac.in/
administration/
uploads/
File/
bt/
2017/
adv30112017.pdf
#JRF
Jit
@jit.aber
Thread
By
Jit
3028 days ago
Linux command to find the file contains a string "LOCK_EX": grep -Ril "LOCK_EX" /
#Root
#Find
#Linux
#Grep
#search
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
3032 days ago
Random forest algorithms
http:/
/
blog.yhat.com/
posts/
random-forests-in-python.html
#forest
#random
#algo
Archana Malhotra
@archana
Thread
By
Archana Malhotra
3033 days ago
Understanding MinION data
https:/
/
porecamp.github.io/
2016/
tutorials/
PoreCamp2016-02-MinIONData.pdf
#data
#understand
#learn
Jit
@jit.aber
Thread
By
Jit
3034 days ago
Fastq 2 fasta. $ sed -n '1~4s/^@/>/p;2~4p' test.fastq > test.fasta
#fastq
#fasta
#convert
« Previous
39
40
41
42
43
44
45
46
47
48
49
Next »