samplepeaksinput {geneXtendeR} | R Documentation |
A dataset containing the chromosome number, start and stop positions of ChIP-seq peaks along the Rattus norvegicus genome (rn6 assembly). A dataset like this may be used as input to the peaksInput() command, which will sort the dataset by chromosome number and start position.
data(samplepeaksinput)
A data frame with 25089 rows and 3 variables:
Chromosome number
Peak start position [in units of base pairs]
Peak end position [in units of base pairs]
Demonstrates a sample peaks file used as input.
head(samplepeaksinput) tail(samplepeaksinput)