bt.nuc: Profiles the nucleotide content of intervals in a fasta file.

View source: R/bt.nuc.R

bt.nucR Documentation

Profiles the nucleotide content of intervals in a fasta file.

Description

Profiles the nucleotide content of intervals in a fasta file.

Usage

bt.nuc(
  fi,
  bed,
  s = NULL,
  seq = NULL,
  pattern = NULL,
  C = NULL,
  fullHeader = NULL,
  output = NULL
)

Arguments

fi

<fasta>

bed

<bed/gff/vcf>

s

Profile the sequence according to strand.

seq

Print the extracted sequence

pattern

Report the number of times a user-defined sequence is observed (case-sensitive).

C

Ignore case when matching -pattern. By defaulty, case matters.

fullHeader

Use full fasta header. - By default, only the word before the first space or tab is used.

output

Output filepath instead of returning output in R.


PhanstielLab/bedtoolsr documentation built on Aug. 29, 2024, 5:37 p.m.