This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to mask all repeats and low complexity regions using RepeatMasker?

I have a genome sequence in fasta format. I want to have a soft-masked genomic DNA.

After Google, I find I should do the follow thing: All repeats and low complexity regions should be replaced with lower-cased versions of their nucleic base. I have installed the RepeatMasker in Linux. I'm new to RepeatMasker. RepeatMasker manual says " Default settings are for masking all type of repeats in a primate sequence.", but I'm not sure it suits me.

I'm so confused, and I don't know what should I do, so anyone can tell me how to do it? Thank you!

repeatmasker

1 answer

Hi zwz110,

you can directly download any masked genome from UCSC or NCBI golden path

ftp://ftp.ncbi.nlm.nih.gov/genomes/

masked regions are represented with lower case.

for instance the masked human chromosome 1 of GRCh38 assembly is here:

ftp://ftp.ncbi.nlm.nih.gov/genomes/Homo_sapiens/CHR_01/hs_ref_GRCh38.p12_chr1.mfa.gz

Then see this post: Can I Convert Fasta Lowercase Bases To 'N'?

Log in to answer this question.