Learn R Programming

baseq

Basic Sequence Processing Tool for Biological Data

Developed by Ambu Vijayan and Dr. J. Sreekumar

Version 0.1.2

Commands :

Preprocessing :

  • clean_sequence()

  • clean_DNA_sequence()

  • clean_RNA_sequence()

  • clean_DNA_file()

  • clean_RNA_file()

  • count_bases()

  • count_seq_pattern()

  • gc_content()

  • gc_content_file()

From DNA :

  • dna_to_protein()

  • dna_to_rna()

  • reverse_complement()

From RNA :

  • rna_reverse_complement()

  • rna_to_dna()

  • rna_to_protein()

Readers :

  • read_fasta()

  • read.fasta_to_df()

  • read.fasta_to_list()

  • read.fastq_to_list()

Writers :

  • write.dna_to_rna()

  • write.rna_to_dna()

  • write.df_to_fasta()

  • write.df_to_fastq()

  • write.list_to_fasta()

  • write.list_to_fastq()

Converters :

  • fastq_to_fasta()

Commands are explained below

CRAN REPO for version 0.1.0 : baseq: Basic Sequence Processing Tool for Biological Data

GitHub REPO for version 0.1.0 : baseq: Basic Sequence Processing Tool for Biological Data

Authors : Ambu Vijayan Young Professional, ICAR - Central Tuber Crops Research Institute

Dr. J. Sreekumar Principal Scientist, ICAR - Central Tuber Crops Research Institute

Maintainer : Ambu Vijayan

Copy Link

Version

Install

install.packages('baseq')

Monthly Downloads

304

Version

0.1.4

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Ambu Vijayan

Last Published

May 3rd, 2023

Functions in baseq (0.1.4)

rna_reverse_complement

Generate Reverse Complement of DNA sequence
dna_to_protein

Translation of a DNA sequence
write.df_to_fasta

Write a data frame to a fasta file
write.df_to_fastq

Write a FASTQ file from a dataframe of reads
gc_content_file

GC content of sequences in a multi FASTA file
gc_content

Calculate GC content of a DNA sequence
write.list_to_fasta

Write a list of sequences to a FASTA file
read.fastq_to_list

Read a Fastq file and store it as a list
rna_to_protein

Translation of a RNA sequence
write.dna_to_rna

Convert DNA file to RNA file
read.fastq_to_df

Read a Fastq file and store it as a dataframe
clean_DNA_sequence

Clean DNA sequence
count_seq_pattern

Count frequency of a pattern in a sequence
clean_RNA_sequence

Clean RNA sequence
count_bases

Count the number of A's, C's, G's, and T's in a DNA sequence
clean_RNA_file

Clean RNA file
fastq_to_fasta

Convert a FASTQ file to a FASTA file
clean_DNA_file

Clean DNA file
clean_sequence

Clean DNA or RNA sequence
dna_to_rna

Transcription of a DNA sequence
read.fasta_to_df

Read a fasta file into a dataframe and assign to the environment
rna_to_dna

Reverse Transcription of a RNA sequence
read.fasta_to_list

Read a fasta file into a list and assign to the environment
reverse_complement

Generate Reverse Complement of DNA sequence
write.list_to_fastq

Write a list of sequence_bases and quality scores to a FASTQ file
write.rna_to_dna

Convert RNA file to DNA file