You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
449 B
Plaintext
19 lines
449 B
Plaintext
8 years ago
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/samples.R
|
||
|
\name{ExtractSampleIdString}
|
||
|
\alias{ExtractSampleIdString}
|
||
|
\title{Extract sampleid from a string}
|
||
|
\usage{
|
||
|
ExtractSampleIdString(string)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{string}{character string that contains a sampleid}
|
||
|
}
|
||
|
\value{
|
||
|
sampleid (character string)
|
||
|
}
|
||
|
\description{
|
||
|
Extract sampleid from a string by utilising the fact that samepleid's
|
||
|
adhere to a defined format.
|
||
|
}
|