The goal of CycifAnalyzeR
is to perform QC and Basic analysis such
as cell type calling on quantification (csv) files generated by
mcmicro.
You can install the development version of CycifAnalyzeR from GitHub with:
# install.packages("devtools")
devtools::install_github("kenichi-shimada/CycifAnalyzeR")
Some software installation outside R is needed prior to running the above command.
library(CycifAnalyzeR)
#>
#> Attaching package: 'CycifAnalyzeR'
#> The following object is masked from 'package:base':
#>
#> transform
## basic example code
A workflow script will be added shortly…