Tag: LabKey Server

labkey.deleteRows function – RDocumentation

if (FALSE) { ## Insert, update and delete ## Note that users must have the necessary permissions in the LabKey Server ## to be able to modify data through the use of these functions # library(Rlabkey) newrow <- data.frame( DisplayFld=”Inserted from R” , TextFld=”how its done” , IntFld= 98 ,…

Continue Reading labkey.deleteRows function – RDocumentation

Server SDMS Use at Bristol Myers Squibb

This presentation will discuss how LabKey Server is used as a data engine to integrate and harmonize clinical, manufacturing and translational data from CAR T-Cell clinical trials at Bristol Myers Squib. The aim is to accelerate exploratory correlative analysis, along with other use cases such as facilitating electronic data capture…

Continue Reading Server SDMS Use at Bristol Myers Squibb

A genotype-to-phenotype approach suggests under-reporting of single nucleotide variants in nephrocystin-1 (NPHP1) related disease (UK 100,000 Genomes Project)

Konrad, M. et al. Large homozygous deletions of the 2q13 region are a major cause of juvenile nephronophthisis. Hum. Mol. Genet. 5, 367–371 (1996). Article  CAS  PubMed  Google Scholar  Hildebrandt, F. et al. A novel gene encoding an SH3 domain protein is mutated in nephronophthisis type 1. Nat. Genet. 17,…

Continue Reading A genotype-to-phenotype approach suggests under-reporting of single nucleotide variants in nephrocystin-1 (NPHP1) related disease (UK 100,000 Genomes Project)

Gradle Build Error With Intellij

You can verify the problem is with Gradle scripts by running gradle help which executes configuration scripts but no Gradle tasks. If the error persists build. More examples on the classpath customization are available here. Tasks view and task execution. In the Eclipse IDE you can execute tasks from the…

Continue Reading Gradle Build Error With Intellij

Sql Server Import From Excel With Sql, Duplicate Column Names

Explore LabKey Server’s specialized tools for assay data management below and read additional documentation on the LabKey support and documentation portal. Flow. Using SQL Search you can search for the column name and find all the stored procedures where it is used. Work faster. Finding anything in the Object Explorer….

Continue Reading Sql Server Import From Excel With Sql, Duplicate Column Names

labkey.webdav.delete function – RDocumentation

Description This will delete the supplied file or folder under the specified LabKey Server project using WebDAV. Usage labkey.webdav.delete( baseUrl=NULL, folderPath, remoteFilePath, fileSet=”@files” ) Arguments baseUrl a string specifying the baseUrl for the labkey server folderPath a string specifying the folderPath remoteFilePath the path to delete, relative to the LabKey…

Continue Reading labkey.webdav.delete function – RDocumentation