Skip to content

Commit

Permalink
add _pkgdown file
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed May 13, 2024
1 parent 79aa24a commit f857e08
Showing 1 changed file with 40 additions and 31 deletions.
71 changes: 40 additions & 31 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,52 +2,61 @@ reference:
- title: "QFeatures class"
desc: "The QFeatures class"
contents:
- QFeatures
- show
- plot
- joinAssay
- assayLink
- assayLinks
- addAssayLink
- addAssayLinkOneToOne
- dropEmptyAssays
- countUniqueFeatures
- QFeatures
- joinAssays
- assayLink
- assayLinks
- addAssayLink
- addAssayLinkOneToOne
- dropEmptyAssays
- countUniqueFeatures
- display
- title: "Data import"
desc: "Create QFeatures and SummarizedExperiment object"
contents:
- readQFeatures
- readQFeaturesFromDIANN
- readSummarizedExperiment
- readQFeatures
- readQFeaturesFromDIANN
- readSummarizedExperiment
- title: "Missing data"
desc: "Filtering and handling of missing values"
contents:
- zeroIsNA
- infIsNA
- nNA
- filterNA
- impute
- zeroIsNA
- infIsNA
- nNA
- filterNA
- impute
- title: QFeatures processing
desc: "Quantitative data processing"
contents:
- logTransform
- scaleTransform
- normaize
- sweep
- logTransform
- scaleTransform
- normalize
- sweep
- title: "Feature aggregations"
desc: "Feature aggregations"
contents:
- aggregateFeatures
- adjacencyMatrix
- aggcounts
- aggregateFeatures
- adjacencyMatrix,SummarizedExperiment-method
- adjacencyMatrix,QFeatures-method
- aggcounts
- title: "Filtering"
desc: "Feature filtering"
contents:
- filterFeatures
- VariableFilter
- subsetByFeature
- filterFeatures
- VariableFilter
- subsetByFeature
- title: "Example data"
desc: "Example data"
contents:
- feat1
- feat3
- hlpsms
- feat1
- feat3
- hlpsms
- title: "DataFrame"
desc: "DataFrame functions"
contents:
- reduceDataFrame
- unfoldDataFrame
- title: "Generic functions"
desc: "Package generics"
contents:
- AllGenerics

0 comments on commit f857e08

Please sign in to comment.