Description Usage Arguments Value Source
View source: R/loadCoproData.R
This function returns the CoPRO data, a dataset containing a snapshot of the positions of all polymerases genome-wide. The data are ordered by column ID5. Morover, only trancscripts of width <= 500 and >= 18 are included in the data. Users can optionally specify chromStart and chomEnd. If a given chromosome has N
1 | loadCoproData(chromStart = 0, chromEnd = 1, excludeXYM = TRUE)
|
chromStart |
a number between 0 and 1 indicating the start position on each chromosome. |
chromEnd |
a number between 0 and 1 indicating the end position on each chromosome. |
A genomicRanges object with the following columns: #'
the name of the chromosome from which the transcript comes
the start and stop nucleotide of the transcript, where the nucleotides are numbered arbitrarily. Note that hydrogen-bonded nucleotides share the same identification number, and are distinguished by strand membership (i.e., + or -).
the strand from which the nucleotide comes (i.e., plus + or minus -)
Numbers used to help identify the 5' and 3' ends of the transcript. Importantly, transcripts with the same ID5 start nucleotide share the same start nucleotide. Likewise, transcripts with the same ID3 share the same end nucleotide.
The number of capped reads of that transcript type.
The number of uncapped reads of that transcript type.
The number of total reads of that transcript type.
Single-molecule nascent RNA sequencing identifies regulatory domain architecture at promoters and enhancers by Tome et al
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.