File: sampleName.Rd

package info (click to toggle)
r-cran-readbrukerflexdata 1.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,240 kB
  • sloc: sh: 13; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 999 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/sampleName-functions.R
\name{.sampleName}
\alias{.sampleName}
\title{Creates sample name.}
\usage{
.sampleName(fidFile)
}
\arguments{
\item{fidFile}{\code{character}, path to fid file
(e.g. \sQuote{Pankreas_HB_L_061019_A10/0_a19/1/1SLin/fid})}
}
\value{
\code{character}, sample name: e.g \sQuote{Pankreas_HB_L_061019_A10}
}
\description{
This function guesses the name of current spot from filename.
}
\note{
WARNING: if the 4th upper directory hasn't an unique name you will get
 equal names for your spot list

 e.g. the following will create a list with 4 elements but
 only 2 unique spot names (2-100kDa:0_A1 and 2-100kDa:0_B1) \cr
./Run1/2-100kDa/0_A1/1/1SLin/fid \cr
./Run1/2-100kDa/0_B1/1/1SLin/fid \cr
./Run2/2-100kDa/0_A1/1/1SLin/fid \cr
./Run2/2-100kDa/0_B1/1/1SLin/fid \cr
}
\seealso{
\code{\link[readBrukerFlexData]{.readAcquFile}},
 \code{\link[readBrukerFlexData]{readBrukerFlexFile}}
}
\keyword{internal}