Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
array slices #120
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
antonkulaga commentedJun 30, 2017
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.