intc 0.3.6

An implementation of the *-INC method to calculate an empirical FDR for non-targeting controls in CRISPR screens
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod encode;
pub mod fdr;
pub mod inc;
pub mod mwu;
pub mod rank_test;
pub mod result;
pub mod utils;

pub use encode::EncodeIndex;
pub use fdr::{Fdr, FdrResult};
pub use inc::Inc;
pub use mwu::mann_whitney_u;
pub use result::IncResult;