Package: BSgenome.Hsapiens.UCSC.hg19.masked Title: Full masked genome sequences for Homo sapiens (UCSC version hg19, based on GRCh37.p13) Description: Full genome sequences for Homo sapiens (Human) as provided by UCSC (hg19, based on GRCh37.p13) and stored in Biostrings objects. The sequences are the same as in BSgenome.Hsapiens.UCSC.hg19, except that each of them has the 4 following masks on top: (1) the mask of assembly gaps (AGAPS mask), (2) the mask of intra-contig ambiguities (AMB mask), (3) the mask of repeats from RepeatMasker (RM mask), and (4) the mask of repeats from Tandem Repeats Finder (TRF mask). Only the AGAPS and AMB masks are "active" by default. Version: 1.3.993 RefPkgname: BSgenome.Hsapiens.UCSC.hg19 source_url: https://hgdownload.cse.ucsc.edu/goldenPath/hg19/bigZips/latest/ organism_biocview: Homo_sapiens nmask_per_seq: 4 SrcDataFiles: AGAPS masks: gap.txt.gz, downloaded from https://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/ on March 24, 2020 RM masks: hg19.fa.out.gz, downloaded from https://hgdownload.cse.ucsc.edu/goldenPath/hg19/bigZips/latest/ on March 24, 2020 TRF masks: hg19.trf.bed.gz, downloaded from https://hgdownload.cse.ucsc.edu/goldenPath/hg19/bigZips/latest/ on March 24, 2020 PkgExamples: genome$chr1 # a MaskedDNAString object! ## To get rid of the masks altogether: unmasked(genome$chr1) # same as BSgenome.Hsapiens.UCSC.hg19$chr1 masks_srcdir: /home/hpages/BSgenomeForge/srcdata/BSgenome.Hsapiens.UCSC.hg19/masks AGAPSfiles_name: gap.txt.gz RMfiles_name: hg19.fa.out.gz TRFfiles_name: hg19.trf.bed.gz