getCiceroGeneActivities-DsATAC-method.Rd
Obtain Cicero gene activities
# S4 method for DsATAC
getCiceroGeneActivities(
.object,
regionType,
promoterGr = NULL,
maxDist = 250000L,
corCutOff = 0.35,
dimRedCoord = NULL,
knn.k = 50
)
DsATAC
object
region type of regions that will be linked to the promoter (typical some sort of peak annotation)
GRanges
object of promoter coordinates
maximum distance to consider for region-region interactions
cutoff of correlation coefficients (Pearson) to consider for region-region interactions
matrix of reduced dimension coordinates. must have coordinates for all samples/cells in the dataset
parameter k for Cicero's k-nearest-neighbor method
an SummarizedExperiment
object containing gene activities for all cells/samples in the dataset