Skip to content

Instantly share code, notes, and snippets.

@TTTPOB
Created October 15, 2021 13:50
Show Gist options
  • Save TTTPOB/5f16349355c828ac0d8c5dfdaa24c7f0 to your computer and use it in GitHub Desktop.
Save TTTPOB/5f16349355c828ac0d8c5dfdaa24c7f0 to your computer and use it in GitHub Desktop.
bed file column name
bedcolname<- c(
"seqnames",
"start",
"end",
"name",
"score",
"strand"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment