cleanPlatformName {oligo}R Documentation

Naming PDEnvs

Description

The function suggests a good names for a Platform Design Environment.

Usage

cleanPlatformName(x)

Arguments

x Usually the Design File Name.

Details

The function removes underscore and dash symbols from the string and adds the string "pd" at the beginning.

Value

A string in lower case.

Examples

cleanPlatformName("Mapping50K_Xba240.CDF")

[Package oligo version 0.99.15 Index]