Hello to everyone! I am considering starting a masters in bioinformatics next year. I also have to analyse some RNA-seq data for my current thesis study. I have minor knowledge in computer science, so I am wondering if my laptop can handle such analysis. I have an HP EliteBook Folio 1040 in which I will install ubuntu. (ram-> 8gb/ssd->256gb/cpu->i5). Is these specs enough to begin with the RNA-seqs and upgrade later? Should I upgrade at all? If yes any idea on what?
It will depend on the size of the genome you are working with. e.g. with human transcriptome, your laptop spec is just enough to use a mapping method like
salmon
without using the genome decoy sequence (where salmon will need more on the order of 15-20G RAM). You may be able to usesubread
orbwa
, if you want to use an alignment based methods. Most other aligners will not work for human genome since they need anywhere from 30-40G of RAM.