# NOT RUN {
# }
# NOT RUN {
DetermineChainsOfInterest("first")
# [1] "first"
DetermineChainsOfInterest("ALL")
# [1] "all"
DetermineChainsOfInterest("D")
# [1] "user"
DetermineChainsOfInterest(c("H", "L"))
# [1] "user"
DetermineChainsOfInterest("vanddraabe")
# The provided chain ID VANDDRAABE is not valid and the first chain will
# be used; likely chain A.
# [1] "first"
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab