Skip to content

Commit

Permalink
new dependencies with new functions
Browse files Browse the repository at this point in the history
  • Loading branch information
JulieDevis committed Oct 4, 2024
1 parent 4bf95ad commit ba61223
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ export(HPA_cell_type_expression)
export(TCGA_expression)
export(TCGA_methylation_expression_correlation)
export(all_genes)
export(embryo_expression)
export(fetal_germcell_mean_methylation)
export(fetal_germcells_expression)
export(hESC_expression)
export(hESC_mean_methylation)
export(normal_tissue_expression_multimapping)
export(normal_tissues_mean_methylation)
export(normal_tissues_methylation)
export(oocytes_expression)
export(testis_expression)
import(CTdata)
importFrom(BiocGenerics,intersect)
Expand All @@ -24,6 +30,7 @@ importFrom(IRanges,subsetByOverlaps)
importFrom(MatrixGenerics,rowMaxs)
importFrom(SingleCellExperiment,colData)
importFrom(SingleCellExperiment,logcounts)
importFrom(SingleCellExperiment,rowData)
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,colData)
Expand Down

0 comments on commit ba61223

Please sign in to comment.