Description Usage Arguments Details Value Author(s) Examples
View source: R/10_1_annotation2fasta.R
Fasta files from a pd.annotation object
1 2 | annotation2fasta(originalAnnotationDir, celFilePath = "InputFilePath", author,
email, organism, species, outputDir, reverse = FALSE)
|
originalAnnotationDir |
directory that contains annotation files:
|
celFilePath |
path to CEL file, if not present in
|
author |
|
email |
|
organism |
|
species |
|
outputDir |
path to user-spesified output directory |
reverse |
|
Fasta files with pobe sequences generated from a parsed data object (probe sequences and ids from original annotation).
writes "FASTA"
file in directory
outpurDir/Probe_Sequences_Fasta/
(created the directory if needed)
Vladislava Milchevskaya milchv@gmail.com
1 2 3 4 5 6 7 8 9 | dir1 = "/Users/milchevs/ownCloud/ProbeRemapSteps14/inst/extdata/mogene2_affyLibFiles_pgfBased/"
outDir = "/Users/milchevs/ownCloud/ProbeRemapSteps14/OutPutDir/"
dir.create(outDir)
annotation2fasta(originalAnnotationDir = dir1,
organism = "Mouse", species = "Mus musculus",
author = "Vladislava Milchevskaya",
email = "milchv@gmail.com",
outputDir = outDir,
reverse = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.