inst/doc/FindingIdealK.R

## ----setup, include=FALSE-----------------------------------------------------
knitr::opts_chunk$set(echo = TRUE, 
                      results = "markup", 
                      message = FALSE, 
                      warning = FALSE)
library(Sconify)
library(dplyr)

## ---- eval = FALSE------------------------------------------------------------
#  # Multiples of 10 from 10 to 100, for dataset of 1000 cells
#  wand.k.titration <- 1:100 %>% .[. %% 10 == 0]
#  wand.ideal.k <- ImputeTesting(k.titration = wand.k.titration,
#                                cells = wand.il7,
#                                input.markers = input.markers,
#                                test.markers = funct.markers)

## -----------------------------------------------------------------------------
wand.ideal.k

Try the Sconify package in your browser

Any scripts or data that you put into this service are public.

Sconify documentation built on Nov. 8, 2020, 6:45 p.m.