-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
205 lines (204 loc) · 5.73 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
# Generated by roxygen2: do not edit by hand
export("%>%")
export(addQcColsToMeta)
export(addRleSummaryStats)
export(archiveDatabase)
export(autoAuditQcTable)
export(brentlabRnaSeqExperiment)
export(brentlabRnaSeqSet)
export(brentlabRnaSeqSetFromDatabase)
export(brentlabRnaSeqSetTransform)
export(calculateGeneWiseMedians)
export(calculateRLE)
export(coerceToDds)
export(connectToDatabase)
export(createEPTally)
export(createEnvPertSet_perturbed)
export(createEnvPertSet_titrationWT)
export(createEnvPert_epWT)
export(createExperimentSet)
export(createIgvBatchscript)
export(createInductionSetTally)
export(createNfCorePipelineSampleSheet)
export(createNinetyMinuteInduction_2016grant)
export(createNinetyMinuteInduction_2016grantWithDoubles)
export(createNinetyMinuteInduction_all)
export(createNinetyMinuteInduction_non2016grant)
export(createNovoalignPipelineSamplesheet)
export(create_partitions)
export(create_variant_explorer)
export(decomposeStatus2Bit)
export(estimateSizeFactorsByProtocol)
export(extractColData)
export(extractDesignMatrix)
export(filterWtByExperimentalLibdate_90min)
export(fltrLowReplicateParams)
export(geneGRanges)
export(getCapsuleImageSet)
export(getGeneNames)
export(getMetadata)
export(getRawCounts)
export(getRunNumberLeadingZero)
export(getTable)
export(getUserAuthToken)
export(htseq_libraryComplexity)
export(htseq_locusLog2cpm)
export(htseq_notAlignedTotalPercent)
export(htseq_proteinCodingTotal)
export(igv_script)
export(isNumeric)
export(is_integer64)
export(listTables)
export(localView)
export(locusCoverage)
export(moveNfCoFastqFiles)
export(novoalignPipelineQC)
export(parseComparatives)
export(parseNovoalignLog)
export(patchTable)
export(postCapsuleJpeg)
export(postCapsuleJpeg_batch)
export(postCounts)
export(postCountsToDatabase)
export(postFastqSheet)
export(postImageAnnotationsToDatabase)
export(postQcSheet)
export(postTable)
export(qaFilter)
export(rank_response_plot)
export(readHTSeqFile)
export(readInData)
export(removeLibdateByReplicate)
export(removeParameterEffects)
export(replicateByProtocolTally)
export(rleByReplicateGroup)
export(rlePlot)
export(rlePlotCompareEffectRemoved)
export(rleSummary)
export(rleTransform)
export(setPerturbedLociToZero)
export(snpeff_summary_to_long)
export(sort_rank_mean_expr)
export(splitProtocolGroups)
export(strandedScanBamParam)
export(testBamPath)
export(test_train_partition)
export(visualize)
exportClasses(VariantExplorer)
exportClasses(brentlabRnaSeqExperiment)
exportClasses(brentlabRnaSeqSet)
exportClasses(brentlabRnaSeqSetTransform)
exportMethods(coerceToDds)
exportMethods(createExperimentSet)
exportMethods(estimateSizeFactorsByProtocol)
exportMethods(extractColData)
exportMethods(extractDesignMatrix)
exportMethods(qaFilter)
exportMethods(replicateByProtocolTally)
exportMethods(splitProtocolGroups)
exportMethods(summary)
exportMethods(test_train_partition)
exportMethods(visualize)
import(DESeq2)
import(dplyr)
import(foreach)
import(ggplot2)
import(magrittr)
import(methods)
import(tibble)
importClassesFrom(DESeq2,DESeqDataSet)
importFrom(DESeq2,DESeqDataSetFromMatrix)
importFrom(DESeq2,estimateSizeFactors)
importFrom(DESeq2,sizeFactors)
importFrom(GenomicRanges,width)
importFrom(Gviz,AlignmentsTrack)
importFrom(Gviz,AnnotationTrack)
importFrom(Gviz,GenomeAxisTrack)
importFrom(Gviz,SequenceTrack)
importFrom(Gviz,plotTracks)
importFrom(RPostgres,Postgres)
importFrom(RPostgres,dbConnect)
importFrom(RPostgres,dbDisconnect)
importFrom(RPostgres,dbGetQuery)
importFrom(Rsamtools,BamFile)
importFrom(Rsamtools,PileupParam)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,pileup)
importFrom(Rsamtools,scanBamFlag)
importFrom(S4Vectors,SimpleList)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,cbind)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowRanges)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,coalesce)
importFrom(dplyr,collect)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_if)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarize)
importFrom(dplyr,tally)
importFrom(dplyr,tbl)
importFrom(edgeR,cpm)
importFrom(generics,visualize)
importFrom(httr,GET)
importFrom(httr,PATCH)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,content_type)
importFrom(httr,http_status)
importFrom(httr,status_code)
importFrom(httr,upload_file)
importFrom(iterators,iter)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(matrixStats,iqr)
importFrom(openxlsx,write.xlsx)
importFrom(parallel,makeForkCluster)
importFrom(parallel,stopCluster)
importFrom(purrr,map)
importFrom(readr,read_csv)
importFrom(readr,read_tsv)
importFrom(readr,write_csv)
importFrom(readxl,read_excel)
importFrom(rlang,is_formula)
importFrom(rlang,sym)
importFrom(stats,coef)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stringr,regex)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(tidyr,as_tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
importFrom(utils,head)
importFrom(withr,local_options)