Retrieve Sequences
1 2 3 4 5 6 7 8 9 10 11 12 13 |
experiment |
TSRexploreR object. |
data_type |
Get sequences around TSSs ('tss'), TSRs ('tsr'), or TSS shifting results ('shift'). |
samples |
A vector of sample names to analyze. |
genome_assembly |
Genome assembly in FASTA or BSgenome format. |
threshold |
TSSs or TSRs with a score below this value will not be considered. |
dominant |
If TRUE, will only consider the highest-scoring TSS per gene, transcript, or TSR or highest-scoring TSR per gene or transcript. |
fixed_size |
Whether all returned sequences should have the same fixed size starting from the center of the ranges. |
extend_upstream |
Distance to extend ranges upstream. |
extend_downstream |
Distance to extend ranges downstream. |
return_format |
Either 'table' or 'biostrings'. |
output_dir |
If set, the results will be saved to this directory. If return format is set to 'biostrings' the sequences will be saved as FASTA files. If return format is a table, it will be saved as a tab delimited table. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.