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
Shruti Paniwala
@shruti
Shruti Paniwala
A Bioinformatician
Blogs
Bookmarks
Files
Fun
News
Opportunity post
Pages
Polls
ResearchLabs post
Tryst
Videos
Wire posts
Tag cloud
Perl
,
Linux
,
R
,
Bioinformatics
,
Plot
,
Grep
,
Tricks
,
WalkIn
,
Genome
,
tutorial
,
BAM
,
Extract
,
PerlTrick
,
OS
,
PerlOneliner
,
BLAST
,
Professor
,
Learn
,
Stats
,
Script
,
Genes
,
Computational
,
Genomics
,
Events
,
Conference
,
Scripts
,
GoogleVis
,
NIO
,
GOI
,
Database
,
Marine
,
Search
,
Python
,
CheatSeat
,
AliView
,
Protein
,
ACBR
,
NewDelhi
,
Opportunity
,
Studentship
,
Traineeship
,
Gargi
,
Delhi
,
Cologne
,
Germany
,
Jobs
,
University
,
North
,
Bengal
,
Teaching
All site tags
Our Sponsors
Download
BioinformaticsOnline(BOL) Apps
in your chrome browser.
The Wire
Shruti Paniwala
Shruti Paniwala's wire posts
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
2751 days ago
Chi squared test
https:/
/
edwards.sdsu.edu/
research/
calculating-chi-squared-wiht-perl/
#Perl
#Chi
#Probability
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
2773 days ago
Data structure with R
http:/
/
staff.washington.edu/
jon/
dsa-perl/
dsa-perl.html
#R
#Data
#Structure
#Script
#Perl
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
2773 days ago
Interesting PPT on cancer genomics
https:/
/
www.genome.gov/
multimedia/
slides/
genomicsinmedicine2013-2014/
helman_6-7-2013.pdf
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
2807 days ago
BioStats with R
https:/
/
cran.r-project.org/
doc/
contrib/
Seefeld_StatsRBio.pdf
#R
#BioStats
#Example
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
2814 days ago
Online free programming books
https:/
/
github.com/
vhf/
free-programming-books/
blob/
master/
free-programming-books.md
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
2814 days ago
Essential perl
http:/
/
cslibrary.stanford.edu/
108/
EssentialPerl.html
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
2822 days ago
Remove all blank lines from file. perl -i.bak -n -e "print if /\S/" ../finalSample.fa
#Perl
#Tricks
#PerlOneliner
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
2831 days ago
Check out the OS type: $ cat /etc/*-release
#Linuxv
#OS
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
2838 days ago
Extract values : cat seeALN.xls | grep -w "scaffold_1" to
#grep
#exact
#matching
words from file seeALN.xls
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
2859 days ago
Fasta sequence length: awk '/^>/ {if (seqlen){print seqlen}; print ;seqlen=0;next; } { seqlen += length($0)}END{print seqlen}' file.fa
#Length
#Linux
#OneLiner
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
2921 days ago
Extract ten lines below matched string with grep: grep -A 10 "string" filename1 ; -B for above and -C for both
#grep
#Linux
#Tricks
#Lines
#Matches
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
2948 days ago
Slice on the fly with perl: my ($username, $real_name) = (split /:/, $str)[0, 4];
#Perl
#PerlTrick
#Split
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
2948 days ago
Re-install perl in Ubuntu: sudo aptitude reinstall perl
#Perl
#Ubuntu
#Install
#Linux
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
2948 days ago
Extract a fasta sequence from multifasta file: samtools faidx multitest.fa and then samtools faidx multitest.fa fasta_id > out.fa
#Samtools
#Fasta
#Extract
#Multifasta
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
2949 days ago
Coverage R Plot
http:/
/
davetang.org/
muse/
2013/
09/
07/
creating-a-coverage-plot-in-r/
#R
#Plot
#Genome
#Image
#NGS
#BAM
« Previous
1
2
3
4
5
Next »