if (FALSE) { # interactive()
# Get a few sample sets:
my_pss <- get_sample_sets(sprintf('PSS%06d', 42:48))
#
# Subsetting by position
#
my_pss[c(1, 3)]
#
# Subsetting by sample set identifier (character)
#
my_pss['PSS000042']
}
Run the code above in your browser using DataLab