RussBainer / gCrisprTools

An R/Bioconductor package for the integrated analysis of pooled high-throughput CRISPR/Cas9 or shRNA screening experiments.
2 stars 1 forks source link

improve sample key checking #21

Closed RussBainer closed 3 years ago

RussBainer commented 3 years ago

currently sample keys are checked against objects via ct.checkInput(), which returns a logical. Update to a better-named function that invisibly returns the compliant object, similar to ct.prepareAnnotation().

RussBainer commented 3 years ago

ct.inputCheck() deprecated and transmogrified into ct.keyCheck()