R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname = find.package("SeqSQC"), pkgname = "SeqSQC"){

    if(getRversion() >= "2.15.1"){
        utils::globalVariables(c("PC1", "PC2", "id1", "id2",
                                 "inbreeding", "k0", "k1", "label",
                                 "missingRate", "pop", "pred.label",
                                 "pred.pop", "pred.sex",
                                 "problematic", "relation", "sex",
                                 "sexinb", "type"))
    }
    invisible()
}

Try the SeqSQC package in your browser

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

SeqSQC documentation built on Nov. 8, 2020, 5:03 p.m.