forked from 10XGenomics/seurat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
JS.Rd
38 lines (29 loc) · 831 Bytes
/
JS.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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/generics.R, R/objects.R
\name{JS}
\alias{JS}
\alias{JS<-}
\alias{JS.DimReduc}
\alias{JS.JackStrawData}
\alias{JS<-.DimReduc}
\alias{JS<-.JackStrawData}
\title{Get JackStraw information}
\usage{
JS(object, ...)
JS(object, ...) <- value
\method{JS}{DimReduc}(object, slot = NULL, ...)
\method{JS}{JackStrawData}(object, slot, ...)
\method{JS}{DimReduc}(object, slot = NULL, ...) <- value
\method{JS}{JackStrawData}(object, slot, ...) <- value
}
\arguments{
\item{object}{An object}
\item{...}{Arguments passed to other methods}
\item{value}{JackStraw information}
\item{slot}{Name of slot to store JackStraw scores to
Can shorten to 'empirical', 'fake', 'full', or 'overall'}
}
\description{
Get JackStraw information
Set JackStraw information
}