Entering edit mode
kalamari
•
0
@kalamari-22562
Last seen 4.0 years ago
Hello, my question is fairly simple but I still cannot get the correct synthax. I would like to move one member of the DNA String Set to the top of the Set, such as:
Original:
A DNAStringSet instance of length 10
width seq names
[1] 100 ----------------------------------------------...---------------------------------------------- gene_5
[2] 100 ----------------------------------------------...---------------------------------------------- gene_3
[3] 100 ----------------------------------------------...---------------------------------------------- gene_1
[4] 100 ----------------------------------------------...---------------------------------------------- gene_9
Target:
A DNAStringSet instance of length 10
width seq names
[1] 100 ----------------------------------------------...---------------------------------------------- gene_1
[2] 100 ----------------------------------------------...---------------------------------------------- gene_5
[3] 100 ----------------------------------------------...---------------------------------------------- gene_3
[4] 100 ----------------------------------------------...---------------------------------------------- gene_9