tsr_explorer-class.RdThis function generates a new TSRexploreR object for detailed analysis of transcription start sites (TSSs) and TSS clusters, referred to here as transcription start regions (TSRs).
tsr_explorer( TSSs = NA, TSRs = NA, sample_sheet = NULL, genome_annotation = NULL, genome_assembly = NULL )
| TSSs | Named list of TSS GRanges. |
|---|---|
| TSRs | Named list of TSR GRanges. |
| sample_sheet | A sample sheet data.frame or tab delimited file. Must have the columns 'sample_name', 'file_1', and 'file_2'. Additional meta-data columns can be added with sample information such as condition and batch. |
| genome_annotation | Genome annotation in GTF, GFF3, or TxDb format. |
| genome_assembly | Genome assembly in FASTA or BSgenome format. |
A TSRexploreR object containing TSSs and/or TSRs
experimentNamed lists containing GRanges of TSSs and/or TSRs.
countsNamed lists of normalized TSSs and/or TSRs.
correlationNamed lists of correlation values for TSS and/or TSR sets.
diff_featuresDifferential features.
shiftingTSS shifting data.
settingsStorage location for arguments used in various functions.
meta_dataStorage for experiment metadata.
import_bams to import BAM files.
tss_import to import TSSs in various formats.
tsr_import to import TSRs in various formats.