if (FALSE) {
library(Rlabkey)
labkey.experiment.lineage(
baseUrl="http://labkey/",
folderPath = "/home/OriginalFolder",
lsids=c("urn:lsid:labkey.com:Sample.519.Blood:23", "urn:lsid:labkey.com:Sample.519.Blood:12"),
options=list(
parents=TRUE,
children=TRUE,
depth=10,
expType="Material",
includeProperties=TRUE,
includeInputsAndOutputs=FALSE,
includeRunSteps=FALSE
)
)
}
Run the code above in your browser using DataLab