CleanUpRNAseq package
1
0
Entering edit mode
mrhm12r • 0
@0b0bdfdb
Last seen 19 days ago
Iran

Thanks for submitting your package. The software is very good. Should a SAF file be created for each bam file or each sample? 

CleanUpRNAseq • 219 views
ADD COMMENT
0
Entering edit mode
Haibo Liu • 0
@haibol2017-23658
Last seen 19 days ago
United States

Thank you very much for your kind words.

      You only need a single SAF for a given genome by calling  the following function. This function generate a SAF (simplified annotation format) file for genomic features: genic regions, intergenic regions, exonic regions, intronic regions, rRNA genes, mitochondrial genome, chloroplast genome (only for plants). Any BAM file generated with the same reference genome can be used here. You can also refer to the Vignette for more details.
        saf_list <- get_saf(
        ensdb_sqlite = hs_ensdb_sqlite,
        bamfile = bam_file,
        mitochondrial_genome = "MT"
    )

Haibo

ADD COMMENT

Login before adding your answer.

Traffic: 561 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6