Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Docs

NotificationsYou must be signed in to change notification settings

c5sire/ace2fastq

Repository files navigation

Project Status: Active – The project has reached a stable, usable state and is being actively developed.Lifecycle: stableCodecov test coverageCRAN statusDownloadsR-CMD-check

The package provides a function that converts “.ace” files (ABI Sangercapillary sequence assembly files) to standard “.fastq” files. The fileformat is currently used in genomics to store contigs. To the best ofour knowledge, no R function is available to convert this format intothe more popular fastq file format. The development was motivated in thecontext of the analysis of 16S metagenomic data by the need to convertthe .ace files for further analysis.

Installation

You can install the released version of ace2fastq fromCRAN with:

install.packages("ace2fastq")

Latest version can be installed from github:

install.packages(devtools)devtools::install_github("c5sire/ace2fastq")

Example

This is a basic example which shows you how to solve a common problem:

library(ace2fastq)filename<- system.file("sampledat/1.seq.ace",package="ace2fastq")out_file<- ace_to_fastq(filename,target_dir= tempdir())lines<- readLines(out_file$path)
#> [1] "@1.seq CO Contig1 1475 8 156 U"#> [1] "cgcttaaaccttccaagtctgaaacgggaaatttgatttgc"#> [1] "+"#> [1] "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"

About

Docs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp