# Get marker names for Promega PowerPlex ESX 17.
x <- data.frame(Marker = getKit("ESX17")$locus)
# Get other kit information using string name.
y <- addKitInfo(data=x, kit="ESX17")
print(x)
print(y)
Run the code above in your browser using DataLab