Skip to content

Instantly share code, notes, and snippets.

View Marlin-Na's full-sized avatar
💤
Waiting for Godot

Marlin Marlin-Na

💤
Waiting for Godot
  • Betelgeuse VII
View GitHub Profile

Keybase proof

I hereby claim:

  • I am marlin-na on github.
  • I am marlin (https://keybase.io/marlin) on keybase.
  • I have a public key whose fingerprint is F58F 8DD9 176B 9BD8 B762 CB6E 1590 503B 5832 FCBA

To claim this, I am signing this object:

@Marlin-Na
Marlin-Na / dummy.gtf
Last active November 13, 2016 17:22
dummy.gtf
chrX unknown exon 2670337 2670376 . + . gene_id "XGY2"; gene_name "XGY2"; transcript_id "NR_003254"; tss_id "TSS24556";
chrX unknown exon 2688591 2688632 . + . gene_id "XGY2"; gene_name "XGY2"; transcript_id "NR_003254"; tss_id "TSS24556";
chrX unknown exon 2692757 2693037 . + . gene_id "XGY2"; gene_name "XGY2"; transcript_id "NR_003254"; tss_id "TSS24556";
chrY unknown exon 2620337 2620376 . + . gene_id "XGY2"; gene_name "XGY2"; transcript_id "NR_003254_1"; tss_id "TSS3943";
chrY unknown exon 2638591 2638632 . + . gene_id "XGY2"; gene_name "XGY2"; transcript_id "NR_003254_1"; tss_id "TSS3943";
chrY unknown exon 2642757 2643037 . + . gene_id "XGY2"; gene_name "XGY2"; transcript_id "NR_003254_1"; tss_id "TSS3943";
chrY unknown exon 24997731 24997790 . + . gene_id "TTTY17A"; gene_name "TTTY17A"; transcript_id "NR_001526_1"; tss_id "TSS21583";
chrY unknown exon 24998757 24998862 . + . gene_id "TTTY17A"; gene_name "TTTY17A"; transcript_id "NR_001526_1"; tss_id "TSS21583";
chrY unknown exon 26631479 26631538 . + .
@Marlin-Na
Marlin-Na / test.md
Last active April 5, 2017 16:54
test org mode display

h1 Heading 8-)

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Horizontal Rules

@Marlin-Na
Marlin-Na / 0_reuse_code.js
Created September 26, 2017 08:28
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@Marlin-Na
Marlin-Na / mRunif.c
Created November 2, 2017 09:34 — forked from Sharpie/mRunif.c
An example of calling R functions from C
//myRunif.c
#include <R.h>
#include <Rinternals.h>
SEXP myRunif( SEXP n, SEXP min, SEXP max ){
SEXP statsPackage;
PROTECT(
statsPackage = eval( lang2( install("getNamespace"),
ScalarString(mkChar("stats")) ),
@Marlin-Na
Marlin-Na / features.js
Last active November 28, 2017 23:40
tnt_example_composite_linetracks
var features_theme = function () {
var theme = function (board, div) {
// Axis track
var axis_track = tnt.board.track()
.height(0)
.color("white")
.display(tnt.board.track.feature.axis()
.orientation("top")
@Marlin-Na
Marlin-Na / shit.md
Created February 17, 2018 13:56 — forked from jeroen/shit.md
Getting shit to work

Getting shit to work

Disclaimers

  • No authority
  • Official reference is writing r extentions (joke extentions)
  • If you thought writing regular r packages was tricky, hold on
This file has been truncated, but you can view the full file.
[
{
"trackName": "track1",
"trackType": "stranded",
"visible": true,
"inner_radius": 130,
"outer_radius": 185,
"trackFeatures": "complex",
"featureThreshold": 7000000,
"mouseclick": "islandPopup",
@Marlin-Na
Marlin-Na / recipe.jl
Created June 12, 2021 21:07
Makie.jl recipe example
### Makie: define recipes
using Makie
@recipe(CircleShape, x, y, r) do scene
Attributes(
color = :red
)
end
@Marlin-Na
Marlin-Na / Project.toml
Last active June 15, 2021 04:09
BAM file with two reads
[deps]
GenomicFeatures = "899a7d2d-5c61-547b-bef9-6698a8d05446"
XAM = "d759349c-bcba-11e9-07c2-5b90f8f05f7c"