Skip to content

Commit

Permalink
Redoc
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Jan 28, 2024
1 parent fc2e48e commit 2fb24ec
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ biocViews: ImmunoOncology, SingleCell, RNASeq, QualityControl, Preprocessing, No
GeneExpression, Sequencing, Software, DataImport,
DataRepresentation, Infrastructure, Coverage
Encoding: UTF-8
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
URL: http://bioconductor.org/packages/scater/
BugReports: https://support.bioconductor.org/
26 changes: 26 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,35 @@ importFrom(ggrepel,geom_text_repel)
importFrom(methods,as)
importFrom(rlang,as_label)
importFrom(scuttle,.bpNotSharedOrUp)
importFrom(scuttle,addPerCellQC)
importFrom(scuttle,addPerFeatureQC)
importFrom(scuttle,aggregateAcrossCells)
importFrom(scuttle,aggregateAcrossFeatures)
importFrom(scuttle,calculateAverage)
importFrom(scuttle,calculateCPM)
importFrom(scuttle,calculateFPKM)
importFrom(scuttle,calculateTPM)
importFrom(scuttle,computeLibraryFactors)
importFrom(scuttle,computeMedianFactors)
importFrom(scuttle,fitLinearModel)
importFrom(scuttle,isOutlier)
importFrom(scuttle,librarySizeFactors)
importFrom(scuttle,logNormCounts)
importFrom(scuttle,makePerCellDF)
importFrom(scuttle,makePerFeatureDF)
importFrom(scuttle,medianSizeFactors)
importFrom(scuttle,mockSCE)
importFrom(scuttle,normalizeCounts)
importFrom(scuttle,numDetectedAcrossCells)
importFrom(scuttle,numDetectedAcrossFeatures)
importFrom(scuttle,perCellQCMetrics)
importFrom(scuttle,perFeatureQCMetrics)
importFrom(scuttle,quickPerCellQC)
importFrom(scuttle,readSparseCounts)
importFrom(scuttle,sumCountsAcrossCells)
importFrom(scuttle,sumCountsAcrossFeatures)
importFrom(scuttle,summarizeAssayByGroup)
importFrom(scuttle,uniquifyFeatureNames)
importFrom(stats,cmdscale)
importFrom(stats,dist)
importFrom(stats,median)
Expand Down
14 changes: 7 additions & 7 deletions man/plot_reddim.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2fb24ec

Please sign in to comment.