|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.mayo.bsi.ngsportal.server.SampleData
public class SampleData
Class holding the sample data from a Sequenced Sample, so it can be printed out
@author Gregory Dougherty
| Constructor Summary | |
|---|---|
SampleData(ContactInfo thePI,
RunData theRun,
String sampleName,
String appType,
String readType,
int lane,
int cycles,
int numReads,
boolean isControl,
boolean isIndexVendor,
String indexSeq,
String rlimsProjectID,
String sampleFamilyID,
String sampleParentID,
String sampleRLIMSID)
Constructor for PI and numReads |
|
SampleData(RunData theRun,
String sampleName,
String appType,
String readType,
int lane,
int cycles,
boolean isControl,
boolean isIndexVendor,
String indexSeq,
String rlimsProjectID,
String sampleFamilyID,
String sampleParentID,
String sampleRLIMSID)
Normal Constructor |
|
| Method Summary | |
|---|---|
int |
getNumReads()
Get the number of reads |
String |
getRunName()
Return the run name, or an empty string if it doesn't have one |
ContactInfo |
getThePI()
Get ContactInfo information about the PI |
static String |
toTabHeader()
Get a header describing the data as a Tab delimited string |
String |
toTabString()
Get the SampleData as a tab delimited string, in the order specified by () |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SampleData(RunData theRun,
String sampleName,
String appType,
String readType,
int lane,
int cycles,
boolean isControl,
boolean isIndexVendor,
String indexSeq,
String rlimsProjectID,
String sampleFamilyID,
String sampleParentID,
String sampleRLIMSID)
theRun - Run the Sample belongs tosampleName - Sample nameappType - Sequenced Sample application typereadType - Sequenced Sample read typelane - Sequenced Sample lanecycles - Sequenced Sample cyclesisControl - Was the Sequenced Sample a controlisIndexVendor - Was the Sequenced Sample's index from the VendorindexSeq - Sequenced Sample index, could be emptyrlimsProjectID - Sequenced Sample RLIMS Project IDsampleFamilyID - Sample Family IDsampleParentID - Sample Parent IDsampleRLIMSID - Sequenced Sample RLIMS ID
public SampleData(ContactInfo thePI,
RunData theRun,
String sampleName,
String appType,
String readType,
int lane,
int cycles,
int numReads,
boolean isControl,
boolean isIndexVendor,
String indexSeq,
String rlimsProjectID,
String sampleFamilyID,
String sampleParentID,
String sampleRLIMSID)
thePI - PI the Sample belongs totheRun - Run the Sample belongs tosampleName - Sample nameappType - Sequenced Sample application typereadType - Sequenced Sample read typelane - Sequenced Sample lanecycles - Sequenced Sample cyclesnumReads - Flagstat number of readsisControl - Was the Sequenced Sample a controlisIndexVendor - Was the Sequenced Sample's index from the VendorindexSeq - Sequenced Sample index, could be emptyrlimsProjectID - Sequenced Sample RLIMS Project IDsampleFamilyID - Sample Family IDsampleParentID - Sample Parent IDsampleRLIMSID - Sequenced Sample RLIMS ID| Method Detail |
|---|
public final ContactInfo getThePI()
ContactInfo information about the PI
public final int getNumReads()
public static String toTabHeader()
().
It starts with the output from (), and continues with: public String getRunName()
public String toTabString()
()
(), and continues with:
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||