grada_analyze_positions: GRADA - Analyze Positions

Description Usage Arguments Value

View source: R/grada_functions.R

Description

This function will count the 1. positions of the sequences found in grada_table. Therefore grada_table needs to be run prior. It will only search for mismatches = 0.

Usage

1
2
3
4
5
6
grada_analyze_positions(
  PE = TRUE,
  readlength = 150,
  input = "temp/",
  numCores = detectCores()/2
)

Arguments

PE

paired data? TRUE / FALSE (std. TRUE)

readlength

longest read! for X-axis. (std. 150)

input

input folder where the "grada_table.txt" is (output from grada_table())

numCores

Number of cores to use. If numCores=1 then the normal lapply function is used and the parallel package is not neccessary! (std. detectCores()/2)

Value

Rdata matrix and can be used for your own plots as well.


LucasFVoges/GRADA documentation built on Feb. 16, 2021, 11:38 a.m.