Arabidopsis_thaliana_TSSs.rds
, located in
the Datasets
folder, and assign it to a variable named
tss
.GenomicRanges
object representing the
transcription start site (TSS) coordinates of Arabidopsis
thaliana transcripts.tss
, keeping only sequences from sequence 1, and
reassign the result to the variable tss
.1050
bases
wide, but only by extending the start position.tss
.50
bases and reassign the result to
the variable tss
.tss
.Arabidopsis_casual_regions.bed
,
located in the Datasets
folder.Arabidopsis_casual_regions.bed.
Then:BSgenome Object
for Arabidopsis
thaliana (use BSgenome.Athaliana.TAIR.TAIR9
).GenomicRanges Object
with the following
values:chr = c("Chr5", "Chr1", "Chr4")
start = c(129999, 340, 23456)
end = c(130000, 400, 23470)
Extract the base sequences of the genomic intervals contained in this
GenomicRanges object
and assign them to the variable
sequences
.What type of object do you obtain?
sequences
.GenomicRanges Object
using the following
coordinates:chrom = c("chr1", "chr2", "chrM")
start = c(1000000; 120000; 340000)
end = c(10000000; 560000; 98000)
What do you obtain? Why?
chrom = c("chr1", "chr2", "chrM")
start = c(1000000, 120000, 340000)
end = c(10000000, 560000, 9,800000)
GenomicRanges Object
,
choosing among the allowed symbols.Gene_1
,
Gene_2
, and Gene_3
.