Skip to content

Commit

Permalink
Merge pull request #44 from pacmandoh/main
Browse files Browse the repository at this point in the history
一些改进建议
  • Loading branch information
junjunlab authored May 18, 2024
2 parents 6441ee0 + 25bf76f commit 0d1c188
Show file tree
Hide file tree
Showing 27 changed files with 1,725 additions and 1,446 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package: scRNAtoolVis
Title: Making ScRNA-seq Visualization More Easier and Better
Version: 0.0.7
Version: 0.1.0
Authors@R:
person("Jun", "Zhang", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Some useful functions to visualize scRNA-seq figures.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Remotes:
junjunlab/jjAnno,
junjunlab/jjPlot,
Expand Down
6 changes: 3 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Generated by roxygen2: do not edit by hand

export("%>%")
export(AverageHeatmap)
export(FeatureCornerAxes)
export(averageHeatmap)
export(cellRatioPlot)
export(clusterCornerAxes)
export(drawLegend)
export(featureCornerAxes)
export(featurePlot)
export(jjDotPlot)
export(jjVolcano)
export(markerVocalno)
export(markerVolcano)
export(scatterCellPlot)
export(tracksPlot)
import(Seurat)
Expand Down
215 changes: 0 additions & 215 deletions R/AverageHeatmap.R

This file was deleted.

Loading

0 comments on commit 0d1c188

Please sign in to comment.