Get transcripts modified from Signac::GeneActivity
GetTranscripts(
object,
assay = NULL,
features = NULL,
extend.upstream = 2000,
extend.downstream = 0,
biotypes = "protein_coding",
max.width = 5e+05,
process_n = 2000,
gene.id = FALSE,
verbose = TRUE
)
A Seurat object
Name of assay to use. If NULL, use the default assay
Genes to include. If NULL, use all protein-coding genes in the annotations stored in the object
Number of bases to extend upstream of the TSS
Number of bases to extend downstream of the TTS
Gene biotypes to include. If NULL, use all biotypes in the gene annotation.
Maximum allowed gene width for a gene to be quantified. Setting this parameter can avoid quantifying extremely long transcripts that can add a relatively long amount of time. If NULL, do not filter genes based on width.
Number of regions to load into memory at a time, per thread. Processing more regions at once can be faster but uses more memory.
Record gene IDs in output matrix rather than gene name.
Transcripts