-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprepare_cluster_markers_list.Rd
39 lines (32 loc) · 1.02 KB
/
prepare_cluster_markers_list.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/prepare_cluster_markers_list.R
\name{prepare_cluster_markers_list}
\alias{prepare_cluster_markers_list}
\title{Prepare cluster markers list
Prepare cluster markers list for inter_dataset_comparison}
\usage{
prepare_cluster_markers_list(
marker_table_list = NULL,
effect_size = "avg_log2FC",
effect_size_thr = 0.25,
sig_column = "p_val_adj",
sig_thr = 0.1,
id_column = "gene",
cluster = "cluster",
top = 500
)
}
\arguments{
\item{marker_table_list}{list of marker tables, as produced by Seurat::FindAllMarkers}
\item{effect_size}{name of effect size column}
\item{effect_size_thr}{threshold over effect size}
\item{sig_column}{column with significance score}
\item{sig_thr}{threshold over effect significance score}
\item{id_column}{column with IDs}
\item{cluster}{column with cell cluster}
\item{top}{maximum number of markers per cluster}
}
\description{
Prepare cluster markers list
Prepare cluster markers list for inter_dataset_comparison
}