Archive For May 8, 2014
There are a lot of ways of dealing with sequence data, but I still like the venerable bioperl. It’s just a pain to remember the syntax all the time. So here’s a quick reminder for how to deal with Fasta sequences. Your fasta file can have just one sequence or more than one sequence, separated…
I always forget these sort of commands
1 2 3 4 5 6 |
# show methods defined showMethods(reduce) # retrieve definition selectMethod(reduce, c("IRanges")) # show some of the subclasses showClass("IRanges") |
A useful overview of all the “parts” of Bioconductor. http://bioconductor.org/help/course-materials/2013/GenentechMay2013/Genentech2013.pdf