2025 days ago
Exploring Bioinformatics Job Websites: Your Gateway to a Thriving Career
Bioinformatics is a rapidly growing field at the intersection of biology, computer science, and data analytics, with applications in healthcare, genomics, drug discove...22 days ago
1065 days ago
UniqueKmer: Generate unique KMERs for every contig in a FASTA file
Generate unique k-mers for every contig in a FASTA file. Unique k-mer is consisted of k-mer keys (i.e. ATCGATCCTTAAGG) that are only presented in one contig, but not presented in an...1060 days ago
A guide for complete R beginners :- R Syntax
...Vector: a list of numbers, equivalent to a column in a table Data Frame = a collection of vectors. Equivalent to a table Hint: Up/Down arrow keys can be use to cycle through p...3547 days ago
Frequent words problem solution by Perl
... #print "$km\t$myStr\n"; $myHash{$myStr}=$km; }#Print all key which have matching valuesforeach my $name (keys %myHash){ p...3442 days ago
Perl Special Vars Quick Reference
...ARGVOUT Output filehandle for -i switch Miscellaneous @F Autosplit (-a mode) recipient. @INC List of library paths. %INC Keys are filenames, values are pat...2833 days ago
Awesome perl frameworks, libraries and software - PART 1
...w/Crypt-LE - Crypt::LE (ZeroSSL project) - Let's Encrypt client and library in Perl for getting free SSL certificates (inc. generating RSA/ECC keys and CSRs). HTTP/DNS verificat...2678 days ago
Perl Poem: Parse it in both Perl and English!
...l;study if able; write me if-you-please; sort your feelings, reset goals, seek (friends, family, anyone); do*not*die (like this)if sin abounds; keys (hidden), open (locks, doors)...4108 days ago
Find the number of each 2 consecutive characters AA, AC,AG,AT,CC,CA... with Perl
...ults{$&}) { $results{$&}++ } else { $results{$&} = 1; } } foreach (sort keys %results) { print "$_ :...3098 days ago
Perl script to extract fasta sequence by matching name/ids !!
...$list" or die; while () { chomp; next if /^\s*$/; s/>//g; my @ids=split (/\t/, $_); $select{$ids[0]} = 1; } my $size = keys %select; print "Total Ids $s...3064 days ago
Comment on "Far Manager Commands and Links !"
We press the combination Alt keys+ F1 or Alt + F2, in the menu that opens, select NetBox, it is under the number 2. Now we need to create a connection to our server. Let's say...1129 days ago