array slices #120

Open
antonkulaga opened this Issue Jun 30, 2017 · 0 comments

Comments

Projects
None yet
1 participant

Very often I need to slice an array. For instance, in RNA-Seq experiments I have tsv files with first column as a condtion and all subsequent as GSM ids for samples. It would be useful to get all elements of array except the first. I would love to have something either like Scala's head/tail or like Python access for slices of the array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment