|
a |
|
b/man/featureRankingPlot.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/scAI_plotting.R |
|
|
3 |
\name{featureRankingPlot} |
|
|
4 |
\alias{featureRankingPlot} |
|
|
5 |
\title{Ranking the features (genes/loci) and show the top markers in each factor} |
|
|
6 |
\usage{ |
|
|
7 |
featureRankingPlot(object, assay, factor.show = NULL, ncol = NULL, |
|
|
8 |
feature.show = NULL, feature.show.names = NULL, top.p = 0.5, |
|
|
9 |
features.diff = NULL, ylabel = "Weight") |
|
|
10 |
} |
|
|
11 |
\arguments{ |
|
|
12 |
\item{object}{scAI object} |
|
|
13 |
|
|
|
14 |
\item{assay}{define an assay to show, e.g., assay = "RNA"} |
|
|
15 |
|
|
|
16 |
\item{factor.show}{a set of factors to show} |
|
|
17 |
|
|
|
18 |
\item{ncol}{number of columns in plot} |
|
|
19 |
|
|
|
20 |
\item{feature.show}{a vector of the features that are labeled on the plot} |
|
|
21 |
|
|
|
22 |
\item{feature.show.names}{instead of the default name in feature.show, one can show the manual feature name such as the enriched motif} |
|
|
23 |
|
|
|
24 |
\item{top.p}{showing the features in top ranking} |
|
|
25 |
|
|
|
26 |
\item{features.diff}{a table includes the differential features, returned from identifyfactorMakrers.R} |
|
|
27 |
|
|
|
28 |
\item{ylabel}{ylabel shown on the y-axis} |
|
|
29 |
} |
|
|
30 |
\description{ |
|
|
31 |
Ranking the features (genes/loci) and show the top markers in each factor |
|
|
32 |
} |