Skip to content

Instantly share code, notes, and snippets.

View Shians's full-sized avatar

Shian Su Shians

View GitHub Profile
@stemangiola
stemangiola / .gitignore
Last active June 6, 2019 01:36
List of functions for transcriptional data that are useful to use with tidy data
counts.csv
===> Where do you most often perform bioinformatics analysis <===
1 Personal computer (laptop/desktop)
2 Lab server
3 Departmental server
4 University server/cluster
5 Cloud
6 Other
===> Type of problems <===
@loderunner
loderunner / 01-mac-profiling.md
Last active July 31, 2025 17:31
Profiling an application in Mac OS X

Profiling an application in Mac OS X

Finding which process to profile

If your system is running slowly, perhaps a process is using too much CPU time and won't let other processes run smoothly. To find out which processes are taking up a lot of CPU time, you can use Apple's Activity Monitor.

The CPU pane shows how processes are affecting CPU (processor) activity:

@davfre
davfre / bamfilter_oneliners.md
Last active December 9, 2025 09:48
SAM and BAM filtering oneliners
@piti118
piti118 / gzstream.h
Created December 21, 2011 22:42
Header-only version of gzstream
// ============================================================================
// gzstream, C++ iostream classes wrapping the zlib compression library.
// Copyright (C) 2001 Deepak Bandyopadhyay, Lutz Kettner
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
//
// This library is distributed in the hope that it will be useful,