Skip to content

jianhong/cellCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cellCounter

a shiny app for cell count for tiff files.

Howto

shiny APP

library(shiny)

runGitHub("cellCounter", "jianhong", subdir="inst/shinyapp/")

local R

library(devtools) install_github("jianhong/cellCounter") library(cellCounter)

cellCounter(system.file("extdata", "sample.tiff", package="cellCounter"), xmlfile="sample.xml", imageFilename="sample.czi")

cellCounterSingleFrame(system.file("extdata", "low.jpg", package="cellCounter"), formula="blue+red", xmlfile="low.xml", imageFilename="low.jpg")

youtube tutorial

About

cell counter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages