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
Our Sponsors
Download
BioinformaticsOnline(BOL) Apps
in your chrome browser.
The Wire
#random
Wire posts tagged with 'random'
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
3176 days ago
Random forest algorithms
http:/
/
blog.yhat.com/
posts/
random-forests-in-python.html
#forest
#random
#algo
Abhimanyu Singh
@abhimanyu
Thread
By
Abhimanyu Singh
3433 days ago
#Random
#sequence
generator with
#perloneliner
: $ perl -e '$x=int(rand(1000)); printf( "chr1\t%s\t%s", $x, $x + 10)'
Jit
@jit.aber
Thread
By
Jit
3450 days ago
Testing Random Dice Rolls
http:/
/
blogs.perl.org/
users/
ovid/
2014/
01/
testing-random-dice-rolls.html
#Perl
#Random
#Test
#Randomness
#Dice
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
4185 days ago
Dealing with Unbalanced Classes ,
#Svm
,
#Random
Forests And Decision Trees In
#Python
http:/
/
www.bigdataexaminer.com/
dealing-with-unbalanced-classes-svm-random-forests-and-decision-trees-in-python/
Jitendra Narayan
@admin
Thread
By
Jitendra Narayan
4448 days ago
Creates 100 random DNA sequences with 20 residues. sapply(1:100, function(x) paste(sample(c("A","T","G","C"), 20, replace=T), collapse=""))
#R
#Random
#Sequence
#DNA
#Script