Description Usage Arguments Value Slots See Also Examples
This 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).
1 2 3 4 5 6 7 |
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.
1 2 | data(TSSs)
exp <- tsr_explorer(TSSs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.