Thanks to visit codestin.com
Credit goes to code.bioconductor.org

NAMESPACE
60235bb5
 ### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 ### Imports
 
944da5f2
 import(BiocGenerics)
60235bb5
 import(S4Vectors)
78878ae8
 import(Biobase)
26973cbf
 importClassesFrom(IRanges, NumericList)
4272abb3
 importClassesFrom(methods, ANY, character, environment, formula, list, matrix,
85e9618c
                   missing, "NULL", ".NULL")
26973cbf
 importMethodsFrom(methods, initialize, show)
60235bb5
 importFrom(Biostrings, BStringSet, DNAStringSet)
ec9647c2
 importFrom(ggbeeswarm, position_beeswarm)
184513e0
 importFrom(ggiraph, geom_boxplot_interactive, geom_line_interactive,
8e916815
            geom_point_interactive, GeomInteractiveBoxplot, GeomInteractiveLine,
            GeomInteractivePoint)
067c90eb
 importFrom(ggplot2, aes, aes_, aes_string, autoplot, element_blank,
            element_text, geom_hline, ggplot, guide_legend, guides, layer,
            scale_x_continuous, scale_x_discrete, scale_y_continuous,
8adf98ab
            stat_boxplot, theme, theme_get, rel, scale_colour_manual, 
            scale_shape_manual, element_line, unit, margin, 
            element_rect, geom_segment, scale_linetype_manual, 
            geom_text)
5f40448f
 importFrom(grDevices, colorRampPalette)
e39e1514
 importFrom(ggthemes, tableau_color_pal)
26973cbf
 importFrom(IRanges, NumericList)
e39e1514
 importFrom(methods, as, callGeneric, callNextMethod, is, validObject, new)
5f40448f
 importFrom(pheatmap, pheatmap)
 importFrom(RColorBrewer, brewer.pal)
8adf98ab
 importFrom(stats, as.formula, coef, lm, model.frame, qnorm, quantile, update,
            reorder)
60235bb5
 importFrom(utils, read.csv, write.csv)
5e958309
 
60235bb5
 
 ### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 ### Export S4 classes
 
184513e0
 exportClasses(SignatureSet, NanoStringRccSet)
60235bb5
 
 ### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 ### Export S4 generics
 
184513e0
 export("weights<-",
        NanoStringRccSet,
13effa9b
        sData, svarLabels, groups, "groups<-", version, "version<-",
8ba04be2
        signatures, "signatures<-", signatureScores, signatureGroups,
4e4249de
        endogenousSubset, housekeepingSubset, getSigFuncs,
9f1f2e0b
        negativeControlSubset, positiveControlSubset,
d37d0aea
        controlSubset, nonControlSubset, signatureSubset,
dac2440a
        assayDataApply, signatureScoresApply, esBy,
418bdb03
        munge, signatureFuncs, "setSignatureFuncs<-", "setSignatureGroups<-",
af450bc0
        setQCFlags)
60235bb5
 
 ### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 ### Export S4 methods
 
184513e0
 exportMethods(show,
               weights, "weights<-", length, names, lengths,
13effa9b
               NanoStringRccSet, groups, "groups<-", version, "version<-",
86448723
               sData, svarLabels, dimLabels, "dimLabels<-",
184513e0
               signatures, "signatures<-", signatureScores,
8ba04be2
               design, "design<-", signatureGroups,
418bdb03
               summary, "[", subset, "setSignatureFuncs<-", "setSignatureGroups<-",
9f1f2e0b
               endogenousSubset, housekeepingSubset,
               negativeControlSubset, positiveControlSubset,
d37d0aea
               controlSubset, nonControlSubset, signatureSubset,
dac2440a
               assayDataApply, signatureScoresApply, esBy, with,
4e4249de
               munge, transform, getSigFuncs, signatureFuncs,
af450bc0
               setQCFlags, normalize)
60235bb5
 
 ### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 ### Export non-generic functions
 
184513e0
 export(SignatureSet,
        readNanoStringRccSet,
60235bb5
        readRccFile,
        readRlfFile,
1540675f
        writeNanoStringRccSet,
62d326b0
        fThresh, fCenter, fScale,
        sThresh, sCenter, sScale,
cff9750a
        fIntThresh, fIntCenter, fIntScale,
        sIntThresh, sIntCenter, sIntScale,
05872ab4
        fAbove, fBelow, fAtLeast, fAtMost,
        sAbove, sBelow, sAtLeast, sAtMost,
27fef760
        logt, log2t,
1433bcb3
        geom_beeswarm_interactive, update_geom_params)
6b440ffe
 
 ### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 ### Export S3 methods
 
 S3method(ggplot, NanoStringRccSet)
af450bc0
 S3method(autoplot, NanoStringRccSet)