Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
abel.vertesy committed Nov 1, 2023
1 parent 996870a commit 2bf716b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/Seurat.Utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -3425,7 +3425,9 @@ qMarkerCheck.BrainOrg <- function(obj = combined.obj, custom.genes = F, suffix =
print(Signature.Genes.Top24)
}
print(as_tibble_from_namedVec(Signature.Genes.Top24))
multiFeaturePlot.A4(obj = obj, list.of.genes = Signature.Genes.Top24, layout = "tall"
multiFeaturePlot.A4(obj = obj, layout = "tall"
, list.of.genes = Signature.Genes.Top24
, caption = names(Signature.Genes.Top24)
, foldername = sppp('Signature.Genes.Top24', suffix))
}

Expand Down

0 comments on commit 2bf716b

Please sign in to comment.