Skip to content

simple small API for our superior in house LIMS built by Heinz

License

Notifications You must be signed in to change notification settings

csf-ngs/forskaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forskaller

small R API client for our superior in house LIMS built by Heinz

install

library("devtools")
install_github("forskaller", "csf-ngs")

example usage

sample info
library("forskaller")

username <- ""
password <- ""
multiplex <- 0


session <- startSession(createCredentials(username, password))
m <- getMultiplex(multiplex, session)
samples <- getSamples(m$sampleId, session)
samples
samples$measurements$Preparation
samples$measurements$`cDNA Synthesis`
endSession(session)
demultiplexing

illumina2bam has to be installed and java -jar /path/to/BamIndexDecoder.jar has to be aliased to BamIndexDecoder

library("forskaller")
username <- ""
password <- ""

session <- startSession(createCredentials(username, password))
cmd <- generateSplitFile(bamPath, session)
print(cmd)
endSession(session)




About

simple small API for our superior in house LIMS built by Heinz

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published